Update Wordpress

Why are WordPress Updates Critical?

Keeping WordPress updated is the most common advice when it comes to WordPress security. As WP makes the foundation of your business site (or business), you should know whether to update it or not. In this article, we will explore why we need to keep WordPress updated and the importance of having the latest version. […]

14 Tools I Use to Audit Performance of a WordPress site

Performance is not just about “my site loads under x seconds”. There are several other factors you need to look into. Here is a list of tools and services I use to audit or test the performance of a WordPress site. Not just WordPress, these can be used for any site. 1. Your Eyes – […]

Using Redis Object Cache to Speed Up Your WordPress Installation

Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It can be combined with other databases like MySQL to provide a mechanism to cache your queries. In this article, we’ll show how to cache the MySQL queries that are required to render WordPress pages. This will […]