- Issue created by @Juanjol
- πͺπΈSpain antonio.nunez Spain
antonio nunez β made their first commit to this issueβs fork.
- Assigned to antonio.nunez
- Merge request !78Draft: Issue #3520333: Fixed 404 error in the image styles report without activating... β (Open) created by Unnamed author
- πͺπΈSpain antonio.nunez Spain
Fixed two issues in the Image Styles Report:
- Resolved 404 error when accessing the report without the responsive_image module enabled - the plugin now properly checks module availability before attempting to load responsive image styles
- Addressed timeout issues by implementing conditional processing limits - when responsive_image is disabled, limits are applied (50 image styles, 100 view displays) to prevent timeouts; when enabled, all items are processed
without restrictions.
These changes ensure the report remains accessible and functional regardless of the responsive_image module status.
- πͺπΈSpain antonio.nunez Spain
Refactoring and debugging of the timeout management in the image styles report, as well as correcting the coding standards according to phpcs, phpstan and cspell.