Provides a flexible asset rendering API for scripts and stylesheets with support for inline and external rendering, async/defer loading strategies, resource preloading with fetch priority, and built-in caching.
Performance & Optimization
Caching, lazy loading, image optimization, database optimization
Reduces cache keys by removing product/category specific layout handles. Improves performance by decreasing cache size and average Redis TTL.
Adds width/height attributes to Page Builder images and aria-label to links. Improves Google Web Vitals scores related to image dimensions and link accessibility.
Extends Magento Page Builder with explicit image width/height fields, link labels, and lazy-loading tags to improve Core Web Vitals performance and accessibility scores.
Enables uploading of SVG and WebP images in Magento 2, including Page Builder, WYSIWYG editor, and product gallery. Supports theme logo/favicon, attribute swatches, and category images.
Retrieves product images from a production server for use in development environments. Simplifies development by using live images without directly accessing the production database.
Optimizes product image sizes for faster page load times. Reduces image file sizes without significant quality loss, improving website performance.
Magento 2 module to add next-gen image support to Magento 2.
Integrates Sirv, a smart image CDN, with Magento 2. Optimizes and delivers product images faster, improving website performance.
Looking for contributors - Help fix build issues
Customizes GraphQL query depth and complexity limits via the Magento admin panel. Allows easier testing by enabling these settings in developer mode.
Optimizes Magento 2 GraphQL performance with DataLoader-based batch loading to prevent N+1 queries, multi-level caching with cache warming, and query-complexity and performance monitoring.
Looking for contributors - Help fix build issues
Adds products to the wishlist via AJAX, avoiding page reloads. Displays a customizable success message after adding an item.