FragmentCache

There are a lot of great caching plugins out there, but this one solves a very particular need that none of the rest are doing. It allows you to cache particular sections of your page, using a technique known as "fragment caching", which is readily available in other frameworks such as Ruby on Rails. The key benefit here: you can cache content for logged-in users! This is the main limitation of most other caching plugins, which is where the need for this solution came about. There are a couple of reasons this works:

  • You will only be caching certain sections of the page. Some sections of the page may be the same whether you're logged in or out, so you can cache those universally.
  • You can use a flag to determine whether you'd like to cache the content for logged-in users or anonymous users (the default). Note, just like any caching solution, this will never work for customized content that is particular to each user! But, if your page has a section that displays one version of the content for all logged-in users, and one version for anonymous users, then you can fragment cache that section of your page.

Note: Enabling this plugin does not automatically do anything for you -- you will still have to edit your templates in order to take advantage. So this is not as much of a plug-n-play solution as some of the other cache plugins, this is more of an advanced plugin for people who know some basic PHP and how to edit their template code.

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: 38%

Plugin Varnish Purges

Based on Varsnish plugins by pkhamre, wfelipe, eitch, but heavily forked for extensibility. WordPress Varnish Purges is a plugin that purges new and edited content, it's intent is to be usable for a multi-site installation, to support all necessary purge orders for wordpress and to be expandable vi.........

Similar: 38%

FlexiCache

FlexiCache is a fast, full-featured and flexible caching system which will improve the performance and availability of any WordPress site. It is highly configurable to allow unlimited caching rules - expiring different pages at different times, not caching some pages at all, caching multiple versio.........

Similar: 38%

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: 34%

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: 34%

Easy Menu Cache

This plugin caches all used Menus in a single wp option, saving tons of db queries and speeding up your WordPress installation. No configurations needed, no reason not to use it! Author: Marco Canestrari ...

Similar: 34%

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: 34%

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: 30%

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: 30%

Image Lazy Load (Unveil.js)

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

Similar: 28%