Calculates image dimensions (width and height) using PHP. Supports various image formats and falls back to a fast image size library if needed.
No Errors Modules
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Enables the use of Twig template engine for Magento 2, allowing developers to write templates using the `.twig` file extension. It dispatches events for modifying Twig's loader and environment.
A Magento 2 extension that shows sort order of system configuration's tabs, sections, groups, and fields.
Automatically loads the next page of products via AJAX when a user reaches the end of a product listing. Simplifies navigation and improves user experience by eliminating pagination clicks.
Removes ".00" from product prices on the frontend, displaying prices like $500 instead of $500.00. Works on catalog, product, cart, and checkout pages.
Prevents database version exceptions during code deployments. Facilitates zero-downtime deployments, especially with CI/CD and Docker/Kubernetes.
Cleans catalog images by removing unused images from the file system and missing image records from the database. It also identifies duplicate images.
A Magento module that stops URL rewrites with category paths being generated for products when 'Use Categories Path for Product URLs' setting is disabled in the config.
This extension improves the user experience by loading images that are guaranteed to be displayed above the fold earlier.
Adds the option to re-enable Swagger via configuration. It's disabled in production mode since Magento 2.4.4.