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.
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.