2

Why it is sometime necessary to do Cache management to disable and Index management to re-index in magento.I am new in magento so if you know then reply this kindly.

4

2 回答 2

0

在您的开发环境中,建议禁用缓存,因为您倾向于经常在模板/布局文件中进行更改,以便将其反映在前端/网站上,建议您在开发环境中禁用缓存。但不要在生产中这样做。

进入索引管理,将其设置为“更新时保存”模式,这样每次如果您对产品、类别或属性进行一些更改,它就会自动重新编制索引,避免每次手动重新编制索引的必要性。

于 2013-03-04T12:25:24.427 回答
0

Specifically, "Block" data are the html blocks that the MVC generates to present to the frontend and even in the admin sometimes. Because of the caching and also session information, you need to log out of admin and back in for some changes to appear.

Depending on site volume, there might not be a penalty for turning off caching. If I'm doing a quick styling fix, I'll disable the block cache for a couple minutes.

于 2013-03-06T01:39:35.620 回答