Hi,
I noticed something funny, accessing my local site with the hugo webserver (on localhost:1313/) is actually much faster than reading the html directly, because in one case images are loaded lazily, as asked by the code `<img loading="lazy"` but in the other case not, the page appears functional only when all pictures are loaded.
Why is that ? Obviously people will reach the site through the webserver, but can I improve this for the versions that I give to friends ?
Thanks