Skip to content

Commit 9dc726b

Browse files
committed
updated readme file
1 parent e00c2ce commit 9dc726b

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# module-minify
2+
Minify HTML including inline CSS and JS to speed up your site. Works with default Magento CSS/JS merger
3+
4+
## 1. Documentation
5+
6+
- [Installation guide](https://ecomteck.com/magento-2-tutorials/install-magento-2-extension/)
7+
- [Download from our Live site](https://ecomteck.com/downloads/magento-2-minify-extension/)
8+
- [Get Free Support](https://ecomteck.com/ask-question/)
9+
- [Get Custom Work](https://ecomteck.com/contact)
10+
11+
## 2. How to install
12+
13+
14+
## ✓ Install via composer (recommend)
15+
Run the following command in Magento 2 root folder:
16+
17+
```
18+
composer require ecomteck/module-minify
19+
php bin/magento module:enable Ecomteck_Minify
20+
php bin/magento setup:upgrade
21+
php bin/magento setup:static-content:deploy -f
22+
php bin/magento cache:clean
23+
```
24+
25+
## Conclusion
26+
27+
Magento 2 Minify Extension will optimize the site and improve page speed.
28+
29+
**People also search:**
30+
- magento 2 minify
31+
- magento 2 minify js
32+
- magento 2 minify css
33+
- magento 2 minify html
34+
- ecomteck minify for magento 2
35+
36+
37+
**Other free extension on Github**
38+
- [Magento 2 Order Comments](https://github.com/ecomteck/magento2-order-comments)
39+
- [Magento 2 Social Login](https://github.com/ecomteck/magento-2-social-login)
40+

0 commit comments

Comments
 (0)