Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swissup/module-wsrv

Magento image optimization using https://wsrv.nl service
https://github.com/swissup/module-wsrv

image-cdn image-optimization magento2-module

Last synced: about 2 months ago
JSON representation

Magento image optimization using https://wsrv.nl service

Awesome Lists containing this project

README

        

# Swissup_Wsrv

Swissup_Wsrv — is a Magento image optimization module that uses free
[wsrv.nl](https://wsrv.nl/) service to resize and convert images to webp format.


Screenshot with image src demonstration

## Installation

```bash
composer require swissup/module-wsrv
bin/magento module:enable Swissup_Wsrv
```

## How it works

> [!IMPORTANT]
> Since [wsrv.nl](https://wsrv.nl/) will serve your images, your site must
> be accessible for the service.
> Eg. no `.htaccess` restrictions, no locally served domains or IP addresses.

The module replaces all image links with the links to wsrv.nl:

```html


```

That's all. The rest of the job is handled by [wsrv.nl](https://wsrv.nl/).