View Single Post
Old March 24th, 2008, 5:18 AM   #4 (permalink)
nathon
Registered User
Comfy Contributor
 
nathon's Avatar
 
Joined in Sep 2007
Lives in ~root
111 posts
Gave thanks: 1
Thanked 12 times
looks like you are using immerse cms. you may want to disable the debug stuff so you don't get the huge output on your source

IMMERSE DEBUG

If this is a production site, please edit /index.php and set DEBUG to false on line 27!
The debug information reveals much about your site and adds a couple of Kb to the size of your page.

Please note that times may be slightly off due to rounding.

TOTAL: the cumulative time taken to complete the request
PROCESS: the time taken to complete a specific function call
FUNCTION: the function call
COMMENT: extra information reported by the function

TOTAL PROCESS FUNCTION COMMENT
========== ========== ============================== ==============================
[0.0000 s] [0.0000 s] System::startup system starting at 24-03-2008 04:16:38
[0.0008 s] [0.0008 s] System::startup loaded and initialised debug
[0.0050 s] [0.0042 s] System::startup loaded utility classes
[0.0051 s] [0.0001 s] System::startup skipping Dispatcher, running `icms` instead
[0.0075 s] [0.0023 s] ICMS::index included icms utility classes
[0.0155 s] [0.0080 s] ICMS::index included icms renderer
[0.0160 s] [0.0005 s] Renderer::Renderer included config
[0.0170 s] [0.0010 s] Renderer::Renderer included and initialised db abstraction
[0.0178 s] [0.0008 s] Renderer::Renderer included and initialised http request wrapper
[0.0182 s] [0.0005 s] Renderer::Renderer included and initialised session handler
[0.0185 s] [0.0003 s] Renderer::Renderer retrieved settings
[0.0185 s] [0.0000 s] Renderer::Renderer included and initialised transformer - it's not a robot in disguise
[0.0186 s] [0.0001 s] Renderer::Renderer loaded statistics wrapper
[0.0192 s] [0.0006 s] Renderer::run_hook onLoadRenderer
[0.0193 s] [0.0000 s] Renderer::Renderer calling Renderer::render()
[0.0195 s] [0.0002 s] Renderer::render found page id (37)
[0.0196 s] [0.0002 s] Renderer::render found request language (1)
[2.5360 s] [2.5163 s] Renderer::render retrieved page object
[5.2558 s] [2.7198 s] Renderer::render checked for pre-rendered page: found in cache
[5.2560 s] [0.0002 s] Renderer::parse no page-data found to parse (post-cache)
[5.2560 s] [0.0001 s] Renderer::parse no setting-data found to parse (post-cache)
[5.2561 s] [0.0001 s] Renderer::parse_links no links found to parse (post-cache)
[5.2562 s] [0.0001 s] Renderer::parse_dictionaries no dictionary entries found to parse (post-cache)
[5.2562 s] [0.0001 s] Renderer::parse_media no media placeholders found to parse (post-cache)
[5.2563 s] [0.0001 s] Renderer::parse no page-data found to parse (post-cache)
[5.2564 s] [0.0001 s] Renderer::parse no setting-data found to parse (post-cache)
[5.2564 s] [0.0001 s] Renderer::parse_links no links found to parse (post-cache)
[5.2565 s] [0.0001 s] Renderer::parse_dictionaries no dictionary entries found to parse (post-cache)
[5.2565 s] [0.0001 s] Renderer::parse_media no media placeholders found to parse (post-cache)
[5.2567 s] [0.0001 s] Renderer::render_components no components found to render (post-cache)
[5.2568 s] [0.0001 s] Renderer::render_plugins no plugins found to render (post-cache)
[5.2569 s] [0.0001 s] Renderer::render_components no components found to render (post-cache)
[5.2570 s] [0.0001 s] Renderer::render_plugins no plugins found to render (post-cache)
[5.2571 s] [0.0001 s] Renderer::parse_resources no resource placeholders found to parse (post-cache)
[5.2572 s] [0.0001 s] Renderer::parse_edit_links no edit links found to parse (post-cache)
[5.2576 s] [0.0004 s] Renderer::run_hook onBeforeOutputContentType
[5.2577 s] [0.0001 s] Renderer::parse no timing-data found to parse (post-cache)
[5.2578 s] [0.0001 s] Renderer::Renderer completed rendering of page
[5.2578 s] [0.0000 s] System::end end of processing
__________________
I'm proud to say I never have and never will use vista
nathon is offline   Reply With Quote