Blog Control helps to avoid the common operations blog's owners do when adopting a new template: add scripts from mybloglog, google analytics, adsense
This cache is simple and very efficient. WordPress, when a blog page is called, lets someone to intercept the call and do "something" before all. No database access will be made before this call neither a connection is activated.
For who, like me, have a very slow database, servin the page at this step is very efficient. But there are some drawbacks:
So, if you have a simple blog like mine, try to see if this cache can be useful. Tha cache is expertimental, this is why no automatic installation has ben provided.
=Agressive cache installation (experimental)=
define("WP_CACHE", true"); (if you use the wp cache plugin this code is already there)=Remove the agressive cache=
define("WP_CACHE", true");
Requires: 2.1 or higher
Compatible up to: 2.3.2
Last Updated: 2008-3-19
Downloads: 2,718




