Click here to Skip to main content
15,880,956 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
When I have large list of data and I scrolled down my page then it is taking time to render data into html and shows white screen for few seconds. How can we fix this problem?

What I have tried:

I have tried lazyFor and DetectChanges for this but facing same issue.
Posted
Updated 17-Jul-20 21:02pm
Comments
Andre Oosthuizen 14-Jul-20 2:55am    
Not much information given but why not try a progressbar, load all data then render the page fully?
Lakhwinder_ 17-Jul-20 0:17am    
I have data in array but its taking time to render in HTML.

1 solution

If you are rendering data in a grid, you can give pagination a try. Also you can use "resolve" to load entire data before page gets loaded.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900