Linux 软件免费装

DB Cache

开发者 posterd
更新时间 2009年1月17日 15:46
PHP版本: 2.5 及以上
WordPress版本: 2.7

标签

caching performance db-cache wp-cache

下载

0.3 0.4 0.5 0.6 0.1 0.2

详情介绍:

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.

安装:

  1. You should upload the db-cache folder to your wp-content/plugins
  2. Go to your Plugins page and activate "DB Cache"
  3. Now go to Settings->DB Cache and enable caching of DB queries. The plugin will create wp-content/tmp folder and db.php file for serving cached queries in wp-content folder. That's all! Enjoy the speed of loading pages.

其他记录:

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