How to display cached pages instead of real time dynamic pages
I'm in the process of trying to speed up the server and was thinking about possibly making some of my custom pages less dynamic. I have some pages that are similar to the Memberlist feature - a listing of members based on criteria in their profile. These pages are fully dynamic and updated in real time. I was wondering how I'd go about making it so these types of pages are written to a static file every 24 hours via a cron job. How would you structure something like that in vbulletin?
|