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
SFDC-cloudSFDC-cloud 

performance test recommendations.

Any idea on performance test recommendations in Salesforce.com ?

Navatar_DbSupNavatar_DbSup

Hi,

 

The debug log has performance information.

You can also use the developer console for monitoring the execution.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

PaqsPaqs

Not sure if you mean performance for your own code or the Salesforce CRM in general, anyhow, if you want to get some "profiling" of your own classes, you can use the Execute Anonymous view within Eclipse which will show you some perf data and help you to optimize.