Download the PHP package the_it_nerd/module-performance without Composer
On this page you can find all versions of the php package the_it_nerd/module-performance. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download the_it_nerd/module-performance
More information about the_it_nerd/module-performance
Files in the_it_nerd/module-performance
Package module-performance
Short Description The IT Nerd - Magento 2 Performance Module.
License OSL-3.0
Homepage https://github.com/the-it-nerd/magento-module-performance
Informations about the package module-performance
Introduction
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.
All versions of module-performance with dependencies
magento/magento-composer-installer Version *
the_it_nerd/module-core Version *