You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ECP-261: Offload Catalog Image Resizing from Magento
- Fixed tests
- Suppressed excessive coupling warning in Helper/Image because it is an @api class with dependencies in protected properties (cannot be refactored in backward compatible manner)
Copy file name to clipboardExpand all lines: app/code/Magento/MediaStorage/Console/Command/ImagesResizeCommand.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,8 @@ protected function configure()
86
86
$this->setName('catalog:images:resize')
87
87
->setDescription(
88
88
'Creates resized product images ' .
89
-
'(Not relevant when image resizing is offloaded from Magento. See https://docs.magento.com/m2/ee/user_guide/configuration/general/web.html#url-options )'
89
+
'(Not relevant when image resizing is offloaded from Magento. ' .
0 commit comments