A Magento 2 extension that replaces Luma's js stack with its own implementation.
Build Works in Performance & Optimization
These modules install and compile correctly.
Replaces Magento's default search with Algolia, providing an autocomplete search menu and instant search results page. Delivers a fast, typo-tolerant search experience.
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.
Connects Magento's full page cache to the Webscale Control Plane, ensuring the store's cache stays synchronized at the edge. Relays Magento's cache invalidations to the Webscale platform.
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.
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.
Implements lazy loading of images, loading them only when visible to the user. Reduces page size and the number of HTTP requests.
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.
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.
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.