AspNetCore.Docs/aspnetcore/performance/index.md

19 lines
586 B
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
title: Performance in ASP.NET Core
author: guardrex
description: Discover topics pertaining to ASP.NET Core app performance.
2018-01-29 23:21:31 +08:00
ms.author: riande
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
---
# Performance in ASP.NET Core
2016-10-29 01:35:15 +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.