in reply to Caching Web Pages
If you have pages that are generated from say a database or some similar, and doesn't change all that frequently - by manual or timed updates, I'd suggest that you instead produce a new set of HTML pages from your DB (or what it is) upon every change instead. That is a lot more simple approach to reducing load. This assumes that your CGI's don't take any parameters etc, in which case a caching approach is so-so anyways.
|
|---|