aboutsummaryrefslogtreecommitdiffstats
path: root/html/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'html/index.php')
-rw-r--r--html/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/index.php b/html/index.php
index dcdbb35..2de3938 100644
--- a/html/index.php
+++ b/html/index.php
@@ -2,6 +2,8 @@
/**
*/
+$t0 = microtime();
+
/** Below variables are defined after the document variables. */
/** URL of the document calling the service. */
@@ -32,3 +34,5 @@ header('Content-Type: text/html;charset=utf-8');
header(sprintf('Expires: %s', gmdate('r', strtotime('+1 day'))));
echo _mgnav_html($wrap, $lang, null, 'www.mageia.org', NCache::build('var/tmp/cache'));
+
+apache_note('navMakeTime', number_format(microtime() - $t0, 6)); \ No newline at end of file