Page 1 of 1

Caching Methods with Wordpress

PostPosted: Wed Jun 27, 2012 10:30 pm
by beniston
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/


Image