Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This is a very commonly faced issue especially with SharePoint 2013. Below are few pointer which can help you resolve the issue.
Troubleshooting
Is it an HTTP or HTTPS site?
Normally if it is HTTPS site we need to install SSL certificate on below three locations:
- IIS manager > Select server > Certificate on right-hand side
- SharePoint Central Admin > Security > Trusted Root certificate > Import > Select certificate > OK
- We need to make sure we import intermediate Certificates in Central Admin (You will get the intermediate Certificates from Certificate provider)
- Most important we need to install certificate on SharePoint servers Certificates console. To do so click Start > Run > Type MMC > File > Add\remove snap-in > Certificates > Add> OK > Local Machine > Expand folder > Trusted Root certificate > Right-click certificates folder > All tasks > Import > Next > Select File > Next > Finish.
- Now we also need to make sure we import the Intermediate Certificates. In the Certificates console Intermediate certification Authorities > Right-click certificates folder > All Tasks > Import > Next > Select the Intermediate Certificates > Next > Finish (You will get the intermediate Certificates from Certificate provider)
Do we have high CPU Or memory use on the server?
Use SharePoint PAL tool.
http://pal.codeplex.com/discussions/474705
How many servers in the farm?
Check each server one by one using host entry.
Start > Run > Type "Drivers" > open ETC folder > open HOSTS file > Edit the hosts in Notepad > add IP to URL > try to browse site on each server and check if any specific server causing performance issue
Do we see error 404 in Fiddler traces?
If we have any 404 error we need to make sure it is resolved.
Search indexing?
If it kicks in, consumes resources that you might need on your WFEs and SQL servers for processing the migration of files.
Anti-virus software
If it is scanning every document that is uploaded or is scanning the database or BLOB store directly, can slow things down tremendously:
- BLOB storage can affect performance—for better or worse.
- Database growth sizing
- Storage performance, of course, can affect the upload.
- The bottleneck might be the connection between the WFE and SQL Server. Use a dedicated high-speed (Gig-E or 10Gig-E) network between WFE and SQL servers. Use teaming if NICs support it.
The Distributed Cache Service
The Distributed Cache Service in my farm is down, removed the service from all systems on the farm. The command is:
Stop-SPDistributedCacheServiceInstance -Graceful
Remove-SPDistributedCacheServiceInstance
Check if job-application-server-admin-service is causing Performance issue on server
- Check the ULS + Eventviewer logs at the time when this issue happens. /li>
- CCollect perflog files and execute PAL on that this will give you the complete analysis of processes and performance at that time.
Use Developer Dashboard
- Activate the Developer Dashboard from Powershell
$d = [Microsoft.SharePoint.Administration.SPWebService]::ContentService.DeveloperDashboardSettings
$d.DisplayLevel = 'OnDemand'
$d.TraceEnabled = $true
$d.Update()
- Click the icon to open the Developer Dashboard
- Refresh the page
- Click the page URL in the dashboard