mageproxy beta

The missing Magento 2 Javascript Bundler!

We record and optimize your site’s JavaScript so you don’t have to.

Supports

Magento Open Source
Adobe Commerce On-Premise & Cloud

Why should you bundle JavaScript files?

Speed! Faster commerce sites are known to have better conversion rates. In a nutshell, if you are not optimizing your JavaScript, your site’s frontend is essentially running in development mode. Magento 2 uses an "AMD" loader (called RequireJS) that loads each file individually as needed (hence the "A" in AMD stands for Asynchronous). This is far from an optimal delivery mechanism for production and leads to the infamous "Download Waterfall" slowing your users down, especially on mobile devices and slower networks.

Javascript Files Download Waterfall

How does MageProxy help?

Let’s face it though: As a merchant, Magento 2 JavaScript bundling is challenging. The out-of-the-box solution is slow and not fit for purpose. Open-source initiatives often demand significant technical expertise to implement. MageProxy offers a smarter approach.

We unobtrusively track the JavaScript files used across your site against real traffic and bundle them with a sensible file allocation algorithm. And with our Auto Run feature, everything runs seamlessly in the background so you can focus on your business without the hassle!

But we don't just bundle JavaScript dependencies, MageProxy also provides the following features that you will not find in other solutions:

How to get started?

  • Sign up for one of our plans
  • Retrieve the API Keys from your account
  • Install and configure our Magento 2 extension (not publicly available during beta)
  • Start optimizing your site! 🤘

Features

Blazing Fast Delivery from the Edge

Experience lightning-fast load times with JavaScript bundles served directly from edge locations, ensuring your customers get the best performance, no matter where they are. Additionally, we currently have data centers in the US and Europe.

Cutting-Edge Compression with Brotli

We utilise advanced Brotli compression to significantly reduce file sizes, delivering content quicker while conserving bandwidth. Compression is done when the bundles are created and not by the CDN, thus further reducing latency.

Best in class Minification

Our bundles are minified using the latest technologies, stripping away unnecessary code to boost your site’s speed without compromising functionality.

Optimised Bundle Distribution

Our platform intelligently optimises your JavaScript bundles based on real user behaviour, ensuring that only the necessary scripts are loaded at the right time.

Customised Transpilation

Tailor your JavaScript bundles to your audience with configurable presets, ensuring compatibility across a wide range of devices and browsers.

Rock-Solid Security with SRI

Protect your application with Subresource Integrity (SRI) hashes, guaranteeing that only the code you intend to run makes it to your users.

Pricing

Sandbox

$0/mo
  • Covers 1 non-production instance
  • Bundles are removed daily
  • Discord Community support

Open Source

$19.99/mo
  • Magento Open Source
  • Covers 1 test and 1 production instance
  • Discord Community support
  • Email support
  • Up to 5 store views per instance *

Enterprise

$49.99/mo
  • Adobe Commerce (Cloud & OnPrem)
  • Covers 1 test and 1 production instance
  • Discord Community support
  • Email support
  • Up to 5 store views per instance *
* If your instance has more than 5 store views, please reach out to [email protected] for custom pricing

Beta

Join the Beta Program

FAQs

MageProxy will bundle all the JavaScript files that are included on your site via the RequireJS AMD loader. Third-Party JavaScript files are not bundled, nor are First-Party JavaScript files if they declared with a direct script tag.

No. MageProxy runs after your deployment by tracking and bundling JavaScript files as they are requested by your users.

Bundles are generated using SRI hashes to ensure that only the code you intend to run makes it to your users.

You can simply revert the optimization using the Magento 2 extension and your site will fallback to the standard implementation, no deployment needed. Or, configure a new optimization without the offending file(s).

We support all versions starting from 2.4.0, with a minimum requirement of PHP 7.4.

For our platform to work properly, you need to disable JavaScript merging and bundling in system configuration. Native minification is supported when enabled for non-bundled files.