I'm wondering if anyone aware of an easy way to maintain a system that uses both dynamic and pre-generated pages? I've got a set of templates that generate presentation pages that presently are all populated by data extracted from a database (that is, on demand). Some of the data changes quite frequently, so dynamic rendering is appropriate. For other pages, however, the database contents don't change very often. What I'd like to do is, for the pages based on relatively static data, periodically pre-generate the pages and simply "#include()" them with each request (because there will always be at least a little dynamic info that needs to be inserted). Other pages, based on more dynamically-changing data, will continue to be generated on demand. I'm wondering if anyone has noodled their way through a situation like this and come up with an approach they're happy with. (And if not, if anyone is interested once I dive into it.)
Best, Terry
