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
sfdeveloper9sfdeveloper9 

Apex/VF processing time.

I am doing some debugging on my code to improve performance. I am going thru logs to see which block of code is taking more time.

I have a VF page and controller. The VF page is shown as vf section on a page layout out. In the log I see 800 milli secs consumed b/w serialize viewstate end and cumulative limit usage.

 

can somebody let me know what could consume that time. Thanks in Advance.

 

13:31:44.033 (1033848000)|VF_SERIALIZE_VIEWSTATE_BEGIN|066a00000013hMA
13:31:44.038 (1038597000)|VF_SERIALIZE_VIEWSTATE_END
13:31:44.813 (1047688000)|CUMULATIVE_LIMIT_USAGE
13:31:44.813|LIMIT_USAGE_FOR_NS|(default)|
  Number of SOQL queries: 2 out of 100
sfdeveloper9sfdeveloper9

does anybody have an answer for the above question.