fast asynchronous re-indexing

14

Click here to load reader

Upload: mirasvit-magento-extensions

Post on 29-Jun-2015

474 views

Category:

Business


3 download

DESCRIPTION

Extension Fast Asynchronous Re-indexing

TRANSCRIPT

Page 2: Fast Asynchronous Re-indexing

Fast Asynchronous Re-indexing allows you to speed up products saving in a catalog and reduce loads of server.

[email protected]

Page 3: Fast Asynchronous Re-indexing

Every time you save a product or a category Magento produces data re-indexing in a database.

[email protected]

Page 4: Fast Asynchronous Re-indexing

Providing that the catalog is not too large this process is imperceptible for a user.

[email protected]

Page 5: Fast Asynchronous Re-indexing

However the more categories, products, attributes of a product are created, the more time for re-indexing is needed.

[email protected]

Page 6: Fast Asynchronous Re-indexing

As a result, working with administrative panel becomes uncomfortable as far as you have to wait long enough...

[email protected]

Page 7: Fast Asynchronous Re-indexing

...until category or product will be saved after editing.

[email protected]

Page 8: Fast Asynchronous Re-indexing

How does the extension work?

When the store manager added a new product (category) or changed an existing product,...

[email protected]

Page 9: Fast Asynchronous Re-indexing

...the query to produce re-indexing of goods is stored in the table-queue.

[email protected]

Page 10: Fast Asynchronous Re-indexing

Products are quickly stored and manager goes to editing the next item. Parallel to this the cron process runs that constantly addresses to the table-queue.

[email protected]

Page 11: Fast Asynchronous Re-indexing

As soon as it notes elements that are expecting for re-indexing it starts to index them.

[email protected]

Page 12: Fast Asynchronous Re-indexing

So you may have a very large catalog, and a large number of managers can simultaneously work with it,...

[email protected]

Page 13: Fast Asynchronous Re-indexing

...but they will not wait until re-indexing happens every time they save data.

[email protected]

Page 14: Fast Asynchronous Re-indexing

They will work, and the cron process will perform data re-indexing in the background.

[email protected]