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
@ -100,6 +100,8 @@ try {
|
|||||||
$page->display();
|
$page->display();
|
||||||
|
|
||||||
$database->db->commit();
|
$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();
|
_end_cache();
|
||||||
ctx_log_endok();
|
ctx_log_endok();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user