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.
Performance & Optimization
Caching, lazy loading, image optimization, database optimization
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.
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.
Provides a flexible asset rendering API for scripts and stylesheets with support for inline and external rendering, async/defer loading strategies, resource preloading with fetch priority, and built-in caching.
Looking for contributors - Help fix build issues
Reduces cache keys by removing product/category specific layout handles. Improves performance by decreasing cache size and average Redis TTL.
Adds width/height attributes to Page Builder images and aria-label to links. Improves Google Web Vitals scores related to image dimensions and link accessibility.
Enables uploading of SVG and WebP images in Magento 2, including Page Builder, WYSIWYG editor, and product gallery. Supports theme logo/favicon, attribute swatches, and category images.
Retrieves product images from a production server for use in development environments. Simplifies development by using live images without directly accessing the production database.
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.
Looking for contributors - Help fix build issues