AT ISSUE: How to minimize server load
I'm displaying reports via calendars. A <cfif FileExists> checks to see if the file exists and displays a link if it does. Now, as the months have gone by -- and there are a lot of reports -- the question arises how best to turn these pages into static pages? After all why go to the server to see if the file exists when we know it does; and if the page is static why have cold fusion recreate static pages? So .... 1. does it make sense to keep what is now dozens of files in cache (and soon will be hundreds) 2. create static pages (is there an automatic process?) 3. stop worrying about something so trivial and get on to real things. thx // glm ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

