Hi guys,
I posted my question at
http://cfwheels.org/docs/1-1/chapter/beginner-tutorial-hello-database
(not unlocked until yet) a few hours ago, but I think here is the
better place to discuss. After a while searching the web and this
group, I got no answer, so I will ask you.
Yesterday I installed CFWheels and did the beginner tutorial "hello
database" and was wondering, why the execution time is so high. Even
an empty page (no code in controller, no code in view) needs 200ms
until 600ms to execute. Is this normal?
Or what I'm doing wrong? I tried to change different settings, but it
didn't help.
Application: 5DAB538FD2134428606CEEC813E6E854 [Reload, Run
Tests]
Framework: Wheels 1.1.3
CFML Engine: Adobe ColdFusion 9,0,1,274733
Default Data Source: InternationalMail
Active Environment: Design [Development, Testing, Maintenance,
Production]
URL Rewriting: Partial
URL Obfuscation: Off
Plugins: None
Controller: KundenDatens
Action: new
Additional Params: None
Caching Stats: hits: 0, misses: 0, culls: 0
Execution Time: 438ms (view ~16ms, action ~16ms, beforefilters ~15ms)
Debugging Information
ColdFusion Server Enterprise 9,0,1,274733
Template /wheels_site/index.cfm
Time Stamp 30-Mar-11 01:24 PM
Locale German (Austrian)
User Agent Mozilla/5.0 (Windows NT 5.1; rv:2.0)
Gecko/20100101 Firefox/4.0
Remote IP 10.110.50.39
Host Name 10.110.50.39
Execution Time
Total Time Avg Time Count Template
438 ms 438 ms 1 CFC[ D:\inetpub\wwwroot\wheels_site\Application.cfc
| onRequest(/wheels_site/index.cfm) ] from D:\inetpub\wwwroot
\wheels_site\Application.cfc
438 ms 438 ms 1 CFC[ D:\inetpub\wwwroot\wheels_site\wheels
\Dispatch.cfc | $request() ] from D:\inetpub\wwwroot\wheels_site\wheels
\Dispatch.cfc
438 ms 438 ms 1 D:\inetpub\wwwroot\wheels_site\index.cfm
438 ms 438 ms 1 D:\inetpub\wwwroot\wheels_site\wheels\index.cfm
Thanks in advance.
Sherman