Blog

  • 300% faster WordPress load times with transients

    300% faster WordPress load times with transients

    Did you know that WordPress has a built-in caching system called transients? They are easy to use and extremely effective when used correctly. In this article I will demonstrate how we used the WP Transient API functions and made our…


  • WP-CLI v2 has arrived

    WP-CLI v2 has arrived

    WP-CLI is the go-to command-line tool for WordPress users and developers, and the latest 2.0.0 version has just been released to the public. The latest update comes with plenty of new commands which you can further educate yourself on by…


  • Seravo Developer Tools

    Seravo Developer Tools

    These days one of the most important aspects of a company’s image is their online presence, and at the heart of it is their website. We want to make developing those websites as easy and fast as possible for WordPress…


  • HTTPS is not optional

    HTTPS is not optional

    Encryption has been keeping your data safe for years now, and you might be using a VPN application to form a secure internet connection and protect your personal information from prying eyes. That’s all great, but with thousands of websites…


  • Best practices: backup and restore

    Best practices: backup and restore

    One of the oldest features of Seravo’s WordPress hosting and upkeep plans is the daily backup feature. We back up all of our customers’ WordPress sites daily and keep a copy of those backups on our servers for 30 days.…


  • Debug PHP performance issues with Tideways

    Debug PHP performance issues with Tideways

    We are proud to announce that at Seravo.com we have implemented an integration with Tideways, a service to log and analyze what your WordPress PHP code is doing. It is a great tool to drill down into the PHP execution…


  • Is Your Website a Hit? Make Sure the Full Page Cache Works

    Do you expect your website to get a lot of visitors? No worries, if your site is hosted by Seravo, you are already well prepared. However, if you want to be extra well prepared and to make sure your WordPress…


  • Six Ways to Improve WordPress Information Security

    Six Ways to Improve WordPress Information Security

    WordPress still suffers from the reputation of being not secure. We state There are no unsecure WordPress sites, only poorly upkept WordPress sites. Here is a list of ways to improve the security of your WordPress site – starting from…


  • Coding WordPress in style with PHPCS

    Coding WordPress in style with PHPCS

    Some developers wonder why it isn’t enough that the code just works? The reason is that ugly code is doomed to lead to errors.