PHPackages                             gumlet/magento-image-optimization - 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. [Image &amp; Media](/categories/media)
4. /
5. gumlet/magento-image-optimization

ActiveMagento2-module[Image &amp; Media](/categories/media)

gumlet/magento-image-optimization
=================================

Magento 2 module to optimize image delivery for Product and Store Images using Gumlet CDN.

1.0.6(8mo ago)0341MITPHPPHP &gt;=7.4.0

Since Jul 22Pushed 8mo agoCompare

[ Source](https://github.com/gumlet/magento-image)[ Packagist](https://packagist.org/packages/gumlet/magento-image-optimization)[ RSS](/packages/gumlet-magento-image-optimization/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

Gumlet Image Magento 2 Module
=============================

[](#gumlet-image-magento-2-module)

Automatically optimize images in Magento using Gumlet CDN.

Features
--------

[](#features)

- Seamless integration with Gumlet CDN for optimized image delivery
- Works with product images, CMS, email, and widget images
- Uses theme configuration for width detection

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

[](#installation)

### Composer (Recommended)

[](#composer-recommended)

```
composer require gumlet/magento-image-optimization

```

#### After Composer Install

[](#after-composer-install)

Enable and activate the module in your Magento installation:

```
bin/magento module:enable Gumlet_Image
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush

```

### Manual

[](#manual)

1. Copy the `Image` folder to `app/code/Gumlet/` in your Magento installation.
2. Run: ```
    bin/magento setup:upgrade
    bin/magento cache:flush

    ```

Usage
-----

[](#usage)

No manual configuration required. All product and media images will automatically be optimized using Gumlet CDN.

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

[](#configuration)

- Width is determined from the theme's `view.xml` or block context.
- No admin configuration required.

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

[](#compatibility)

- Magento 2.3 and above

Changing Secure Base URL for Media to Gumlet
--------------------------------------------

[](#changing-secure-base-url-for-media-to-gumlet)

To deliver all Magento media assets (images, etc.) via Gumlet, update your secure base media URL:

1. **Login to Magento Admin**
2. Go to **Stores &gt; Configuration &gt; General &gt; Web**
3. Expand the **Base URLs (Secure)** section
4. Find **Base URL for User Media Files**
5. Change the value from: ```
    {{secure_base_url}}media/

    ```

    to your Gumlet media URL, e.g.: ```
    https://your-gumlet-domain.gumlet.io/media/

    ```
6. Click **Save Config**
7. Flush cache: `bin/magento cache:flush`

**Note:**

- This will route all media requests through Gumlet. Make sure your Gumlet origin is set to your Magento media directory.
- If you want to revert, simply change the value back to `{{secure_base_url}}media/`.

Support
-------

[](#support)

For issues, please open an issue on the repository or contact Gumlet support.

License
-------

[](#license)

MIT

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance60

Regular maintenance activity

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

4

Last Release

251d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.1.0

1.0.6PHP &gt;=7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/962fcb41910cd46087b11f7718a25490c837845f043669b8fd5e3f869ceee882?d=identicon)[akbansa](/maintainers/akbansa)

---

Top Contributors

[![akbansa](https://avatars.githubusercontent.com/u/13042781?v=4)](https://github.com/akbansa "akbansa (11 commits)")

### Embed Badge

![Health badge](/badges/gumlet-magento-image-optimization/health.svg)

```
[![Health](https://phpackages.com/badges/gumlet-magento-image-optimization/health.svg)](https://phpackages.com/packages/gumlet-magento-image-optimization)
```

###  Alternatives

[yireo/magento2-next-gen-images

Magento 2 module to add NextGen images support to the Magento frontend

471.1M2](/packages/yireo-magento2-next-gen-images)[smile/module-product-label

Smile - Extension of Magento2 to be able to contribute images associated to product attribute values.

5898.7k](/packages/smile-module-product-label)[elgentos/magento2-imgix

Imgix extension for Magento 2 to process images

1668.0k](/packages/elgentos-magento2-imgix)[dlambauer/magento2-module-backend-widget-imageupload

Simply add Images to your Widget

2331.4k](/packages/dlambauer-magento2-module-backend-widget-imageupload)

PHPackages © 2026

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