NYPL / staff-picks

1 stars 3 forks source link

The lag of loading filter buttons #202

Closed ktp242 closed 6 years ago

ktp242 commented 6 years ago

The filter buttons will be loaded after other elements have been rendered in the DOM. If we have too many images that are loaded too slow, it will be look like something is broken.

The solution is to implement a lazy load mechanism for loading the images to improve the performance.

ktp242 commented 6 years ago

This issue is fixed on May 14.