2016-10-29 01:35:15 +08:00
|
|
|
---
|
2018-03-15 10:51:34 +08:00
|
|
|
title: Performance in ASP.NET Core
|
2016-11-12 00:28:14 +08:00
|
|
|
author: ardalis
|
2018-03-15 10:51:34 +08:00
|
|
|
description: Discover topics pertaining to ASP.NET Core app performance.
|
2016-10-29 01:35:15 +08:00
|
|
|
manager: wpickett
|
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-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.technology: aspnet
|
|
|
|
ms.topic: article
|
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-03-22 08:18:35 +08:00
|
|
|
* [Cache responses](caching/index.md)
|
|
|
|
* [Cache in-memory](caching/memory.md)
|
2018-01-11 03:58:43 +08:00
|
|
|
* [Work with a distributed cache](caching/distributed.md)
|
|
|
|
* [Response caching](caching/response.md)
|
|
|
|
* [Response compression middleware](response-compression.md)
|