How to Install and Configure APCu for WordPress (Speed Boost Guide)?

Install-and-Configure-APCu-for-WordPress

Caching is the most important part in WordPress. Most of the WordPress users use various paid and free wordpress plugins to boost their website’s performance. What many don’t know is that there are many other free options available that they can try. PHP-APCu is an extension that speed-boost your WordPress website. I am using APCu along with fastcgi cache which … Read More »

How to Optimize Nginx for High Traffic?

How-to-optimize-nginx-for-high-traffic

Nginx was developed in 2004 by Igor Sysoev. Nginx was developed to fix the C10K problem. This error has to do with handling 10K concurrent connections. Even though Nginx is powerful and can handle a good amount of traffic. Still, there are methods to optimize Nginx for high traffic so it can handle way more traffic than usual. Prerequisites Tuning … Read More »

Install and Configure Redis as Object Cache for WordPress

Install-and-Configure-Redis-as-Object-Cache-for-Wordpress

People are doing a lot to boost their WordPress website’s performance. Many are spending money on buying plugins, many are purchasing pricy hostings and whatnot. Here in this tutorial, I will show you how you can install and configure Redis as an object cache for WordPress. Prerequisites To set up Redis, you need a configured WordPress server and a root … Read More »

Configure Cache-Control Headers in Nginx

configure-cache-control-in-nginx

Cache-control headers are used to define how the resources will be cached. These headers define how and for how long the resources will be saved on the browser so that the browser doesn’t have to fetch the same again and again. Static resources like images, CSS, and Javascript are usually cached using these control headers so that when you visit … Read More »

Install and Configure Memcached on Rocky/Alma Linux

Install-configure-Memcached-on-Rocky-Alma-Linux

Performance is everywhere, especially when it comes to websites. Website speed and its performance are the most crucial ranking factors. A well-performing website not only gets ranked higher but also has higher conversion rates which means higher revenue. Here in this tutorial let’s see how we can Install and Configure Memcached on Rocky/Alma Linux which will give a good amount … Read More »