olegkoval / magento2-regenerate_url_rewrites

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

Exclude non visible products from url regeneration #170

Closed renttek closed 8 months ago

renttek commented 9 months ago

As already mentioned in a previous issue (https://github.com/olegkoval/magento2-regenerate_url_rewrites/issues/12#issuecomment-382732750), products that are not visible individually ignored when regenerating URLs.

One solution is to filter the product collection by visibility (like seen here: https://github.com/olegkoval/magento2-regenerate_url_rewrites/issues/130#issuecomment-635256375)

In one of my cases, this brought down the time needed to process all products from ~14 minutes to ~5 minutes.

olegkoval commented 8 months ago

Approved and merged.