Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FriendsOfShopware/FroshPlatformHtmlMinify
This plugin allows you to minify your HTML output.
https://github.com/FriendsOfShopware/FroshPlatformHtmlMinify
Last synced: 3 months ago
JSON representation
This plugin allows you to minify your HTML output.
- Host: GitHub
- URL: https://github.com/FriendsOfShopware/FroshPlatformHtmlMinify
- Owner: FriendsOfShopware
- License: mit
- Created: 2021-03-29T08:01:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T22:00:25.000Z (10 months ago)
- Last Synced: 2024-05-01T15:31:35.227Z (6 months ago)
- Language: HTML
- Homepage:
- Size: 149 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG_en-GB.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-shopware6 - Frosh HTML Minify >6.x
README
# HTML-Minifer for Shopware 6
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
This plugin delivers minified HTML and minified inline JavaScript to visitors.
In tests this results in up to 50% smaller contents, with enabled compression up to 30%.
You can track the compression in Devtools by viewing the header `X-Html-Compressor`.## Download
### Composer from [packagist.org](https://packagist.org/packages/frosh/platform-html-minify)
```
composer require frosh/platform-html-minify
```### Store
Download Plugin via plugin manager or extension manager
### ZIP
Download the plugin from the release page, upload it into the plugin manager or extension manager and enable it
Latest release:
```
https://github.com/FriendsOfShopware/FroshPlatformHtmlMinify/releases/latest/download/FroshPlatformHtmlMinify.zip
```## Install
```bash
bin/console plugin:refresh
bin/console plugin:install -c --activate FroshPlatformHtmlMinify
```## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.