Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Problem

We paid a lot of attention to the performance optimization of the product export process. Thus, our connector is capable of export of 1.7 milion of products in 10.000 categories within couple of minutes.

However, sometimes the process may be terribly slow, but only for some types of feeds. We are still investigating this issue, so the solution described below is just temporary, but should help.

Solution

The slow execution of the export process seems to be related to URL attribut export. Magento stores the rewrite rules for URL management and the results are store in table url_rewrite. Sometimes the rows in this table may be outdated and no more necessary. And since the auto clean-up process in Magento is not well implemented, this table may grow and grow without limits, making the export process slower and slower. This sould help you to increase the speed of Export profile execution:

  1. Check and mark the number of rows in table url_rewrite.
  2. Back-up table url_rewrite.~
  3. Trunkate table url_rewrite.
  4. Run reindex process in System → Index Management → reindex Catalog URL Rewrites index. The rows in tabke url_rewrite should be repopulated and the number of them should be much lower (compare with step 1).
  5. Try to run Export profile in Koongo Connector again.

One customer reported that originaly he had in this table 1.2 milion of rows and afterwards just about 200.000 (thus, 6-times less), making the process of Export profile execustion 12 times faster (from ~200 to ~15 seconds).

Related articles

Filter by label

There are no items with the selected labels at this time.

  • No labels