Index: trunk/core/kernel/utility/http_query.php =================================================================== diff -u -r3670 -r3685 --- trunk/core/kernel/utility/http_query.php (.../http_query.php) (revision 3670) +++ trunk/core/kernel/utility/http_query.php (.../http_query.php) (revision 3685) @@ -162,9 +162,10 @@ { if( $this->Application->isDebugMode() ) { - $this->Application->Debugger->profileStart('url_parsing', 'Parsing MOD_REWRITE url'); + $this->Application->Debugger->profileStart('url_parsing'); $this->processRewriteURL(); - $this->Application->Debugger->profileFinish('url_parsing'); + $description = 'Parsing MOD_REWRITE url (template: '.$this->Get('t').')'; + $this->Application->Debugger->profileFinish('url_parsing', $description); } else {