View Issue Details

IDProjectCategoryView StatusLast Update
0027150mantisbtperformancepublic2021-03-07 18:28
Reporteratrol Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Target Version2.25.0Fixed in Version2.25.0 
Summary0027150: Non visible image previews are transferred from server to client
Description

There is no need to download all image previews when viewing an issue.
Data transfer can be reduced by lazy loading images, so they get just downloaded if they become visible when scrolling.

This can be done without JavaScript by using the HTML loading attribute which is supported by most modern browsers.
https://caniuse.com/#feat=loading-lazy-attr

TagsNo tags attached.

Relationships

related to 0021857 new Use Ajax to support preview for all attachments 

Activities

Related Changesets

MantisBT: master e40b4856

2020-08-15 08:19

atrol

Committer: dregad


Details Diff
Load preview images on demand

Fixes 0027150
Affected Issues
0027150
mod - core/print_api.php Diff File