olegkoval / magento2-regenerate_url_rewrites

Magento 2 extension which add feature of regenerating a url rewrites of products/categories
Academic Free License v3.0
430 stars 118 forks source link

Category Regenerate Use Case #104

Closed ladle3000 closed 4 years ago

ladle3000 commented 5 years ago

What is the use case for regenerating categories? What problem do people face when they need this? Is it speed of category loading?

Also, if you regenerate category url rewrites, will that remove custom redirect entries as well for really old redirects where key has changed in the past? I don't want to lose that traffic.

hostep commented 5 years ago

There are known bugs in Magento which can screw up the url rewrites for categories, for example by moving them around in the hierarchy: https://github.com/magento/magento2/issues/16202

As to your other question: be very careful with this module here, I did some elaborate testing and sometimes it changes things you don't want to change. I can strongly recommend dumping the following database tables before and after you run this tool, and then do a comparison to see how and what it changes exactly:

And please don't execute this module directly on a production environment without testing!

olegkoval commented 4 years ago

Closed because it's a Magento issue.