Open Labna opened 8 months ago
I will definitely go in and make those changes, thank you so much! My website is in dire need of restructuring - I would like to make things as clean, fast and efficient as possible. Thank you for also visiting my website!!
Just a piece of advice : I was looking your website and found a mistake causing huge effect. The
<img>
with big pictures and many of them in the same page load simultaneously.I prefer not use JS library for that so just
<img loading="lazy">
is super effective and spread https://caniuse.com/loading-lazy-attrOther advice and documentation : https://developer.mozilla.org/en-US/docs/Web/Performance/Lazy_loading#loading_attribute
Keep going !