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
Naresh Krishna.ax1176Naresh Krishna.ax1176 

Increase Visualforce Performance

Hi,

 

To increase the visualforce performance, I have tried out all the ways mentioned in forums and in the VisualForce Developer Guide - Best Practices. Is this issue because of the Trial account?

Can anyone please help me on how to increase the visual force performance in salesforce.

 

Thanks in advance.

SpanishForkDevSpanishForkDev

There are many variables that can impact the load times of a visualforce page. Can you provide some of your code so we can provide some guidance?

Andy BoettcherAndy Boettcher

Performance between the different Salesforce Editions is the same - it all runs on the same infrastructure.

 

You are wise to visit the Best Practices, as they usually clean up 99% of the question that get posted on here, but there are still the few use cases where the scenario being satisfied by a VF page "just runs slow".

 

Things like too many records being returned, too many records being processed, etc - those are all factors that can bring up "why is it so slow?" questions.

 

I agree with SpanishForkDev's response - you need to post your code so we can review it.

 

-Andy

Chamil MadusankaChamil Madusanka

Refer following link

 

http://www.salesforce.com/us/developer/docs/pages/Content/pages_best_practices_performance.htm

 

http://wiki.developerforce.com/page/An_Introduction_to_Visualforce_View_State

 

If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.

Cory CowgillCory Cowgill

In addition to the above, here is the link to the presentation at Dreamforce on this topic http://www.youtube.com/watch?v=qCF8ItUI8Fs