Handles configuration and loading of frontend bundles prepared by Magepack. Facilitates advanced JavaScript bundling in Magento 2.
Performance & Optimization
Caching, lazy loading, image optimization, database optimization
Allows uploading SVG, WebP, and AVIF images in Magento 2. Expands supported image formats for product and category images.
Looking for contributors - Help fix build issues
Automatically flushes Magento 2 caches (config, block_html, full_page) after saving system configuration. Useful for development environments to avoid manual cache flushing.
Improves page loading speed by lazy loading images. Loads images only when they are visible in the viewport, saving bandwidth and improving website performance.
Improves Magento 2 website speed by enabling features like lazy loading, HTML minification, and JavaScript deferring. Configuration is done via the admin panel.
Apollo-compatible automatic persisted queries, to improve GraphQL network performance.
A collection of useful micro-features packed into the same extension.
Looking for contributors - Help fix build issues
Automatically purges Cloudflare cache when Magento cache is flushed and resolves real visitor IPs by reading the CF-Connecting-IP header. Supports per-zone configuration with encrypted API key storage.
Looking for contributors - Help fix build issues
Calculates image dimensions (width and height) using PHP. Supports various image formats and falls back to a fast image size library if needed.
Enables Magento 2 as a Progressive Web App (PWA) by adding necessary icons, manifest, and service worker files. Supports offline page configuration and "Add to Home screen" prompt.
Looking for contributors - Help fix build issues
This extension allows speeding up the site load by showing the image only at the demanding time.
Looking for contributors - Help fix build issues
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.