diff --git a/index.php b/index.php index 06663820..9895d7c7 100644 --- a/index.php +++ b/index.php @@ -100,6 +100,8 @@ try { $page->display(); $database->db->commit(); + // saving cache data and profiling data to disk can happen later + if(function_exists("fastcgi_finish_request")) fastcgi_finish_request(); _end_cache(); ctx_log_endok(); }