PHPackages                             mage2kishan/module-performance-optimizer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mage2kishan/module-performance-optimizer

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

mage2kishan/module-performance-optimizer
========================================

Frontend performance optimizations for Magento 2 — script deferral, font-display swap, CLS prevention, iframe lazy loading. Designed for Hyva and Luma storefronts.

1.0.5(1mo ago)138↓66.7%11proprietaryPHPPHP ~8.1.0||~8.2.0||~8.3.0||~8.4.0

Since Apr 14Pushed 1mo agoCompare

[ Source](https://github.com/mage2sk/module-performance-optimizer)[ Packagist](https://packagist.org/packages/mage2kishan/module-performance-optimizer)[ Docs](https://kishansavaliya.com)[ RSS](/packages/mage2kishan-module-performance-optimizer/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (10)Versions (7)Used By (1)

Magento 2 Performance Optimizer: Script Deferral, Font-Display Swap, CLS Prevention and Iframe Lazy Loading (Hyva + Luma)
=========================================================================================================================

[](#magento-2-performance-optimizer-script-deferral-font-display-swap-cls-prevention-and-iframe-lazy-loading-hyva--luma)

[![Magento 2.4.4 - 2.4.8](https://camo.githubusercontent.com/079c832211eed4f9451ebe264e3865f825b0f9f31b041cbf03676c6e254535d4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6167656e746f2d322e342e342532302d2d253230322e342e382d6f72616e67653f6c6f676f3d6d6167656e746f266c6f676f436f6c6f723d7768697465)](https://magento.com)[![PHP 8.1 - 8.4](https://camo.githubusercontent.com/56b3cce18841623e2cbed2ebf09b06be1be8807e99e6e054a89d304ab4790b8e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312532302d2d253230382e342d626c75653f6c6f676f3d706870266c6f676f436f6c6f723d7768697465)](https://php.net)[![Hyva + Luma](https://camo.githubusercontent.com/d4d6a05401973034a5aae392f030440eefa40afc9191ffb06ed897af5d25adb1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5468656d65732d487976612532302532422532304c756d612d313462386136)](https://www.hyva.io)[![Live Demo & Details](https://camo.githubusercontent.com/98306a7bebabf5ad3df34487fd4b9515b472b8ac229b5e69f74487c8a1e32fcb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c69766525323044656d6f25323025323625323044657461696c732d6d6167656e746f2d2d322d2d706572666f726d616e63652d2d6f7074696d697a65722d3044393438383f7374796c653d666c6174)](https://kishansavaliya.com/magento-2-performance-optimizer.html)[![Packagist](https://camo.githubusercontent.com/af3a3e2982a4f48f3c38a077eaa3da31c8710e93eb5c57d1cb18cd3c616d5180/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5061636b61676973742d6d616765326b697368616e2532466d6f64756c652d2d706572666f726d616e63652d2d6f7074696d697a65722d6f72616e67653f6c6f676f3d7061636b6167697374266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/mage2kishan/module-performance-optimizer)[![Upwork Top Rated Plus](https://camo.githubusercontent.com/6f72584179420c41ed90432fd2579a4ed36199d4229e8181d20f353c1c4ee4eb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5570776f726b2d546f702532305261746564253230506c75732d3134613830303f6c6f676f3d7570776f726b266c6f676f436f6c6f723d7768697465)](https://www.upwork.com/freelancers/~016dd1767321100e21)[![Website](https://camo.githubusercontent.com/f1ae86d28e2b505aee60f240d3e5508e390b0a8dc7a9b7ecf1b450fad862053f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f576562736974652d6b697368616e736176616c6979612e636f6d2d304439343838)](https://kishansavaliya.com)

> **Fix Core Web Vitals on your Magento 2 store without touching a single template.** Panth Performance Optimizer adds five admin-configurable frontend optimizations: third-party script deferral, font-display swap, Alpine.js CLS prevention, automatic image dimensions, and iframe lazy loading. Every setting is a checkbox. Works on both **Hyva** and **Luma** storefronts.

**Product page:** [kishansavaliya.com/magento-2-performance-optimizer.html](https://kishansavaliya.com/magento-2-performance-optimizer.html)

---

Quick Answer
------------

[](#quick-answer)

**What is Panth Performance Optimizer?** It is a Magento 2 extension that improves Core Web Vitals and page speed by injecting five frontend optimizations from admin configuration, with no theme edits or template changes needed.

**What does it add to my store?**

- **Script deferral** that adds `defer` to third-party scripts (analytics, chat widgets, pixels) to cut main-thread blocking.
- **font-display: swap** to stop custom fonts from blocking text rendering (fixes FOIT).
- **x-cloak CSS injection** to prevent Alpine.js elements from flashing raw markup before hydration (essential for Hyva).
- **Auto image dimensions** that add missing `width` and `height` attributes to reduce CLS.
- **Iframe lazy loading** that defers YouTube, Maps, and similar embeds until they scroll into view.

**Which themes are supported?** Both **Hyva** and **Luma**. The x-cloak optimization is especially useful for Hyva stores.

**What does it need?** Magento 2.4.4 to 2.4.8, PHP 8.1 to 8.4, and the free `mage2kishan/module-core` package.

---

Need Custom Magento 2 Development?
----------------------------------

[](#need-custom-magento-2-development)

> **Get a free quote for your project in 24 hours** for custom modules, Hyva themes, performance work, M1 to M2 migrations, and Adobe Commerce Cloud.

 [ ![Get a Free Quote](https://camo.githubusercontent.com/eac8c45d21cff8b139ddc392325f3bd6c8266a6f3d7b23f15131c958f3d3c8d0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f476574253230612532304672656525323051756f74652532302545322538362539322d5265706c7925323077697468696e2532303234253230686f7572732d4443323632363f7374796c653d666f722d7468652d6261646765) ](https://kishansavaliya.com/get-quote)

### Kishan Savaliya

[](#kishan-savaliya)

**Top Rated Plus on Upwork**

[![Hire on Upwork](https://camo.githubusercontent.com/b69353d3c6e192f4d03cc36bb8883612004e32f54dd2dbcc1e700dd791acd875/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f486972652532306f6e2532305570776f726b2d546f702532305261746564253230506c75732d3134613830303f7374796c653d666f722d7468652d6261646765266c6f676f3d7570776f726b266c6f676f436f6c6f723d7768697465)](https://www.upwork.com/freelancers/~016dd1767321100e21)

100% Job Success • 10+ Years Magento Experience Adobe Certified • Hyva Specialist

### Panth Infotech Agency

[](#panth-infotech-agency)

**Magento Development Team**

[![Visit Agency](https://camo.githubusercontent.com/bbf04bdd2aff502082508568ec42ace3a7475c98756f596e2013056c89726ed6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f56697369742532304167656e63792d50616e7468253230496e666f746563682d3134613830303f7374796c653d666f722d7468652d6261646765266c6f676f3d7570776f726b266c6f676f436f6c6f723d7768697465)](https://www.upwork.com/agencies/1881421506131960778/)

Custom Modules • Theme Design • Migrations Performance • SEO • Adobe Commerce Cloud

**Visit our website:** [kishansavaliya.com](https://kishansavaliya.com) | **Get a quote:** [kishansavaliya.com/get-quote](https://kishansavaliya.com/get-quote)

---

Table of Contents
-----------------

[](#table-of-contents)

- [Who Is It For](#who-is-it-for)
- [Key Features](#key-features)
- [Compatibility](#compatibility)
- [Installation](#installation)
- [Configuration](#configuration)
- [How It Works](#how-it-works)
- [FAQ](#faq)
- [Support](#support)
- [About Panth Infotech](#about-panth-infotech)
- [Quick Links](#quick-links)

---

Who Is It For
-------------

[](#who-is-it-for)

- **Hyva storefronts** that need the x-cloak CSS fix applied early so Alpine.js components do not flash raw markup on load.
- **Stores with third-party scripts** (Google Tag Manager, live chat, Facebook Pixel, analytics) that are blocking the main thread.
- **Merchants aiming for better Core Web Vitals scores** who want LCP, CLS, and INP improvements without touching templates.
- **Stores with embedded videos and maps** where YouTube, Vimeo, or Google Maps iframes are adding large payloads on initial load.
- **Any Magento store on Luma or Hyva** where custom fonts are causing Flash of Invisible Text during page load.

---

Key Features
------------

[](#key-features)

### Defer Third-Party Scripts

[](#defer-third-party-scripts)

- **Automatically adds `defer`** to every `` tag loading from a domain other than your storefront.
- **Excluded Domains** field lets you whitelist payment gateways or scripts that need to run synchronously.
- Reduces Total Blocking Time (TBT) and improves INP without manual script changes.

### Font-Display Swap

[](#font-display-swap)

- **Injects a global `font-display: swap` rule** so browsers show fallback text immediately instead of hiding it while custom fonts download.
- Eliminates Flash of Invisible Text (FOIT) across all CSS-loaded fonts on every page.
- Improves LCP by letting browsers paint text faster.

### x-cloak CLS Prevention

[](#x-cloak-cls-prevention)

- **Injects `[x-cloak]{display:none!important}`** into the page head early in the critical path.
- Prevents Alpine.js template markup from flashing before hydration on Hyva storefronts.
- A single checkbox that every Hyva store should turn on.

### Auto Image Dimensions

[](#auto-image-dimensions)

- **Client-side script adds missing `width` and `height` attributes** to `` elements that do not have them.
- Reads `naturalWidth` and `naturalHeight` for already-loaded images, attaches a `load` listener for images still loading.
- Reduces CLS without any template edits.

### Iframe Lazy Loading

[](#iframe-lazy-loading)

- **Moves the `src` of below-the-fold iframes** to `data-lazy-src` on DOMContentLoaded.
- Uses `IntersectionObserver` with a 200px root margin to restore the `src` just before the iframe scrolls into view.
- Cuts initial page weight from YouTube, Google Maps, Vimeo, and social widgets.

### Admin-Friendly

[](#admin-friendly)

- **Every optimization is its own checkbox** in Stores &gt; Configuration &gt; Panth Extensions &gt; Performance Optimizer.
- No template edits, no layout XML changes, no code modifications needed.
- All settings respect Magento's scope hierarchy (default, website, store view).
- Fully translatable via standard Magento `__()` strings.

---

Compatibility
-------------

[](#compatibility)

RequirementVersions SupportedMagento Open Source2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8Adobe Commerce2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8Adobe Commerce Cloud2.4.4 to 2.4.8PHP8.1.x, 8.2.x, 8.3.x, 8.4.xHyva Theme1.0+ (native support, recommended)Luma ThemeNative supportRequired Dependency`mage2kishan/module-core` (free)---

Installation
------------

[](#installation)

### Composer Installation (Recommended)

[](#composer-installation-recommended)

```
composer require mage2kishan/module-performance-optimizer
bin/magento module:enable Panth_Core Panth_PerformanceOptimizer
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento cache:flush
```

### Manual Installation via ZIP

[](#manual-installation-via-zip)

1. Download the latest release from [Packagist](https://packagist.org/packages/mage2kishan/module-performance-optimizer) or from the [product page](https://kishansavaliya.com/magento-2-performance-optimizer.html).
2. Extract it to `app/code/Panth/PerformanceOptimizer/` in your Magento install.
3. Make sure `Panth_Core` is installed too (required dependency).
4. Run the commands above starting from `bin/magento module:enable`.

### Verify Installation

[](#verify-installation)

```
bin/magento module:status Panth_PerformanceOptimizer
# Expected: Module is enabled
```

After install, open:

```
Admin -> Stores -> Configuration -> Panth Extensions -> Performance Optimizer

```

---

Configuration
-------------

[](#configuration)

Go to **Stores -&gt; Configuration -&gt; Panth Extensions -&gt; Performance Optimizer**.

SettingGroupDefaultDescriptionEnable Performance OptimizerGeneral SettingsYesMaster toggle. When disabled, no optimizations are injected.Defer Third-Party ScriptsScript OptimizationYesAdds `defer` to third-party `` tags to reduce main-thread blocking.Excluded DomainsScript Optimization(empty)One domain per line. Scripts from these domains will not be deferred.Add font-display: swapFont OptimizationYesInjects a global CSS rule that forces `font-display: swap` on all `@font-face` declarations.Add x-cloak StyleLayout Stability (CLS Prevention)YesInjects `[x-cloak]{display:none!important}` to prevent Alpine.js elements flashing on Hyva.Set Image DimensionsLayout Stability (CLS Prevention)YesAdds missing `width` and `height` attributes to images to reduce CLS.Enable Iframe Lazy LoadingIframe Lazy LoadingYesDefers below-the-fold iframes using IntersectionObserver until they scroll into view.After changing any setting, flush the full-page cache:

```
bin/magento cache:flush
```

---

How It Works
------------

[](#how-it-works)

1. When a page loads, the module reads your configuration and injects only the optimizations you have enabled.
2. **Script deferral** uses a `MutationObserver` to catch both inline and dynamically injected third-party scripts and sets `defer = true`.
3. **Font swap** adds a `` block early in the `` with `@font-face { font-display: swap !important }`.
4. **x-cloak** injects `[x-cloak]{display:none!important}` before Alpine.js initializes so hidden-until-ready elements never flash.
5. **Image dimensions** runs after page load, reads `naturalWidth` and `naturalHeight`, and sets the attributes on any `` that was missing them.
6. **Iframe lazy loading** moves below-fold iframe `src` values to `data-lazy-src` on DOMContentLoaded, then an `IntersectionObserver` with 200px margin restores them as they approach the viewport.

Each optimization is independent. You can enable or disable any one of them without affecting the others.

---

FAQ
---

[](#faq)

### Do I need to edit any templates?

[](#do-i-need-to-edit-any-templates)

No. Every optimization is admin-configurable and injected automatically. Enable the module, set your checkboxes, flush cache, and the changes take effect on your live store.

### Will deferring scripts break my payment gateway or chat widget?

[](#will-deferring-scripts-break-my-payment-gateway-or-chat-widget)

No, as long as you add the domain to the **Excluded Domains** field. Scripts from excluded domains are left untouched. For the vast majority of analytics, pixels, and chat tools, `defer` is safe with no side effects.

### Does this work on Hyva?

[](#does-this-work-on-hyva)

Yes. Hyva is where the x-cloak optimization matters most. Every Hyva store should enable it. The module also works on Luma with no extra setup.

### Can I disable individual optimizations?

[](#can-i-disable-individual-optimizations)

Yes. Each of the five optimizations has its own toggle. You can combine them any way you like without affecting the others.

### Does this replace my CDN or full-page cache?

[](#does-this-replace-my-cdn-or-full-page-cache)

No. Performance Optimizer focuses on frontend render-path fixes that CDN and FPC cannot address. Use it alongside your caching setup.

### Is it compatible with Google Analytics, GTM, and Facebook Pixel?

[](#is-it-compatible-with-google-analytics-gtm-and-facebook-pixel)

Yes. These scripts handle `defer` correctly. If you ever see an issue with a specific script, add its domain (for example `googletagmanager.com`) to the Excluded Domains list.

### Does it support multi-store setups?

[](#does-it-support-multi-store-setups)

Yes. All settings respect Magento's scope hierarchy (default, website, store view), so you can configure optimizations differently per store.

### Will it help my SEO rankings?

[](#will-it-help-my-seo-rankings)

Core Web Vitals (LCP, CLS, INP) are confirmed Google ranking signals. Improvements to these metrics can positively affect your organic search visibility.

### Does Panth Performance Optimizer need Panth Core?

[](#does-panth-performance-optimizer-need-panth-core)

Yes. `mage2kishan/module-core` is a free, required dependency that Composer installs for you automatically.

---

Support
-------

[](#support)

ChannelContactProduct Page[kishansavaliya.com/magento-2-performance-optimizer.html](https://kishansavaliya.com/magento-2-performance-optimizer.html)EmailWebsite[kishansavaliya.com](https://kishansavaliya.com)WhatsApp+91 84012 70422GitHub Issues[github.com/mage2sk/module-performance-optimizer/issues](https://github.com/mage2sk/module-performance-optimizer/issues)Upwork (Top Rated Plus)[Hire Kishan Savaliya](https://www.upwork.com/freelancers/~016dd1767321100e21)Upwork Agency[Panth Infotech](https://www.upwork.com/agencies/1881421506131960778/)Response time: 1-2 business days.

### Need Custom Magento Development?

[](#need-custom-magento-development)

Looking for **custom Magento module development**, **Hyva theme work**, **Core Web Vitals consulting**, or **performance tuning**? Get a free quote in 24 hours:

 [ ![Get a Free Quote](https://camo.githubusercontent.com/0d9512dc4f89ef40179e9f650fd0786b6bc846d289ab2cb04a223a43f2833eeb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f254630253946253932254143253230476574253230612532304672656525323051756f74652d6b697368616e736176616c6979612e636f6d2532466765742d2d71756f74652d4443323632363f7374796c653d666f722d7468652d6261646765) ](https://kishansavaliya.com/get-quote)

 [ ![Hire on Upwork](https://camo.githubusercontent.com/fad56e8be7896e39593f090cd2ed32e6bf86b4b6e75974cf292aee99d45f5077/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f486972652532304b697368616e2d546f702532305261746564253230506c75732d3134613830303f7374796c653d666f722d7468652d6261646765266c6f676f3d7570776f726b266c6f676f436f6c6f723d7768697465) ](https://www.upwork.com/freelancers/~016dd1767321100e21) [ ![Visit Agency](https://camo.githubusercontent.com/fdf45a9d937d72b896f5e2557337d47efebc0e06b7ad4d4c162c0a64375a62fa/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f56697369742d50616e7468253230496e666f746563682532304167656e63792d3134613830303f7374796c653d666f722d7468652d6261646765266c6f676f3d7570776f726b266c6f676f436f6c6f723d7768697465) ](https://www.upwork.com/agencies/1881421506131960778/) [ ![View Product Page](https://camo.githubusercontent.com/d7d353d937a60fc64356a0ca278bffcef76bcee91f41801a9842f568124e8b7f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5669657725323050726f64756374253230506167652d6d6167656e746f2d2d322d2d706572666f726d616e63652d2d6f7074696d697a65722d3044393438383f7374796c653d666f722d7468652d6261646765) ](https://kishansavaliya.com/magento-2-performance-optimizer.html)

---

About Panth Infotech
--------------------

[](#about-panth-infotech)

Built and maintained by **Kishan Savaliya** ([kishansavaliya.com](https://kishansavaliya.com)), a **Top Rated Plus** Magento developer on Upwork with 10+ years of eCommerce experience.

**Panth Infotech** is a Magento 2 development agency that builds high quality, security focused extensions and themes for both Hyva and Luma storefronts. The extension suite covers SEO, performance, checkout, product presentation, customer engagement, and store management, with each module built to MEQP standards and tested across Magento 2.4.4 to 2.4.8.

Browse the full extension catalog on our [Magento extensions page](https://kishansavaliya.com/magento-extensions.html) or on [Packagist](https://packagist.org/packages/mage2kishan/).

---

Quick Links
-----------

[](#quick-links)

ResourceLink**Product Page**[magento-2-performance-optimizer.html](https://kishansavaliya.com/magento-2-performance-optimizer.html)**Packagist**[mage2kishan/module-performance-optimizer](https://packagist.org/packages/mage2kishan/module-performance-optimizer)**GitHub**[mage2sk/module-performance-optimizer](https://github.com/mage2sk/module-performance-optimizer)**Website**[kishansavaliya.com](https://kishansavaliya.com)**Free Quote**[kishansavaliya.com/get-quote](https://kishansavaliya.com/get-quote)**Upwork (Top Rated Plus)**[Hire Kishan Savaliya](https://www.upwork.com/freelancers/~016dd1767321100e21)**Upwork Agency**[Panth Infotech](https://www.upwork.com/agencies/1881421506131960778/)**Email****WhatsApp**+91 84012 70422---

 **Ready to improve your Magento 2 Core Web Vitals?**
 [ ![See Performance Optimizer](https://camo.githubusercontent.com/1fa985b9d321fc1f04431eb97a32cc0e0ed110200210ebf51c9818b821ea93d9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f254630253946253941253830253230536565253230506572666f726d616e63652532304f7074696d697a65722532302545322538362539322d50726f647563742532305061676525323025323625323044657461696c732d4443323632363f7374796c653d666f722d7468652d6261646765) ](https://kishansavaliya.com/magento-2-performance-optimizer.html)

---

**SEO Keywords:** magento 2 performance optimizer, magento 2 core web vitals, magento 2 defer scripts, magento 2 defer third-party scripts, magento 2 font display swap, magento 2 cls prevention, magento 2 cumulative layout shift fix, magento 2 lazy loading iframes, magento 2 iframe lazy load, magento 2 image dimensions, magento 2 x-cloak hyva, magento 2 alpine cloak, magento 2 lcp optimization, magento 2 inp optimization, magento 2 tbt reduction, magento 2 render blocking scripts, magento 2 performance module, magento 2 speed optimization extension, magento 2 page speed, hyva performance optimizer, luma performance optimizer, panth performance optimizer, magento 2 page speed insights, magento 2 seo core web vitals, magento 2.4.8 performance, php 8.4 magento performance, hire magento performance developer, top rated plus magento freelancer, kishan savaliya magento, panth infotech magento, mage2kishan, mage2sk, magento 2 hyva performance optimization, magento 2 luma performance tuning, magento 2 frontend optimization, magento 2 lighthouse optimization

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance91

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~13 days

Total

6

Last Release

36d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/343e344aa298f189db888b32d62f9202d31ced1a5ea23411850a63dc4a30299c?d=identicon)[kishansavaliya](/maintainers/kishansavaliya)

---

Top Contributors

[![KishanSavaliya](https://avatars.githubusercontent.com/u/16853223?v=4)](https://github.com/KishanSavaliya "KishanSavaliya (8 commits)")

---

Tags

lazy loadingperformanceoptimizationmagento2magento2 modulecore-web-vitalsclspanthfont-display

### Embed Badge

![Health badge](/badges/mage2kishan-module-performance-optimizer/health.svg)

```
[![Health](https://phpackages.com/badges/mage2kishan-module-performance-optimizer/health.svg)](https://phpackages.com/packages/mage2kishan-module-performance-optimizer)
```

###  Alternatives

[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[angeo/module-llms-txt

Magento 2 module for AI Engine Optimization (AEO). Generates spec-compliant llms.txt and llms-full.txt per llmstxt.org standard, plus streaming JSONL for vector indexing. Multi-store, multi-website, CLI, cron, async admin UI, Page Builder-aware sanitization, customer-group pricing, atomic writes, ETag/Cache-Control, .md mirrors.

111.1k](/packages/angeo-module-llms-txt)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
