Caching Methods with Wordpress
Posted: Wed Jun 27, 2012 10:30 pm
WordPress implements two different caching methods:
Non-persistent
The data remains in the cache during the loading of the page. (WordPress uses this to cache most database query results.)
Persistent
This depends on the database to work, and cached data can auto-expire after some time. (WordPress uses this to cache RSS feeds, update checks, etc.)
Read more here: http://wp.smashingmagazine.com/2012/06/ ... wordpress/
Non-persistent
The data remains in the cache during the loading of the page. (WordPress uses this to cache most database query results.)
Persistent
This depends on the database to work, and cached data can auto-expire after some time. (WordPress uses this to cache RSS feeds, update checks, etc.)
Read more here: http://wp.smashingmagazine.com/2012/06/ ... wordpress/