AspNetCore.Docs/aspnetcore/performance/index.md

16 lines
468 B
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
title: Performance in ASP.NET Core
2016-11-12 00:28:14 +08:00
author: ardalis
description: Discover topics pertaining to ASP.NET Core app performance.
2018-01-29 23:21:31 +08:00
ms.author: riande
2016-10-29 01:35:15 +08:00
ms.date: 10/14/2016
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
* [Cache responses](caching/index.md)
* [Cache in-memory](caching/memory.md)
* [Work with a distributed cache](caching/distributed.md)
* [Response caching](caching/response.md)
* [Response compression middleware](response-compression.md)