AspNetCore.Docs/aspnetcore/performance/overview.md

45 lines
1.3 KiB
Markdown
Raw Normal View History

---
title: ASP.NET Core performance
author: tdykstra
description: Links to articles about performance in ASP.NET Core apps.
monikerRange: '>= aspnetcore-6.0'
ms.author: tdykstra
ms.date: 04/27/2023
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>
* <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](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>
:::moniker-end