Fixes intermittent 404 errors for .min.js files in Magento 2 production mode caused by stale baseUrl closures and double-wrapping in the requirejs-min-resolver. Patches both frontend and admin contexts with an idempotent guard.
Build Works in Performance & Optimization
These modules install and compile correctly.
Integrates Lucide Icons into Hyva themes. Allows usage of SVG icons in CMS content, pages, blocks and widgets.
A Magento 2 extension that replaces Luma's js stack with its own implementation.
Implements lazy loading of images, loading them only when visible to the user. Reduces page size and the number of HTTP requests.
Integrates the Swiper touch slider as a Magento 2 JS Widget. Allows creation of mobile-friendly, hardware-accelerated image and content sliders.
Adds delayed message publishing to Magento's message queue system, allowing queue messages to be scheduled for processing after a configurable number of minutes. Includes a cron job and CLI command for publishing delayed messages.
Integrates Fastly CDN with Magento 2, leveraging Fastly's caching technology and Geo-IP support. Improves site performance with features like stale content serving and soft purging.
Provides advanced cache warming for Magento 2 with priority-based processing across multiple store views, parallel execution, and admin monitoring. Supports flexible enqueueing via console commands for Varnish or built-in cache.
This module allows you to use the same mechanism that is used for caching regular GraphQL resolvers, for introspection queries. This helps minimize the number of times Magento is bootstrapped.
Automatically purges the entire Cloudflare cache whenever Magento cache is flushed from the admin panel or CLI, ensuring customers always see up-to-date content behind the Cloudflare CDN.
Filters configurable products from catalog views based on the stock status of their variants. Hides configurables when all variants are out of stock and, when layered navigation filters are active, only shows products with in-stock variants matching the selected criteria.
Implements Google's Speculation Rules API for Magento 2, enabling speculative loading strategies to improve page load performance. Uses JSON configuration for prefetching and prerendering URLs.