diff --git a/web/index.php b/web/index.php index 2864c89c..41bca362 100644 --- a/web/index.php +++ b/web/index.php @@ -28,6 +28,7 @@ try { View::compileCss(); } Controller::dispatch(Request::getRoutingUri()); + ob_flush(); flush(); Response::invokePostRenderCallbacks(); } catch (Throwable $e) {