saving cache data and profiling data to disk can happen after the client gets the page
This commit is contained in:
parent
1b30aea557
commit
32387dd845
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Reference in a new issue