mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Remove all use of global variables as debug timers
This commit is contained in:
parent
f91bd86fb1
commit
23190bd2f5
5 changed files with 17 additions and 24 deletions
|
|
@ -17,11 +17,10 @@ Page Generation Time
|
|||
Total Time: <?php echo $data->timing->total . "\n"; ?>
|
||||
DB Query Time: <?php echo $data->timing->db_query . "\n"; ?>
|
||||
DB Processing Time: <?php echo $data->timing->db_class . "\n"; ?>
|
||||
Session Lock Wait Time: <?php echo $data->timing->session . "\n"; ?>
|
||||
Remote Request Time: <?php echo $data->timing->remote . "\n"; ?>
|
||||
Layout Processing Time: <?php echo $data->timing->layout . "\n"; ?>
|
||||
Widget Processing Time: <?php echo $data->timing->widget . "\n"; ?>
|
||||
Remote Request Time: <?php echo $data->timing->remote . "\n"; ?>
|
||||
Session Lock Wait Time: <?php echo $data->timing->session . "\n"; ?>
|
||||
XML Parsing Time: <?php echo $data->timing->xmlparse . "\n"; ?>
|
||||
Template Compile Time: <?php echo $data->timing->template . "\n"; ?>
|
||||
Content Transform Time: <?php echo $data->timing->trans . "\n"; ?>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue