Making Plone site temporarily static for high traffic peak Making Plone site temporarily static for high traffic peak apache apache

Making Plone site temporarily static for high traffic peak


I'd go with Varnish and something like a 60 second TTL. This is enough, because it means you'll get only a handful of requests per minute.

You need to test carefully, though, that response headers are set correctly so you don't have any "holes" in the cache that hammer Zope. Funkload to the rescue.

Martin