magnusmanske / petscan_rs

The repo for the PetScan tool
https://petscan.wmflabs.org/
GNU General Public License v3.0
43 stars 10 forks source link

Load thumbnails lazily #151

Closed 1-Byte closed 5 months ago

1-Byte commented 6 months ago

To reduce the page load time and usage of Wikipedia servers, defer loading thumbnails until they become visible in the viewport.

Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#loading