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.
Performance & Optimization
Caching, lazy loading, image optimization, database optimization
Integrates Lucide Icons into Hyva themes. Allows usage of SVG icons in CMS content, pages, blocks and widgets.
Integrates the Swiper touch slider as a Magento 2 JS Widget. Allows creation of mobile-friendly, hardware-accelerated image and content sliders.
Automates product ranking in ElasticSuite-powered search and categories using behavioral data (CTR, add-to-carts, sales, reviews). Applies Bayesian smoothing, freshness boosting, bounce rate penalties, and discovery shuffle to dynamically score and sort products.
Looking for contributors - Help fix build issues
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.
Optimizes Magento 2 store images with automatic WebP and AVIF generation, SVG upload support, and intelligent lazy processing to reduce page weight by up to 80% for modern browsers.
Looking for contributors - Help fix build issues
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.
Looking for contributors - Help fix build issues
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.
Proactively warms cache entries for frequently visited Magento 2 pages, improving website performance by ensuring popular URLs are pre-cached before customers visit them.
Looking for contributors - Help fix build issues
Automatically generates critical CSS using the critical library, improving page load performance by inlining above-the-fold styles. Supports custom URL providers, fallback CSS for empty pages, and per-store configuration.
Looking for contributors - Help fix build issues
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.