Skip to content

Commit 2d94a06

Browse files
authored
Minor updates as Aarti and khgupta
1 parent 80d702a commit 2d94a06

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

support/developer/webapps/iis/site-behavior-performance/slow-page-response-hangs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot Slow Page Response and Hangs
33
description: This article helps you troubleshoot slow page response and hang issues.
4-
ms.date: 03/21/2025
4+
ms.date: 03/25/2025
55
ms.custom: sap:Site Behavior and Performance\Slow page response
66
ms.reviewer: khgupta, v-sidong
77
---
@@ -22,7 +22,7 @@ Page slowness and hangs might be accompanied by one or more of the following con
2222
- Slowness or hang accompanied by high CPU
2323

2424
- Focus on slowness - [Troubleshoot slow page response and hangs](slow-page-response-hangs.md)
25-
- Focus on high CPU - [Troubleshooting High CPU in an IIS application pool](troubleshoot-high-cpu-in-iis-app-pool.md)
25+
- Focus on high CPU - [Troubleshooting High CPU in an IIS application pool](troubleshoot-high-cpu-in-iis-app-pool.md)
2626

2727
- Slowness or hang accompanied by high memory
2828

@@ -195,7 +195,7 @@ Once the **Tracing** role service is installed, follow these steps to capture FR
195195

196196
1. On the **Define Trace Conditions** page, update the **Time taken** field as per the time that you're noticing the request or page is taking and select **Next**.
197197

198-
For example, if the request, usually takes less than a second, but now it's taking 20 seconds, type **20** in the **Time Taken** field.
198+
For example, if the request, usually takes less than a second, but now it's taking 20 seconds, type **20** in the **Time Taken** field.
199199

200200
1. On the **Select Trace Providers** page, under **Providers**, select all the checkboxes. Under **Areas**, make sure all the checkboxes are selected for each provider. Under **Verbosity**, select **Verbose**. Select **Finish**.
201201

@@ -224,7 +224,7 @@ Try to space dumps about 30 seconds apart, but be mindful of the total slowness.
224224

225225
Optionally, ProcDump can be used, especially when you can't install DebugDiag on the server or installation requires it.
226226

227-
If the issue is more intermittent, consider capturing both FREB traces and dumps or if using ProcDump is easier, follow this article (set up FREB for time taken rather than status code).
227+
If the issue is more intermittent, consider capturing both FREB traces and dumps. Or if using ProcDump is easier, follow the steps in the [Configure FREB to trigger memory dumps using ProcDump.exe](#configure-freb-to-trigger-memory-dumps-using-procdumpexe) section (set up FREB for time taken rather than status code).
228228

229229
#### Issue isn't easily reproduced
230230

@@ -456,7 +456,7 @@ F12 Developer Tools are built into both Microsoft Edge and Chrome. In instances
456456
457457
### Failed Request Trace (FREB) logs
458458
459-
FREB traces are `.xml` files, and formatted by the `.xsl` stylesheet in the FREB log directory. Use a tool like [FrebSbS](https://github.com/NL-Cristi/FrebSbS) to view these logs. For more information on how to read a FREB log, see [Reading a FREB log, a Failed Request Tracing: IIS request processing pipeline execution](https://techcommunity.microsoft.com/blog/iis-support-blog/reading-a-freb-log-a-failed-request-tracing-iis-request-processing-pipeline-exec/1349639).
459+
FREB traces are `.xml` files, and formatted by the `.xsl` stylesheet in the FREB log directory. Use a tool like FrebSbS to view these logs. For more information on how to read a FREB log, see [Reading a FREB log, a Failed Request Tracing: IIS request processing pipeline execution](https://techcommunity.microsoft.com/blog/iis-support-blog/reading-a-freb-log-a-failed-request-tracing-iis-request-processing-pipeline-exec/1349639).
460460
461461
### Full memory dumps
462462
@@ -481,4 +481,4 @@ It's simpler and more understandable to run only one type of analysis rule at a
481481
> [!NOTE]
482482
> If a more detailed analysis is needed, use [WinDbg](/windows-hardware/drivers/debuggercmds/windbg-overview) to review dumps.
483483
484-
[!INCLUDE [Third-party disclaimer](../../../../includes/third-party-disclaimer.md)]
484+
[!INCLUDE [Third-party disclaimer](../../../../includes/third-party-disclaimer.md)]

0 commit comments

Comments
 (0)