Mike
Mike

Reputation: 331

Disabling store views in Magento for improving performance

I need to improve indexing times, specifically "Product Prices".

I would like to know if I need to actually delete a store view in order to improve indexing performance, or would it be enough to disable it. I'm talking about store views in different websites in a multi-site Magento installation.

How much does an extra store view affect performance with tens of thousands of products, each with different prices per store view (the other attributes are the same)?

Thank you.

Upvotes: 1

Views: 3917

Answers (1)

cmuench
cmuench

Reputation: 598

Magento does not check if store view is disabled. If you will not index this data you must delete the store view, create your own indexer or rewrite magento's indexing behavior.

Upvotes: 4

Related Questions