After upgrading to Magento 2.2.6 the images are missing. According to devdocs i need to:
The catalog:image:resize command execution time has been reduced by up to 90% in the release. However, this improvement necessitates these additional steps after upgrading your Magento instance to 2.2.6:
Remove
pub/media/catalog/product/cache. (Removing this folder frees up space.)Run
bin/magento catalog:image:resizeto generate a new image cache. (This step is necessary because we’ve changed the path to cached images and must remove the previously cached images.)
The problem is I have more than 120K images and running the command takes so much time, and that is problematic if I want to do it on production.
Any workaround to do it faster?