A Magento 2 extension that replaces Luma's js stack with its own implementation.
Performance & Optimization
Caching, lazy loading, image optimization, database optimization
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.
Reduces cache keys by removing product/category specific layout handles. Improves performance by decreasing cache size and average Redis TTL.
Theme Assets
hryvinskyi/magento2-theme-assets 71
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.
Panth Performance Debugger
mage2kishan/module-performance-debugger 22
A production-grade Magento 2 profiler that traces every block render, observer, plugin, layout phase, DI resolution, and SQL query in a request, detecting bottlenecks (slow/N+1 queries, slow blocks/observers, heavy modules) with severity, estimated savings, and the exact file:line. Includes a storefront toolbar, admin grid, userland-vs-core split, and XLSX/PDF reports.
Looking for contributors - Help fix build issues
Panth Indexer Manager
mage2kishan/module-indexer-manager 22
Lets admins run and monitor Magento 2 reindexes directly from the Index Management page with per-row and mass reindex actions, one-click mode toggle, live status polling, and a searchable run history with durations and error logging. Includes retention cron and email alerts on failure.
Looking for contributors - Help fix build issues
Panth Core Web Vitals
mage2kishan/module-corewebvitals 22
Real-time Core Web Vitals monitoring for Magento 2, capturing LCP, FID, INP, and CLS via the browser PerformanceObserver API and reporting through GA4, a beacon endpoint, or custom events. Also generates resource hints (dns-prefetch/preconnect/prefetch), Server-Timing and Link headers, font-loading optimizations, and an hourly cron metric aggregator. Hyva and Luma compatible.
Looking for contributors - Help fix build issues
Panth Image Optimizer
mage2kishan/module-imageoptimizer 22
A frontend image-performance layer for Magento 2 targeting Core Web Vitals — three lazy-loading strategies (native, IntersectionObserver, hybrid), client-side WebP detection with PNG/JPG fallback, preload hints for critical images, async decoding, and fetchpriority=high for LCP candidates. Works on Hyva and Luma without changing your image pipeline.
Looking for contributors - Help fix build issues
Performance Optimizer for Magento 2
mage2kishan/module-performance-optimizer 22
Improves Core Web Vitals through admin-toggled frontend optimizations including third-party script deferral, font-display swap, CLS prevention via x-cloak, automatic image dimensions, and iframe lazy loading. Works with Hyva and Luma without theme edits.
Looking for contributors - Help fix build issues
Optimizes product image sizes for faster page load times. Reduces image file sizes without significant quality loss, improving website performance.
Implements lazy loading of images, loading them only when visible to the user. Reduces page size and the number of HTTP requests.
Integrates Lucide Icons into Hyva themes. Allows usage of SVG icons in CMS content, pages, blocks and widgets.