2016-10-29 01:35:15 +08:00
|
|
|
---
|
2018-03-15 10:51:34 +08:00
|
|
|
title: Performance in ASP.NET Core
|
2018-09-22 06:12:21 +08:00
|
|
|
author: guardrex
|
2018-03-15 10:51:34 +08:00
|
|
|
description: Discover topics pertaining to ASP.NET Core app performance.
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.author: riande
|
2018-09-22 06:12:21 +08:00
|
|
|
ms.custom: mvc
|
|
|
|
ms.date: 09/16/2018
|
2017-08-19 02:51:38 +08:00
|
|
|
uid: performance/index
|
2016-10-29 01:35:15 +08:00
|
|
|
---
|
2018-03-15 10:51:34 +08:00
|
|
|
# Performance in ASP.NET Core
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2018-09-22 06:12:21 +08:00
|
|
|
The following topic areas cover performance scenarios in ASP.NET Core:
|
|
|
|
|
|
|
|
[Cache responses](xref:performance/caching/index)
|
|
|
|
Learn how to cache data and responses in ASP.NET Core.
|
|
|
|
|
|
|
|
[Response compression](xref:performance/response-compression)
|
|
|
|
Learn about response compression and how to use Response Compression Middleware in ASP.NET Core apps.
|