joyofpw / chileanbirds-api

🐦 A Small ProcessWire API with a Sample React Frontend. Filled with Birds from Chile 🇨🇱.
https://aves.ninjas.cl
MIT License
11 stars 0 forks source link

[feature] add lazy load to images #17

Closed clsource closed 4 years ago

clsource commented 4 years ago

As per Manuel Suggestion

https://processwire.com/talk/topic/24202-chilean-birds-api/?do=findComment&comment=205717

should deliver the pictures in a resized version and activate lazy-loading (at least native lazyloading).

<img src="image.jpg" loading="lazy" alt="..." />

For now, the whole site has about 226 requests and needs to download about 113MB (!!!) of files.