i have enabled development mode and want to verify the Performance tree, view state, etc. Since i have a inline visualforce page i am not seeing a development mode window displayed on my Account Detail page.
Questions:
How can i measure the performance of inline visualforce page? i have 2 inline vf page in my standard Account page.
How can i aggregate the total performance of the entire page load time include those 2 inline vf pages?
Attribution to: Bforce
Possible Suggestion/Solution #1
Keith's comment to your question is right on the money. however, if you'd like to, you can load your vf page manually -- by appending /apex/PageNameHere?id=ID_HERE
If your page is set to be inlined on a contact you'll need to specify a contact Id in the url.
Attribution to: Kevin P
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/33251