Staticize Reloaded

Staticize Reloaded is a plugin to make your site faster by caching the output of some WordPress pages. It creates a unique key based on the page variables and user and then if a request is made with identical variables it serves the request from a static file rather than building the page from the database. When a post is updated or a comment is left the cache is cleared. It is ideal for sites with a lot of anonymous reads and not too many updates. (For example, during a Slashdotting.)

Blunt Cache

Blunt Cache is a persistent fragment and object chache for those of us that cannot use full page caching. This plugin is meant for developers and requires code changes to your theme (and/or plugins). Please be sure to read the Documentation....

Similar: 25%

Zendy Speed: Encoding

Improve your Google PageSpeed grade! Zendy Speed: Encoding specifies a "Vary: Accept-Encoding" Header to increase the likelyhood that requests will use compression....

Similar: 23%

Zendy Speed: Query Strings

Improve your Google PageSpeed grade! Zendy Speed: Query Strings removes parameters from your static resources URLs, which helps caching and, ultimately, pageload speed....

Similar: 23%

WP Cache Blocks

WP cache blocks is an extremely efficient WordPress page caching system to make you site much faster and responsive. WP cache blocks can be cached in any part of the wordpress theme, Automatically update the cache expired,or Automatically update the cache when you add or updated post/comment....

Similar: 23%

WP Cache Users

Caches multiple users automatically on post and comment pages to radically reduce mysql queries for plugins that get_userdata. If you find that your query count has become excessive (25+) on your post or comment pages, this plugin may help. Tested up to WordPress 3.2 (might be compatibile with newer.........

Similar: 23%

Easy PageSpeed

Easy PageSpeed is a simple and efficient plugin desgined to do just two things: Serve your static resources (files of types) from the Content Delivery Network (CDN) that you specify. Using a CDN can improve the performance of your blog significantly. Remove the query strings that WordPress adds t.........

Similar: 23%

WPVM

WPVM is possibly the most advanced and most complete plugin you can find to purge your cached content of your WordPress powered web site from Varnish caches....

Similar: 23%

WP Fcashe

Warning: This plugin on it's own don't do anything. Integrate it in your theme or plugin. Usage: if ( !f_cache_start('key', 180) ) { //printing data f_cache_end(); // IMPORTANT don't forgot this }...

Similar: 20%

WP Green Cache

WP Green Cache is a powerfull caching plugin for WordPress blogs. It's higly minimize (%95) the usage of server's resources and provides very fast blog pages. If you care about the speed of your site, WP Green Cache is one of those plugins that you absolutely MUST have installed. To explain some te.........

Similar: 20%

Image Lazy Load (Unveil.js)

Lazy load content images using the unveil.js jQuery plugin. Improves site performance....

Similar: 19%