Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要改进索引时间,特别是“产品价格”。
我想知道我是否需要实际删除存储视图以提高索引性能,或者是否足以禁用它。我说的是多站点 Magento 安装中不同网站的商店视图。
额外的商店浏览量对数以万计产品的性能影响有多大,每种产品的每次商店浏览价格都不同(其他属性相同)?
谢谢你。
Magento 不检查商店视图是否被禁用。如果您不索引此数据,则必须删除存储视图,创建自己的索引器或重写 magento 的索引行为。