> Hi I am using cfcache to cache a page which rarely changes > however i'm finding the page actually takes LONGER to execute. > Looking at my debbuging info the cfcache tag alone actually > takes 327 milliseconds to execute can anyone else confirm the > poor performance of this tag?
Yes, CFCACHE takes a long time to execute, when you first cache a page. If you think about it, it makes perfect sense; CFCACHE not only runs the page, but it uses CFHTTP to fetch it and uses CFFILE to write it to the file system. Once it's cached, though, it takes a lot less time to fetch the cached page than to reprocess the original script. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb 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

