On Wednesday, Jul 16, 2003, at 07:10 US/Pacific, Haggerty, Mike wrote: > 1) Speed. Each page took > 700 ms to generate with debugging off. This > was > using a slow server: Apache / XP / RedSky / Celeron 733 with 512 MB > RAM.
As Zac points out, that's because the out-of-the-box index page creates the framework objects on every request. The code also (I believe) re-parses the XML in several places during each request. That sort of stuff will be resolved as Mach II nears release - and it will almost certainly require Red Sky (because of the page context bug, mainly). > 2) Layouts are not part of MachII yet. Or am I missing something? You can use the plugin architecture to handle layouts. Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

