1.3 KiB
1.3 KiB
title | author | description | monikerRange | ms.author | ms.date | uid |
---|---|---|---|---|---|---|
ASP.NET Core performance | tdykstra | Links to articles about performance in ASP.NET Core apps. | >= aspnetcore-6.0 | tdykstra | 04/27/2023 | performance/overview |
ASP.NET Core performance
The following articles provide information about how to optimize the performance of ASP.NET Core apps:
:::moniker range=">= aspnetcore-8.0"
- xref:blazor/performance
- xref:fundamentals/best-practices
- xref:performance/caching/overview
- xref:performance/rate-limit
- xref:performance/memory
- xref:host-and-deploy/scaling-aspnet-apps/scaling-aspnet-apps
- xref:performance/ObjectPool
- xref:performance/response-compression
- xref:performance/diagnostic-tools
- xref:test/loadtests
- xref:performance/timeouts
- Short-circuit middleware after routing
:::moniker-end
:::moniker range="< aspnetcore-8.0"
- xref:blazor/performance
- xref:fundamentals/best-practices
- xref:performance/caching/overview
- xref:performance/rate-limit
- xref:performance/memory
- xref:host-and-deploy/scaling-aspnet-apps/scaling-aspnet-apps
- xref:performance/ObjectPool
- xref:performance/response-compression
- xref:performance/diagnostic-tools
- xref:test/loadtests
:::moniker-end