Can listings dynamically load images so that index pages are more efficient? #9434
Closed
danmackinlay
started this conversation in
Feature Requests
Replies: 1 comment
-
PR open here: #9447 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
over at #9390 we discussed the data costs of quarto listings due to the images they download. there seem to be two issues, i fact. Firstly, there are no thumbnails generated. Secondly listings AFAICT do not lazy load but rather download all media at once, even though most of it will never be viewed. The second fact never got discussed, so I figure it might be better handled as a separate thread here.
So here is my feature idea: can we dynamically load the page images in listing? On one hand, that is potentially slower, if the images are only downloaded on demand. on the other hand, it is already slow; on my website it already takes a long time to download 1000 supporting images for 1000 pages.
Beta Was this translation helpful? Give feedback.
All reactions