Feature #36294
closed
- Category changed from UI to Performance
+1
Currently, inline images on a page are loaded all at once. After enabling lazy loading by applying the patch, images are loaded when it is necessary.
Lazy loading reduces the transfer volume of images and makes the load speed of a page. It resolves the problem that long issues or wiki pages with a lot of images take a long time to load and should improve the user experience.
- Target version set to Candidate for next major release
- Subject changed from Change image loading to lazy loading to Lazy load inline images
- Target version changed from Candidate for next major release to 5.0.0
Setting the target version to 5.0.0.
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you for your contribution.
Unfortunately, for pages with relatively a lot of images (and/or big images) this breaks HTML anchors. E.g. links pointing to notes that are down on the page.
On accessing such a link, the browser initially scrolls to the current position. But then, images start to arrive pushing the scroll.
What do you think that an option to enable/disable lazy images?
Cristian Spiescu wrote in #note-6:
Unfortunately, for pages with relatively a lot of images (and/or big images) this breaks HTML anchors. E.g. links pointing to notes that are down on the page.
I have submitted a patch to resolve this issue. Patch #41919: Add width and height to img src
Also available in: Atom
PDF