the_it_nerd/module-performance
最新稳定版本:0.0.6
Composer 安装命令:
composer require the_it_nerd/module-performance
包简介
The IT Nerd - Magento 2 Performance Module.
关键字:
README 文档
README
Implemented performance improvement for Magento.
- Preload https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/preload
- Prefetch https://developer.mozilla.org/en-US/docs/Glossary/Prefetch
- Preconnect https://developer.chrome.com/en/docs/lighthouse/performance/uses-rel-preconnect
- Lazy loading https://developer.mozilla.org/en-US/docs/Web/Performance/Lazy_loading
- Server Push https://www.smashingmagazine.com/2017/04/guide-http2-server-push
All these concepts were implemented in the pages through a plugin in HttpResponse. We search via regex in the html of the pages and implement the concepts mentioned above.
For preconnect you might add new external links as needed in Stores > Configuration > The IT Nerd > Performance > Additional Preconnect Entries. By default we added these url's with preconnect:
For Server push you might add new resources as needed in Stores > Configuration > The IT Nerd > Performance > Server Push > Aditional Images.
统计信息
- 总下载量: 7.49k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2023-06-14