>
Download This Plugin | |
Download Elegant Themes | |
Name | Next Level Cache |
Version | 0.0.9 |
Author | VerySimple |
Rating | 100 |
Last updated | 2014-05-13 07:41:00 |
Downloads |
2596
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Next Level Cache plugin added 6 bytes of resources to the Home page and 27 bytes of resources to the sample Post page.
Next Level Cache plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Next Level Cache plugin ads no tables to your Wordpress blog database.Did you know that a fresh, stock WordPress install with the default theme and no plugins will execute over 30 database queries every single time a visitor views the home page? After installing an feature-rich theme and a few basic plugins WordPress can easily run 100 or more queries on every single page. This puts a enormous amount of strain on the database server.
Next Level Cache is a lightweight plugin that intercepts DB queries and selectively caches them. A special type of plugin file called a "Drop-in" is included to override Wordpress's default DB functionality. Every page is still generated dynamically, but WordPress is coerced into using cached data for many of the DB calls. This hybrid approach doesn't eliminate all database queries, but keeps them down to a reasonable number (usually between 1 and 5 queries per page, depending on your theme and plugins).
Next Level Cache monitors it's own activity. If the cache isn't performing well then a warning message will display on the admin dashboard widget and plugin settings page. If you use this plugin and see that warning, I would greatly appreciate a post on the support forum with some info about your site. Thank you!
This plugin is made for a specific type of site. My goal was to make a plugin that would reduce (but not completely eliminate) the obscene amount of queries Wordpress runs on every page. I wanted something other than a static HTML cache so that pages could have a fast load-time but still be dynamically generated.
The reason I wrote yet another cache plugin is because I tried all of the usual, popular plugins and for various reasons they didn't quite work for a particular site. My use case is a business CMS with light-to-medium traffic, about 10-20 fixed pages and perhaps a new daily/weekly blog post. This seemed like a fairly common scenario that was worth building a new cache plugin.
If your site doesn't fit this use case because it has extremely high traffic and/or is a feed-type of site with constant new postings (like icanhascheezburger for example) then Next Level Cache alone will probably not reduce your DB load enough. However, you can combine Next Level Cache with a static HTML cache plugin and your static cache warm-up times may even improve.