phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.123.2.9.2.10


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.123.2.9.2.10,1.123.2.9.2.11 footer.inc.php,1.17.2.2.2.3,1.17.2.2.2.4
Date: Sun, 01 Jun 2003 05:23:18 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv31401/inc

Modified Files:
      Tag: Version-0_9_16-branch
        class.common.inc.php footer.inc.php 
Log Message:
moved the debug-timer to the footer again (else its outside the body-tag)


Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.123.2.9.2.10
retrieving revision 1.123.2.9.2.11
diff -C2 -r1.123.2.9.2.10 -r1.123.2.9.2.11
*** class.common.inc.php        1 Jun 2003 09:18:07 -0000       1.123.2.9.2.10
--- class.common.inc.php        1 Jun 2003 09:23:16 -0000       1.123.2.9.2.11
***************
*** 306,314 ****
                                define('PHPGW_FINAL',True);
  
-                               if (DEBUG_TIMER)
-                               {
-                                       $GLOBALS['debug_timer_stop'] = 
perfgetmicrotime();
-                                       echo 'Page loaded in ' . 
($GLOBALS['debug_timer_stop'] - $GLOBALS['debug_timer_start']) . ' seconds.';
-                               }
                                // call the asyncservice check_run function if 
it is not explicitly set to cron-only
                                //
--- 306,309 ----

Index: footer.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/footer.inc.php,v
retrieving revision 1.17.2.2.2.3
retrieving revision 1.17.2.2.2.4
diff -C2 -r1.17.2.2.2.3 -r1.17.2.2.2.4
*** footer.inc.php      1 Jun 2003 09:18:07 -0000       1.17.2.2.2.3
--- footer.inc.php      1 Jun 2003 09:23:16 -0000       1.17.2.2.2.4
***************
*** 65,68 ****
--- 65,73 ----
                parse_navbar_end();
        }
+       if (DEBUG_TIMER)
+       {
+               $GLOBALS['debug_timer_stop'] = perfgetmicrotime();
+               echo 'Page loaded in ' . ($GLOBALS['debug_timer_stop'] - 
$GLOBALS['debug_timer_start']) . ' seconds.';
+       }
  ?>
  </BODY>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]