Opcache on WHM/Cpanel Server
How to install and run Opcache on WHM/Cpanel server Caching is an important aspect of site speed. In the simplest terms caching is a system you use to speed up your wesbite. When you use… Opcache on WHM/Cpanel Server
How to install and run Opcache on WHM/Cpanel server Caching is an important aspect of site speed. In the simplest terms caching is a system you use to speed up your wesbite. When you use… Opcache on WHM/Cpanel Server
Switch from MPM Prefork to MPM Worker on WHM/Cpanel Server The Apache HTTP server is used widely across various platforms in a wide range of environments. It is a powerful and flexible webserver. Its modular… How to change to MPM Worker from MPM Prefork
How to use Google’s low latency cloud DNS for Your Website DNS is among the most important parts in terms of site speed and DNS speed has a critical impact on how fast your site… Google Cloud DNS setup
How to Enable MPM Event in Apache on Centos (using EasyApache4) The MPM or (Multi-Processing Module) selected by you on your server affects several things including how Apache binds to network ports, accepts http requests… Enable MPM Event in Apache on Centos
How to install php 8.2 on WHM/Cpanel Server PHP 8.2 was released in November 2022. It includes several new features including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties, performance improvements… Install PHP8.2 on WHM/Cpanel Server
How to Install Memcached on WHM/Cpanel server Speed is now of special importance in terms of SEO, website performance and reducing bounce rate. Website caching is one of the methods that can help improve site… Install Memcached on WHM/Cpanel Server
Setting up Premium AWS Route 53 DNS Zone for a WordPress Website In this post, we will discuss how to add a hosted zone and create DNS records in AWS Route 53 DNS service for… Route 53 DNS with WordPress
How to easily install and use Redis object caching on a dedicated server from WHM Speed is crucial to website performance and ranking and caching is among the most critical things to speed up your… Install Redis persistent object caching on dedicated server
If you have seen the warning that the optional module imagick is not installed or has been disabled on your site health panel and are looking for a resolution, you are at the right place.… Fix missing imagick module in wordpress
A reverse proxy is an intermediate server that accepts a request from a client, forwards it to a server that can fulfil it and then returns the response from the server to the client. Using… Enable NGINX reverse proxy (Cpanel/WHM server)