From eb607aec251bb3e1df59fc46f788b412c4723dbd Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 23 May 2025 16:09:49 +0800 Subject: [PATCH] * [bug#62830,done,0.5h] fix the issue of slow dashboard loading. --- module/block/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/block/control.php b/module/block/control.php index 67655ca1c0..ce438120fa 100755 --- a/module/block/control.php +++ b/module/block/control.php @@ -74,6 +74,7 @@ class block extends control */ public function printBlock(int $blockID, string $params = '') { + session_write_close(); $block = $this->block->getByID($blockID); /* 如果是外部调用,判断密码并组织外部需要的返回信息。 */