Developer dashboard is very help full while troubleshooting the issues related to performance in SharePoint 2013. New-SPUsageApplication -Name "Health and Usage Application" -DatabaseName "SP2013_Health_and_Logging_Database". To enable the dashboard, we will use ON setting and use the below powershell command. $svc = [Microsoft.SharePoint.Administration.SPWebService]::ContentService$dds = $svc.DeveloperDashboardSettings$dds.DisplayLevel = "On"$dds.Update() Ref: http://www.sharepoint-journey.com/developer-dashboard-in-sharepoint-2013.html
Group Policy Administrative Template files (ADMX, ADML)
Group Policy Administrative Template files (ADMX, ADML) First download the Files http://www.microsoft.com/en-us/download/confirmation.aspx?id=35554&6B49FDFB-8E5B-4B07-BC31-15695C5A2143=1 To install this download: Download the file by clicking the Download button (above) and saving the file to your hard disk. To use the 32-bit version of the files, double-click the AdminTemplates_32bit.exe program file on your hard disk to start the Setup program. To use the... Continue Reading →
SharePoint Caching (Configuration and monitoring)
Table of Contents Definitions and cache Types 1 Configuration 1 Monitoring 3 How to monitor Object Cache Performance 3 SharePoint Publishing Cache counter group 3 And this is for Blob It's the same but readings are different 5 How to monitor ASP.NET ASP.net Output Cache Performance 5 SharePoint Caching (Configuration and monitoring) Definitions and cache Types SharePoint 2013 provides three types of... Continue Reading →