Title: WPDB Cache Money
Author: postpostmodern
Published: <strong>2009 年 9 月 29 日</strong>
Last modified: 2011 年 11 月 18 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/wpdb-cache-money.svg)

# WPDB Cache Money

 作者：[postpostmodern](https://profiles.wordpress.org/postpostmodern/)

[下载](https://downloads.wordpress.org/plugin/wpdb-cache-money.zip)

 * [详情](https://cn.wordpress.org/plugins/wpdb-cache-money/#description)
 * [评价](https://cn.wordpress.org/plugins/wpdb-cache-money/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/wpdb-cache-money/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/wpdb-cache-money/#developers)

 [支持](https://wordpress.org/support/plugin/wpdb-cache-money/)

## 描述

Cache Money stores all database result sets on the filesystem as serialized data,
by using the oft-neglectged wp-content/db.php to extend the normal $wpdb class. 
Result sets will be updated as needed on a user by user basis when they do actions
that perform update queries.

Please note that this is not a full scale page cache, like WP-Cache or WP Super 
Cache, although this will work just fine in conjunction. Cache Money is meant for
sites with constantly changing content, where a full cache may not be suitable.

Tested with WordPress and WordPress MU 2.8.0 ~ 3.1
 Requires PHP 5, like all good
PHP apps.

## 屏幕截图

[⌊I gots to get paid, son /trunk/screenshot-1.png 
photo by Andrew Magill http://
www.flickr.com/photos/amagill/362201147/⌉⌊I gots to get paid, son /trunk/screenshot-
1.png 
photo by Andrew Magill http://www.flickr.com/photos/amagill/362201147/⌉[

I gots to get paid, son `/trunk/screenshot-1.png` photo by Andrew Magill http://
www.flickr.com/photos/amagill/362201147/

## 安装

 1. Place entire /wpdb-cache-money/ directory to the /wp-content/plugins/ directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Bling

## 常见问题

#### This doesn’t do anything!

Yes it does. Hey, didn’t you ask this question over on my other plugin too?

#### I need the cache to be cleared at a different interval than 5 minutes.

Change `$cacheMoney->threshold` to whatever number of seconds you wish.

#### How can I tell if this is working?

The directory wp-content/plugins/wpdb-cache-money/ should be full of files with 
names similar to `4a13fc6a615ac14cc3f58160ce9c52f3.php`. If not, check to make sure
this directory is writable by your server. `echo $wpdb->stats(TRUE)` will give you
a result like `q: 9 | c: 6 | m: 9.055 t: 0.171`. `q` is the number of actual database
queries, `c` is the number of cached queries, `m` is the memory usage in megabytes,
and `t` is the time in seconds to render the page. `echo $wpdb->stats()` will do
the same, wrapped in an html comment, for times when you need to be discrete. There
is also a profiler method – `echo $wpdb->profiler()`. You will need to make sure`
$cacheMoney->useProfiler` is set to `TRUE` to use this. The default for the profiler
is to sort the queries by length of time descending. `$wpdb->profiler(FALSE)` will
show the queries in the order performed.

## 评价

此插件暂无评价。

## 贡献者及开发者

「WPDB Cache Money」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ postpostmodern ](https://profiles.wordpress.org/postpostmodern/)

[帮助将「WPDB Cache Money」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/wpdb-cache-money)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/wpdb-cache-money/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/wpdb-cache-money/)，或通过[RSS](https://plugins.trac.wordpress.org/log/wpdb-cache-money/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/wpdb-cache-money/)。

## 更新日志

#### .5

 * Admin settings area added, major code cleanup, bumped min WP version to 3.0 *

#### 0.35

 * Minor code cleanup *

#### 0.31

 * Important security fix *

#### 0.22

 * Not caching options queries using autoload, was screwing up wp cron

#### 0.21

 * Added second parameter to wp->query(), to bypass reset of internal timer on inserts

#### 0.176

 * Using HEREDOC syntax for serialized data

#### 0.175

 * Improved caching with FOUND_ROWS() queries

#### 0.171

 * Fixed bug in escaped single quotes in serialized data.

#### 0.166

 * Allows a salt, used in the md5 generation of file names.

#### 0.165

 * Allows logged in administrators to clear all cache info with the variable ?cache-
   clear in query string

#### 0.16

 * Allows logged in administrators to view cache info with the variable ?cache-profile
   in query string, set to ‘sort’ to sort by length

#### 0.15

 * clearCache() method to empty cache files. Called automatically on plugin deactivation.

#### 0.14

 * Improved styles in profiler().

#### 0.13

 * First pass at query browser. This is not active – if this proves to be a bad 
   idea, will be removed from later versions.

#### 0.1

 * Refined profiler() methods.

#### 0.09

 * Bug fixes. First pass at documentation, profiler() methods.

#### 0.02

 * Initial public release. No documentation.

## 额外信息

 *  版本 **0.35**
 *  最后更新：**15 年前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 3.0 或更高版本 **
 *  已测试的最高版本为 **3.2.1**
 *  语言
 * [English (US)](https://wordpress.org/plugins/wpdb-cache-money/)
 * 标签
 * [cache](https://cn.wordpress.org/plugins/tags/cache/)[cash](https://cn.wordpress.org/plugins/tags/cash/)
   [database](https://cn.wordpress.org/plugins/tags/database/)[db](https://cn.wordpress.org/plugins/tags/db/)
   [money](https://cn.wordpress.org/plugins/tags/money/)
 *  [高级视图](https://cn.wordpress.org/plugins/wpdb-cache-money/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/wpdb-cache-money/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/wpdb-cache-money/reviews/)

## 贡献者

 *   [ postpostmodern ](https://profiles.wordpress.org/postpostmodern/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/wpdb-cache-money/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](http://www.heifer.org/)