A Magento 2 extension that replaces Luma's js stack with its own implementation.
No Errors in Performance & Optimization
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Reduces cache keys by removing product/category specific layout handles. Improves performance by decreasing cache size and average Redis TTL.
Integrates Lucide Icons into Hyva themes. Allows usage of SVG icons in CMS content, pages, blocks and widgets.
Varnish ESI Theme Context
Strict Complianthryvinskyi/magento2-esi-page-layout 71
Ensures correct theme context and cache segmentation for Varnish ESI block requests in multi-theme Magento setups. Prevents ESI blocks from being rendered with the wrong theme and skips inline rendering of TTL blocks that will be served via ESI includes.
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.
Improves page loading time and Google Page Ranking by only loading product images as the user scrolls.
Taurus ElasticSuite AJAX
taurus-media/module-elasticsuite-ajax 68
Adds AJAX-based layered navigation filtering for Smile ElasticSuite on Hyva themes, updating the product list and sidebar filters without a full page reload. Includes clean URL management, loading states, and smooth scrolling.
Taurus Hyva SVG Sprite
taurus-media/module-hyva-svg-sprite 68
Optimizes SVG icon rendering in Hyva themes by automatically collecting individual inline SVG icons into a single hidden sprite and replacing each occurrence with a lightweight reference tag, reducing DOM size with zero configuration.
Taurus Varnish Config
taurus-media/module-varnish-config 68
Automatically keeps Varnish configuration current by downloading a remote VCL template on a daily cron, processing it through Magento native VclGenerator placeholder substitution, and loading the result into the running Varnish instance via varnishadm. Also provides a CLI command for deployment pipelines.
MinResolver - RequireJS .min.js Fix
zwernemann/magento2-minresolver 71
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.
Integrates the Swiper touch slider as a Magento 2 JS Widget. Allows creation of mobile-friendly, hardware-accelerated image and content sliders.
Delayed Queue Messages
Strict Compliantsoftkultur/magento2-delayed-queue-messages 100
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.