function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
surasura 

VisualForce Page Not Loading Sometimes

Hi All ,

I have a visualforce page in production org which has started to give time limit exceed error at some times in last two days.Salesforce Server Status page doesnt display any performance issues at given times.It is not a page with a complex functionality or large amount of data.Other pages in the same org works find at the time page is giving the error .Any Idea on this
Abhilash Mishra 13Abhilash Mishra 13
May be You are working with too much data.  there is limit on page load from salesforce. if It takes more than than page will not load.
See here
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_best_practices_performance.htm

Please Upvote if this helps.
Thanks
Abhilash Mishra
reymagdaongreymagdaong
yes, try to limit your loading of data and if necessary try some pagination on your vf.
surasura
Hi All , this is not a permennant issue . it occurs at times and it works fine with same user and same data at other times
reymagdaongreymagdaong
hmm. can you determine the data using viewstate viewer and network usage using the developer console of your web browser? maybe you are on the verge of the salesforce limit
Abhilash Mishra 13Abhilash Mishra 13
Sometime it depends upon network too. but the reason is the large data. only way to fix this is. you have to minimize data. try pagingation or something as said above.

 
Gordon EngelGordon Engel
It could be related to this issue.  Fix is under way: https://success.salesforce.com/issues_view?id=a1p3A00000185IjQAI