2022-12-21 08:19:17 +08:00
|
|
|
---
|
|
|
|
title: ASP.NET Core performance
|
|
|
|
author: tdykstra
|
|
|
|
description: Links to articles about performance in ASP.NET Core apps.
|
|
|
|
monikerRange: '>= aspnetcore-6.0'
|
2024-06-15 00:04:26 +08:00
|
|
|
ms.author: tdykstra
|
2023-04-28 01:56:27 +08:00
|
|
|
ms.date: 04/27/2023
|
2022-12-21 08:19:17 +08:00
|
|
|
uid: performance/overview
|
|
|
|
---
|
|
|
|
# ASP.NET Core performance
|
|
|
|
|
|
|
|
The following articles provide information about how to optimize the performance of ASP.NET Core apps:
|
|
|
|
|
2024-09-18 17:58:22 +08:00
|
|
|
:::moniker range=">= aspnetcore-8.0"
|
|
|
|
|
|
|
|
* <xref:blazor/performance>
|
2022-12-21 08:19:17 +08:00
|
|
|
* <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>
|
2023-05-04 07:09:11 +08:00
|
|
|
* <xref:performance/timeouts>
|
|
|
|
* [Short-circuit middleware after routing](xref:fundamentals/routing#short-circuit-middleware-after-routing)
|
2024-09-18 17:58:22 +08:00
|
|
|
|
|
|
|
:::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>
|
|
|
|
|
2023-05-04 07:09:11 +08:00
|
|
|
:::moniker-end
|