Hi,
This is the last module of my production.
This one addresses the biggest concern of any website owner, performance.
So I decided to produce a useful and very easy to use module, within the reach of the uninitiated.
This module will be able to intervene on 4 points in total independence:
-
Delayed loading of images - Application of Lazy Loading native to modern browsers
- Preloading of pages before their visit at the request of the visitor
- Preconnection to external services
This can be scary for everyone, so I have attached a very comprehensive FAQ that should answer all questions from users of this module.
For those of you who already know my productions, you know that I attach great importance to consistency and simplicity so that everyone can take full advantage of their PrestaShop.
Here, the module installs itself and does not touch the source code of your site but manages to work before the page is displayed, so for the Lazy Loading, all the images of your site will be processed even if they are not integrated in your Template which can integrate this method of loading images using javascript, which is less efficient since the processing takes place on the client side after the content is created.