Skip to content

Instantly share code, notes, and snippets.

@paulgibbs
Created April 4, 2013 16:40
Show Gist options
  • Save paulgibbs/5311939 to your computer and use it in GitHub Desktop.
Save paulgibbs/5311939 to your computer and use it in GitHub Desktop.
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.
@vfowler
Copy link

vfowler commented Apr 15, 2013

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment