This plugin caches every database query with given lifetime. It is much faster than other html caching plugins and uses less disk space for caching.
I think you've heard of
WP-Cache or
WP Super Cache, they are both top plugins for WordPress, which make your site faster and responsive. Forget about them - with DB Cache your site will work much faster and will use less disk space for cached files. Your visitors will always get actual information in sidebars and server CPU loads will be as low as posible.
See the
DB Cache homepage for further information.
Updates
Updates to the plugin will be posted here and the
Ukrainian WordPress will always link to the newest version.
Thanks
I would like to thank
Lviv for giving me the idea for this and
RKG for support.
Version 0.6
Added it_IT localization. Thanks to Iacopo Benesperi,
http://iacchi.org ;
Added tr_TR localization. Thanks to offchu,
offchu.kptngl.net ;
Added subfolders for caching;
Improved caching queries filters;
Added display of debug info;
Added filters for caching;
Version 0.5
Added clearing cache on new post or comment;
Removed tables checking at options page - all tables will be cached;
Refactored code;
Changed cache load function;
Version 0.4
Checked autocleaning;
Corrected uninstallation of plugin;
Disabled caching for cron tasks;
Version 0.3
Added resourses usage statistics in wp_footer;
Checked some problems;
Version 0.2
Added nl_NL localization. Thanks to
http://golabs.nl/2009/10335/ ;
Disabled caching for register and login pages;
Changed options saving path to wp-content;
Corrected removing tmp folder;
Version 0.1
Start