We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a303c68
There was an error while loading. Please reload this page.
一些无关功能的代码优化
fba1214
微调
97af55d
还原原生 Medoo 的依赖
19712fb
增加路由信息文件缓存功能
/* * @param string fileCachePath */ $app = Application::create(config: __DIR__.'/../App/config.php', fileCachePath: __DIR__.'/../cache');
fileCachePath 默认=‘’, 不使用文件缓存 开启文件缓存 优点:不用每个请求都遍历目录;缺点:文件内容修改后需要手动删除缓存生效
b7ca78c
aabe18b
超大SQL日志优化