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
learn_cloudsflearn_cloudsf 

VF page taking long time

What are the parameters by which i can determine why my vf page is taking to much time(I am not facing any view state issue) .
NagendraNagendra (Salesforce Developers) 
Hi,

To improve Visualforce page load times:
  • Cache any data that is frequently accessed, such as icon graphics.
  • Avoid SOQL queries in your Apex controller getter methods.
  • Reduce the number of records displayed on a page by: ...
  • “Lazy load” Apex objects to reduce request times.
For more information check with below link: Please mark this as solved if the information helps.

Regards,
Nagendra.P