How to Configure Redis for WordPress on Ubuntu 24.04

How-to-Configure-Redis-for-WordPress-on-Ubuntu-24.4

Recently, i was working on improving my WordPress website’s performance and i found many blogs recommending to install various kinds of plugins. Yes, caching is very important and everyone must use it. But caching plugins only caches the js, css and html of your website. But we have another most important thing on our setup, which is database. When i digged deeper, i found out… Read More »

How to Install WordPress with Nginx on Rocky Linux 10 with SSL

how-to-install-wordpress-with-nginx-on-rocky-linux-10-with-ssl

Last week I was browsing the internet for the best WordPress setup and came across three kinds of setup LAMP (Linux, Apache, MySql and Php), LEMP (Linux, Nginx, MySql and Php) and WordPress with OpenLitespeed. Being an IT guy I know that Nginx and OpenLitespeed are the fastest. So, I shortlisted WordPress with OpenLitespeed and LEMP setups. I thought to first try both and then… Read More »