SharePoint4us

Explore the Experience in SharePoint 2013

Tuesday, June 23, 2015

What is Developer Dash Board and how to enable in SharePoint 2013 easily

2 comments
Hi friends,

Thanks for visiting my blog..

Today in this Post  , I  would like to explain about

                "How to enable Developer Dash Board in SharePoint 2013 ?"

  1.  What is Developer Dash Bord and  use of it?
  2.  How to enable to your site and check it ?
  3.   How many ways to Enable DDB ?


Developer Dash Bord and  its usage in SharePoint.

  The developer dashboard is a new feature in SharePoint 2010 that is design to provide additional performance and tracing information that can be used to debug and troubleshoot issues with page rendering time.  The dashboard is turned off by default, but can be enabled via the object model or stsadm (and PowerShell too, I just haven’t put together the script for it yet).  When the dashboard is turned on you will find information about the controls, queries and execution time that occur as part of the page rendering process; this information appears at the bottom of the page in SP 2010.


How many ways to Enable DDB ?

we can enable via three different ways

1. Object Model
2. Power Shell
3. STSADM Commands.


Enabling the Developer DashBoard in SharePoint 2013 using STS ADM Command
  • -Open  "Windows +R" -->CMD
  •  Goto the Path "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN"
  • Paste this command "stsadm -o setproperty -pn developer-dashboard -pv ondemand"
  • -Once this Command is executed ...Please go to your site and check ,you can able to see small icon on the right top side of the master page.
  •  It  diplays a page with all the details of the current page .