Here's the deal... we have a HUGE database of items (over 200K) that are displayed maybe 10 at a time. What I want is the FIRST time (in a 24 hour period) that someone goes to a particular page (say.. www.somesite.com/catalog/shirts_page_1.php), it should hit the database for the results and save it on the machine as a formatted HTML file. Then the next time that anyone goes to that page (within 24 hours), it simply loads the static HTML page instead of re-querying the database.
I know there are "Template Engines" out there like Smarty that do something SIMILAR, but not exactly. Please advise if you've heard of anything like this.
Thank you.
2007-04-11
02:43:54
·
4 answers
·
asked by
Honamos
2
in
Computers & Internet
➔ Programming & Design