mrbrianevans / social-media-export-analyser

Analyse GDPR exports of your data from big social media companies
https://social-media-export-analyser-mrybc.ondigitalocean.app/
MIT License
1 stars 0 forks source link

Use virtual lists and lazy load all images #41

Open mrbrianevans opened 2 years ago

mrbrianevans commented 2 years ago

Use the svelte VirtualList component to display all lists so that large datasets can be rendered quicker.

Add lazy loading to all images, for example in instagram posts.

Remove any item limits (eg first 100 items), and show the full data set in a virtual list. This is a good balance between performance and showing all the data.