feat: 前台整页响应缓存(匿名 GET,浏览量走 track-view 独立端点)+ 后台缓存管理页 + 侧边栏 nav-groups 负 margin 归零

This commit is contained in:
ak
2026-08-11 21:53:09 +08:00
parent a5429b3ea4
commit 7622cd8e2a
21 changed files with 317 additions and 1 deletions
+8
View File
@@ -48,4 +48,12 @@ return [
*/
'default_post_status' => 'published',
/*
|--------------------------------------------------------------------------
| 前台页面缓存(秒)
|--------------------------------------------------------------------------
*/
'page_cache_ttl' => env('PAGE_CACHE_TTL', 300),
];