Author: Harry J

What is Fragment Caching and Why Do I Need it?

Social layer, personalization, and e-commerce are common elements of highly dynamic websites. That means that there are other solutions than caching entire pages to improve...

Configuring WordPress Browser Caching using W3...

Browser caching is extremely important for improving your WordPress performance and speed, and it is recommended that you enable it in nearly all situations. The...

Configuring Object Caching Methods in W3 Total...

While Page Caching can greatly help to reduce the response time of a site through caching static pages, there are still many non-cached requests for...

Choosing a Database Caching Method in W3 Total...

While Object Caching will store executed PHP which may or may not contain information retrieved from your database, it may not cache the majority of...

Choosing an Opcode Caching Method with W3 Total...

Opcode Caching improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on...

What is Gzip Compression and How Do I Enable it?

Gzip compresses your webpages and style sheets before sending them over to the browser. This drastically reduces the transfer time to your users, because the...