內容簡介
Cache Money會將所有資料庫查詢結果以序列化的方式儲存在檔案系統中,並使用常常被忽略的wp-content/db.php來擴展正常的$wpdb類別。當使用者進行會影響到資料庫更新的動作時,這些結果集會以使用者為基礎進行更新。
請注意,Cache Money並不是像WP-Cache或WP Super Cache這樣的全面頁面快取,儘管這樣也可以與它們一起使用。Cache Money適用於內容不斷變化的網站,而全面快取不適用於這種情況。
經測試支援WordPress和WordPress MU 2.8.0 ~ 3.1。
與所有優秀的PHP應用程式一樣,需要PHP 5。
外掛標籤
開發者團隊
原文外掛簡介
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.
