diff --git a/mod.php b/mod.php index b1eb317f..bc9d6057 100644 --- a/mod.php +++ b/mod.php @@ -136,6 +136,8 @@ foreach ($pages as $key => $callback) { } $pages = $new_pages; +$parse_start_time = microtime(true); + foreach ($pages as $uri => $handler) { if (preg_match($uri, $query, $matches)) { $matches = array_slice($matches, 1);