srchub

Issue 133: Add lazy loading for images support


Reported by Natalie Adams, Mar, 2 2016 9:50:00 PM

Having 200+ projects means that on a page refresh it has to make 
200+ connections to get the project logo for each project.

I should install a lazy loading library to help eliminate the wasted 
connections so that it only requests the logos when it needs them.

Comment 1 by Natalie Adams, Mar, 5 2016 9:37:23 PM

I actually implemented a clever javascript caching system where it 
collects all the logos that needs to download and only downloads 
unique one. So for the majority of projects that use the default 
logo it doesn't need to perform 200 get requests.

Comment 2 by Natalie Adams, Mar, 5 2016 9:38:13 PM

Fixed in 57641e1661a66c36a345c18342644ca1243dcca2
Status: Fixed

Created: 8 years 9 months ago by Natalie Adams

Updated: 8 years 9 months ago

Status: Fixed

Owner: Natalie Adams

Labels:
Type:Defect
Priority:Critical

Page rendered in 0.03235s using 43 queries.