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 Add Responsive Search Form in Genesis Menu?

How-to-Add-Responsive-Search-Form-in-Genesis-Menu

Are you a fan of Genesis Framework? then i am sure you might be dealing with the most frustrating part, that is to add responsive search form. In this guide i will tell you how to add responsive search form in Genesis menu. The code is available on github too. The process involves 4 steps that are shown below. Step … Read More »

How to Configure WordPress SMTP without a plugin?

How to Configure WordPress SMTP without a plugin

WordPress world is full of plugins and to be true, I don’t like them much. I want everything to be hard coded because it makes my WordPress admin less dirty, less messy and doesn’t bloat my website. I once used a SMTP plugin and from the next day, I started receiving many spam comments which freaked me out and that … Read More »

How to Create Child Theme from Block Theme?

how-to-create-child-theme-from-block-theme

In WordPress, child theme is the most common term. Most of the WordPress user use child theme along with the parent theme. Child theme possesses all the properties and functionality of its parent theme. In this tutorial, we will tell you how to create child theme from block theme. Usually, if you make customizations to the parent theme, all the … Read More »

How to Install PHP 8.3 in Rocky Linux 9?

How-to-install-php-8.3-in-rocky-linux-9

PHP is a widely used scripting language along with an interpreter. We all know that the latest version of PHP is always faster and better than its previous version. When you install PHP on your Rocky Linux server, you will get PHP 8.0 version but, the latest stable version is PHP 8.3. That is better in terms of performance than … Read More »

How to Host Google Analytics Locally in WordPress?

How-to-Host-Google-Analytics-Locally-in-WordPress

A fast-loading website is crucial when it comes to ranking and SEO improvement. We do a lot to optimize our website or blog for performance. We spend a lot of money on hosting, performance tools, and themes. The javascript kills the Pagespeed score and most of the javascript comes from the Google Analytics code that is added to our website … Read More »