Which Lazy Loading options is the fastest?
-
Hi,
Which Lazy Loading options is the fastest?
I mean, the documentation does not say a lot about it but:
– Fade – Blur – Non -> which is loading the page the fastest way.
– Generate previews -> What does it do, and where are those images generated/stored?
– Base 64 encode for placeholders -> please explain
– Proportional placeholders size -> please explain, also with other option “Generate previews”
Just want to be sure I select and decide the best options.
Hello,
These options will not impact your website performance. They are just for the different appearance of your images.
– Generate previews will create smaller previews of your images and each image will have its smaller clone
– Base 64 will transform placeholders to base 64 string images
– Proportional placeholders size will create placeholders with the same proportions as original images.
Regards