SharePoint 2010 Developer Dashboard by Spike Xavier

Home > Blogs > SharePoint > SharePoint 2010 Developer Dashboard by Spike Xavier

SharePoint 2010 Developer Dashboard by Spike Xavier

Like This Blog 0 Spike Xavier
Added by May 27, 2011

The developer dashboard in SharePoint 2010 is the shiznit.  It is so helpful in pin pointing things that are slowing down your pages.  Lot's of time this is due to web parts which have been minimized but not closed, but sometimes it's something entirely unexpected.  In any case used in the same way we use page tracing as developers.  This is a farm wide setting so all pages and sites are affected.  Although you can use PowerShell to turn it on and off prefer to use stsadm because it's less typing:

To turn it on all you have to do is go into the SharePoint Management Shell (the one that already has all the SharePoint stuff turned on basically as well as having direct access to the stsadm.exe program so you don't have to add an environment variable)  Then type:

STSADM.exe -o setproperty -pn developer-dashboard -pv on

(by the way this is also fine:

stsadm -o setproperty -pn developer-dashboard -pv on

and -pn means property name and -pv means property value)

To turn it off (which you should do AS SOON AS YOU ARE DONE) this should not be left on.

You simply type:

STSADM.exe -o setproperty -pn developer-dashboard -pv off

If you want it to be available to on demand mode so that it can be toggled with an icon in the upper right of the page you can use:

STSADM.exe -o setproperty -pn developer-dashboard -pv ondemand

Then when you are done you can use the

STSADM.exe -o setproperty -pn developer-dashboard -pv off

To turn it off again.

Always test to make sure it's off!!!!!!!

Videos You May Like

A Simple Introduction to Cisco CML2

0 3896 0

Mark Jacob, Cisco Instructor, presents an introduction to Cisco Modeling Labs 2.0 or CML2.0, an upgrade to Cisco’s VIRL Personal Edition. Mark demonstrates Terminal Emulator access to console, as well as console access from within the CML2.0 product. Hello, I’m Mark Jacob, a Cisco Instructor and Network Instructor at Interface Technical Training. I’ve been using … Continue reading A Simple Introduction to Cisco CML2

Creating Dynamic DNS in Network Environments

0 642 1

This content is from our CompTIA Network + Video Certification Training Course. Start training today! In this video, CompTIA Network + instructor Rick Trader teaches how to create Dynamic DNS zones in Network Environments. Video Transcription: Now that we’ve installed DNS, we’ve created our DNS zones, the next step is now, how do we produce those … Continue reading Creating Dynamic DNS in Network Environments

Cable Testers and How to Use them in Network Environments

0 727 1

This content is from our CompTIA Network + Video Certification Training Course. Start training today! In this video, CompTIA Network + instructor Rick Trader demonstrates how to use cable testers in network environments. Let’s look at some tools that we can use to test our different cables in our environment. Cable Testers Properly Wired Connectivity … Continue reading Cable Testers and How to Use them in Network Environments

Write a Comment

Share your thoughts...

Please fill out the comment form below to post a reply.