Skip to content

Commit 0fa510a

Browse files
committed
Updates
1 parent de64081 commit 0fa510a

File tree

5 files changed

+17
-18
lines changed

5 files changed

+17
-18
lines changed

aspnetcore/blazor/performance/browser-developer-tools-profiling.md renamed to aspnetcore/blazor/performance/webassembly-browser-developer-tools-diagnostics.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: ASP.NET Core Blazor WebAssembly browser developer tools diagnostic profiling
2+
title: ASP.NET Core Blazor WebAssembly browser developer tools diagnostics
33
author: guardrex
4-
description: Learn about browser developer tools diagnostic profiling in ASP.NET Core Blazor WebAssembly apps.
4+
description: Learn about browser developer tools diagnostics in ASP.NET Core Blazor WebAssembly apps.
55
monikerRange: '>= aspnetcore-10.0'
66
ms.author: riande
77
ms.custom: mvc
88
ms.date: 04/30/2025
9-
uid: blazor/performance/browser-developer-tools
9+
uid: blazor/performance/webassembly-browser-developer-tools
1010
---
11-
# ASP.NET Core Blazor WebAssembly browser developer tools diagnostic profiling
11+
# ASP.NET Core Blazor WebAssembly browser developer tools diagnostics
1212

1313
<!-- UPDATE 10.0 - Activate ...
1414
1515
[!INCLUDE[](~/includes/not-latest-version.md)]
1616
1717
-->
1818

19-
This article describes browser developer tools diagnostic profiling tools in Blazor WebAssembly apps.
19+
This article describes browser developer tools diagnostic tools in Blazor WebAssembly apps.
2020

2121
## Prerequisite
2222

@@ -56,17 +56,16 @@ In the app's project file (`.csproj`):
5656
<WasmProfilers>browser;</WasmProfilers>
5757
<WasmNativeStrip>false</WasmNativeStrip>
5858
<WasmNativeDebugSymbols>true</WasmNativeDebugSymbols>
59-
<WasmBuildNative>true</WasmBuildNative>
6059
</PropertyGroup>
6160
```
6261

6362
Alternatively, enable features when the app is built with the .NET CLI. The following options passed to the `dotnet build` command mirror the preceding MS Build property configuration:
6463

6564
```dotnetcli
66-
/p:WasmProfilers=browser /p:WasmNativeStrip=false /p:WasmNativeDebugSymbols=true /p:WasmBuildNative=true
65+
/p:WasmProfilers=browser /p:WasmNativeStrip=false /p:WasmNativeDebugSymbols=true
6766
```
6867

69-
Setting WebAssembly profilers with `<WasmProfilers>browser;</WasmProfilers>` doesn't require AOT (`<RunAOTCompilation>`/`<RunAOTCompilationAfterBuild>` set to `false` or removed from the preceding properity group).
68+
Setting WebAssembly profilers with `<WasmProfilers>browser;</WasmProfilers>` doesn't require AOT (`<RunAOTCompilation>`/`<RunAOTCompilationAfterBuild>` set to `false` or removed from the preceding property group).
7069

7170
The browser developer tools profiler can be used with AOT (`<RunAOTCompilation>`/`<RunAOTCompilationAfterBuild>` set to `true`) and without WebAssembly profilers (`<WasmProfilers>browser;</WasmProfilers>` removed from the preceding property group).
7271

aspnetcore/blazor/performance/event-pipe-profiling.md renamed to aspnetcore/blazor/performance/webassembly-event-pipe-diagnostics.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: ASP.NET Core Blazor WebAssembly Event Pipe diagnostic profiling
2+
title: ASP.NET Core Blazor WebAssembly Event Pipe diagnostics
33
author: guardrex
4-
description: Learn about Event Pipe diagnostic profiling, counters, and how to get a Garbage Collector heap dump in ASP.NET Core Blazor WebAssembly apps.
4+
description: Learn about Event Pipe diagnostics and how to get a Garbage Collector heap dump in ASP.NET Core Blazor WebAssembly apps.
55
monikerRange: '>= aspnetcore-10.0'
66
ms.author: riande
77
ms.custom: mvc
88
ms.date: 04/30/2025
9-
uid: blazor/performance/event-pipe
9+
uid: blazor/performance/webassembly-event-pipe
1010
---
11-
# ASP.NET Core Blazor WebAssembly Event Pipe diagnostic profiling
11+
# ASP.NET Core Blazor WebAssembly Event Pipe diagnostics
1212

1313
<!-- UPDATE 10.0 - Activate ...
1414
1515
[!INCLUDE[](~/includes/not-latest-version.md)]
1616
1717
-->
1818

19-
This article describes Event Pipe diagnostic profiling tools, counters, and how to get a Garbage Collector heap dump in Blazor WebAssembly apps.
19+
This article describes Event Pipe diagnostic tools, counters, and how to get a Garbage Collector heap dump in Blazor WebAssembly apps.
2020

2121
## Prerequisite
2222

aspnetcore/performance/diagnostic-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ By [Mike Rousos](https://github.com/mjrousos)
1313

1414
This article lists tools for diagnosing performance issues in ASP.NET Core.
1515

16-
For information on Blazor WebAssembly performance diagnostic tools and counters, see <xref:blazor/performance/browser-developer-tools> and <xref:blazor/performance/event-pipe>.
16+
For information on Blazor WebAssembly performance diagnostic tools and counters, see <xref:blazor/performance/webassembly-browser-developer-tools> and <xref:blazor/performance/webassembly-event-pipe>.
1717

1818
## Visual Studio Diagnostic Tools
1919

aspnetcore/release-notes/aspnetcore-10/includes/blazor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ For more information, see the following sections of the *Call JavaScript functio
350350
351351
New performance profiling and diagnostic counters are available for Blazor WebAssembly apps. For more information, see the following articles:
352352
353-
* <xref:blazor/performance/browser-developer-tools>
354-
* <xref:blazor/performance/event-pipe>
353+
* <xref:blazor/performance/webassembly-browser-developer-tools>
354+
* <xref:blazor/performance/webassembly-event-pipe>
355355
356356
-->

aspnetcore/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,9 +661,9 @@ items:
661661
- name: JavaScript interop
662662
uid: blazor/performance/js-interop
663663
- name: WebAssembly browser developer tools diagnostics
664-
uid: blazor/performance/browser-developer-tools
664+
uid: blazor/performance/webassembly-browser-developer-tools
665665
- name: WebAssembly Event Pipe diagnostics
666-
uid: blazor/performance/event-pipe
666+
uid: blazor/performance/webassembly-event-pipe
667667
- name: Test components
668668
uid: blazor/test
669669
- name: Progressive Web Applications

0 commit comments

Comments
 (0)