First page Back Continue Last page Overview Graphics
Development Planning
Caching
- HTTP Cache Servers (aka “reverse proxy”) can drastically help scale a website. Rendered versions of HTML pages and images are stored on and served by the cache server instead of by the back-end Zope servers.
- The bottom line: Zope is slow. Let Zope serve the fewest number of requests possible, push all the work to the caching tier.