Since Buddypress works on having users login, page caches software such W3 Total Cache, BP Super Cache, Nginx microcache, APC, Memcached, etc. won't work.
What would work is a partial page caching software. But there doesn't seem to be any such software now.
http://chrislema.com/high-performance-wordpress-membership-site/
However, by using the wordpress transients API, one can manually code fragment or partial page caching.
http://premium.wpmudev.org/blog/wordpress-transients/
Problems with transients:
http://wpengine.com/2013/02/21/wordpress-transient-api/
Starting with Wordpress 3.7, transients are garbage collected, so the issues mentioned above may be fixed.
What would work is a partial page caching software. But there doesn't seem to be any such software now.
http://chrislema.com/high-performance-wordpress-membership-site/
However, by using the wordpress transients API, one can manually code fragment or partial page caching.
http://premium.wpmudev.org/blog/wordpress-transients/
Problems with transients:
http://wpengine.com/2013/02/21/wordpress-transient-api/
Starting with Wordpress 3.7, transients are garbage collected, so the issues mentioned above may be fixed.
No comments:
Post a Comment