Speeding up Plone

January 4th, 2005

http://poked.org/entries/needforspeed has some well written instructions for setting up caching of Plone objects.

The idea is that you can speed up your Plone site by getting Apache to cache pages that are normally dynamically generated by the Zope server. When someone requests a page that has recently been accessed, they get the copy that was placed in the cache, rather than having to wait slightly longer for Zope to build the page again.

Leave a comment