Implement caching for config file parsing to improve performance

This commit is contained in:
crazywhalecc
2026-04-07 17:10:33 +08:00
parent 8e91e02806
commit baa21d6e94
5 changed files with 111 additions and 14 deletions

3
.gitignore vendored
View File

@@ -67,3 +67,6 @@ spc.exe
# dumped files from StaticPHP v3
/dump-*.json
# config parse cache
/.spc.cache.php