I'm working on a huge directory site with lots of dynamic content running some heavy duty sql statements on each page.
So I'm thinking I'll have to do some sort of caching on a scheduled basis. I would either generate a db cache where say each row value contains all html for the page or I would create a cache directory that would include prepped html files ready to be php included.
Any opinions?