The description to David McNicol’s URL Cache Plugin raises more questions than it answers:
Given a URL, the url_cache() function will attempt to download the file it represents and return a URL pointing to this locally cached version.
Where did he plan to use it? Does he envision the cache as an archive, or for performance? Why hasn’t [...]
Posted June 10, 2009 by Casey Bisson
Categories: Blink, Libraries & Networked Information, Technology. Tags: cache, perm-permalinks, plugin, web archiving, wordpress, wordpress plugin. One Comment.
Jacob Santos‘ FuncDoc notes:
The WordPress Object Cache changed in WordPress 2.5 and removed a lot of file support from the code. This means that the Object Cache in WordPress 2.5 is completely dependent on memory and will not be saved to disk for retrieval later. The constant WP_CACHE also changed its meaning.
I’ve just started using [...]
Posted February 7, 2008 by Casey Bisson
Categories: Dispatches, Technology. Tags: cache, changes, object cache, performance, wordpress, WordPress 2.5, wp-cache. 5 Comments.
I wrote bsuite_speedcache to reduce the number of database queries I was executing per page load. By implementing it on some of the content in my sidebar, I dropped 35 queries for each cache hit. That might not seem like much, but it should average about 525 queries per minute that that my host server [...]
Posted October 3, 2005 by Casey Bisson
Categories: Technology. Tags: bsuite, bsuite_speedcache, cache, cache hit, codex, database, database caching, database optimization, database performance, database queries, mysql, mysql caching, mysql optimization, mysql performance, mysql queries, wordpress, wordpress optimization, wordpress performance, wordpress performance optimization, wordpress plugin. 4 Comments.