I started a new application via the quickstart guide on the website.
I got as far as changing all the references to "translator" and loaded
up the page. Ran fine.. after 11.5seconds. So I took some advice
from a blog and turned off Report Execution Times, now it only takes
10.8seconds.
I decided well lets try this on my local machine instead of the shared
development environment, the demo index page runs in 300-500ms. My
local machine is running CF9 and the shared environment is still CF8,
but still why is this so incredibly slow. As you can see below, the
event queue is taking most of the time:
Version info: ColdFusion Server Enterprise 8,0,1,195765
Time Category Message
0ms Creation Event Context Created
78ms Initialization Beginning request phase.
8624ms Event Queue Queueing event handler:
modelglue.onApplicationInitialization
8703ms Event Handler Execute "modelglue.onApplicationInitialization"
<event-handler name="modelglue.onApplicationInitialization">
8765ms Message Broadcast Broadcasting
"modelglue.loadFrameworkIntoScope"
<message name="modelglue.loadFrameworkIntoScope">
8812ms Message Listener Invoking loadFrameworkIntoScope in
ModelGlue.gesture.modules.internal.initialization.controller.InitializationController
<message-listener message="modelglue.loadFrameworkIntoScope"
function="loadFrameworkIntoScope" />
8937ms Event Queue Queueing event handler:
modelglue.onApplicationStoredInScope
8937ms Initialization Request phase complete.
8937ms Population Beginning request phase.
--~--~---------~--~----~------------~-------~--~----~
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog
You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en
-~----------~----~----~----~------~----~------~--~---