Xampp 文件更新时不重新加载更改

Xampp doesn't reload changes when files get updated

当我将实时 opencart 网站复制到本地时 xampp,无法显示任何更新

我的本地主机上有一个可用的本地副本,但我需要从实时站点获取最新的副本。所以我复制了实时站点和实时数据库(在 workbench 中)。然后我更改了配置文件(管理和目录)。该网站在本地浏览器上运行完美,但我通过代码所做的更改不会在浏览器上显示。但是当我将数据库更改为旧的本地数据库时,我可以看到更新。

浏览器上没有显示错误

谢谢

"As a developer, or store owner, you may make a change somewhere in your online shop and not see that change being applied on the front-end. In that case you probably need to clear your caches, but there is more than one so it helps to be aware of what caches there are and how to clear them." https://www.antropy.co.uk/blog/how-to-clear-all-caches-in-opencart-3-0-2-0/

我已经使用 Twig/SASS(模板)清除缓存方法解决了上述问题。我必须为每次更新执行此操作。但后来我遇到了另一个问题 - 产品类别的默认图片没有显示。图像 src 显示为未知,从缓存文件夹中获取。请问有什么解决办法吗?