Enable the SharePoint 2010 Developer Dashboard
Enable the Developer Dashboard with the following command in the SharePoint 2010 Management Shell:
STSADM –o setproperty –pn developer-dashboard –pv ondemand
Use the above command for activating the Developer Dashboard via the icon in the upper-right of the site (on-demand mode):
or use:
STSADM –o setproperty –pn developer-dashboard –pv on
to always have a Developer Dashboard output
(Note: there is no icon in the upper right when the Developer Dashboard is always on)
To disable the Developer Dashboard use the following command:
STSADM –o setproperty –pn developer-dashboard –pv off
Here is an example of the Developer Dashboard
Related Posts
February 8th, 2010