Hi All,
i have 10000 Records, when page load i display all records so its take 3 mins time , Now i need 1 mins its Display all Records, how to do , please give me any Suggestions.
Thanks & Regards,
SubbaReddy VC.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manas MohapatraPosted Nov 3, 2016, 1:19 PM
Francis SusaimichaelPosted Nov 3, 2016, 11:43 AM
I don't know why you are loadingall the 10000 records at a time intothe page. Instead of that you canprovide some pagination to the user it will solve your most of the issue in terms of performance.
However, the below are my"practical" suggestion for you:
Salman BegPosted Nov 3, 2016, 10:03 AM