Skip to content

Commit fd3eee7

Browse files
committed
Updating author and image type
1 parent bea5767 commit fd3eee7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/frontdoor/troubleshoot-performance-issues.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: 'General Performance Troubleshooting of Azure Front Door'
33
titleSuffix: Azure Front Door
44
description: In this article, investigate, diagnose and resolve potential latency or bandwidth issues associated with an Azure Front Door related site performance
55
services: frontdoor
6-
author: sbdoroff
6+
author: stdoroff
77
ms.service: frontdoor
88
ms.topic: how-to
99
ms.workload: infrastructure-services
1010
ms.date: 08/30/2023
11-
ms.author: sbdoroff
11+
ms.author: stdoroff
1212
#Customer intent: As a <type of user>, I want <some goal> so that <some reason>.
1313
---
1414

@@ -147,9 +147,7 @@ A webpage often consists of many files. The way the website benefits from the A
147147
- Page customer attempts to load: https://contoso.com
148148
- **Explanation**: When the page loads, the initial file at the "/" directory calls other files, which build the page. These files are images, JavaScript, text files and more. If those files aren't called via the AFD hostname, *contoso.com*, the AFD is ***not*** being utilized. So, if one of the file requested by the website is *`http://www.images.fabrikam.com/businessimage.jpg`* the file is ***not*** benefiting from the use of the AFD. Instead, the file is being requested directly, from the *`images.fabrikam.com`* server, by the browser on the requesting client.
149149
150-
:::image type="complex" source="media/troubleshoot-performance-issues/AFDCDNPerformance.jpg" alt-text="Example of multiple, differently sourced files for a singular website and how it affects AFD performance":::
151-
152-
:::image-end:::
150+
:::image type="content" source="media/troubleshoot-performance-issues/AFDCDNPerformance.jpg" alt-text="Example of multiple, differently sourced files for a singular website and how it affects AFD performance":::
153151
154152
### Scenario 3 | Environment Information Needed
155153

0 commit comments

Comments
 (0)