You need to sign in to do that
Don't have an account?

How to calculate SOSL queries executed in a page
I want to calculate number of SOSL queries executed in Visual Force page. Any suggestions how to do this?
You need to sign in to do that
Don't have an account?
I want to calculate number of SOSL queries executed in Visual Force page. Any suggestions how to do this?
You can reference below link
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_methods_system_limits.htm
Thanks
shailu
2) Perform your search on the Visualforce page.
3) Open the log file, and scroll to the bottom. You'll see the total query time, number of queries, rows returned, etc.