Feature proposal #6932
closedImplement next/previous photo preloading
Description
Implement preloading of the next/previous photo when viewing a photos modal window. This should just be a background request to load the image src, which will browser cache it and result in next/previous usage being instant instead of waiting for a load.
Updated by krileon almost 7 years ago
Maybe able to improve this further by just preloading the image src the same time the modal window is loaded (2 HTTP requests at once) so the image src doesn't have to load AFTER the modal is completely done loading.
Updated by krileon almost 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
All photo modal windows will preload their photos at same time as modal load request. These a separate requests done at same time allowing the image to effectively load while the modal it self is loading. This significantly reduces the delay seen when loading larger photos.