Optimize WordPress Performance with Litespeed
I gave a presentation at WordPress Jakarta Meetup #14. My topic was optimizing WordPress performance with the LiteSpeed Cache plugin and LiteSpeed Web Server. The results…
// CATEGORY · 15 POSTS · PERFORMANCE
Real numbers from real sites — caching, queries, Core Web Vitals.
I gave a presentation at WordPress Jakarta Meetup #14. My topic was optimizing WordPress performance with the LiteSpeed Cache plugin and LiteSpeed Web Server. The results…
In order to have a fast-response WordPress-based website you need to optimize it. By optimizing your resources, your website is not just fast but also effective…
Images have an important role in web design, but on the other hand unoptimized images could be a nightmare for your bandwidth. We need to optimize…
I’m using Google App Engine to cache my static files for a while now. So far, I’m quite happy with my blog performance and using Google…
From my previous posts I wrote about how to install APC and XCache as caching systems for PHP 5. Now I would like to review which…
This problem happened on my VPS after I installed Alternative PHP Cache (APC). I also already had Zend Optimizer installed on the same VPS. After I…
Testing is one of the common tasks for a programmer. In every development phase, testing needs to be done before moving to the next phase. There…
Memcached is a free & open source, high-performance, distributed memory object caching system, intended for use in speeding up dynamic web applications by alleviating database load.…
The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for…