Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/swissup/module-wsrv
- Owner: swissup
- License: mit
- Created: 2023-11-30T10:08:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-02T21:28:07.000Z (about 1 year ago)
- Last Synced: 2024-04-24T21:02:11.223Z (8 months ago)
- Topics: image-cdn, image-optimization, magento2-module
- Language: PHP
- Homepage:
- Size: 97.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.
## 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/).