Created
April 4, 2013 16:40
-
-
Save paulgibbs/5311939 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Object Caching: APC / Memcached | |
Page Caching: Batcache | |
APC: http://wordpress.org/extend/plugins/apc/ | |
Memcached: http://wordpress.org/extend/plugins/memcached/ | |
Batcache: http://wordpress.org/extend/plugins/batcache/ | |
Remember, these require server-side components or libraries; ask your host for advice before installing these plugins if you're not sure. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is Object Cache something you recommend for all WordPress (and BuddyPress) powered sites or is it only good when a site is running slower than optimal - how do you measure when to implement this kind of caching?