我有一个安装了prestashop的商店。 缓存文件夹大小每周增加到21gb +&消耗大量磁盘空间。 这背后的原因可能是什么?
在我的设置中 - 启用了智能缓存 如果已更新文件,则重新编译模板。
我是否需要以特定间隔清除缓存? 我需要在prestashop后端调整任何设置吗?
感谢。
答案 0 :(得分:1)
使用此命令,了解哪个目录变得越来越大:
du -h --max-depth=1 [project_root_path]/cache/
du -h --max-depth=1 [project_root_path]/cache/smarty
du -h --max-depth=1 [project_root_path]/cache/smarty/cache
您可能安装了一个模块,该模块正在不恰当地处理缓存。