Methods to Increase Page Speed & Reduce Database Queries in CodeIgniter 4 Besides server-side caching with cache()->save(), here are more effective strategies to optimize site speed and minimize unnecessary database … Increase Page Speed & Reduce Database Queries in CodeIgniter 4Read more
Pageload Speed
Improving Page Speed and Core Web Vitals with IntersectionObserver in CodeIgniter 4
Page Speed depends reducing your page load time from 9.6s to under 2.0s and passing Core Web Vitals requires both backend optimizations and efficient frontend strategies. The IntersectionObserver API is … Improving Page Speed and Core Web Vitals with IntersectionObserver in CodeIgniter 4Read more
Asynchronous Loading of Third-Party Scripts with BARREL.asyncLoad
When building a website, performance is key. Loading too many third-party scripts can slow down your website, negatively affecting both user experience and SEO. One way to optimize your website’s … Asynchronous Loading of Third-Party Scripts with BARREL.asyncLoadRead more
Cron Job – WordPress Solution – Speed Up WordPress website
We usually encounter with Cron Job and most of the people don’t know how much it can impact Speed of WordPress website if you did wrong with Cronjobs. In this … Cron Job – WordPress Solution – Speed Up WordPress websiteRead more