AspNetCore.Docs/aspnetcore/performance/index.md

20 lines
467 B
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
2017-07-01 07:47:15 +08:00
title: Performance
2016-11-12 00:28:14 +08:00
author: ardalis
2016-11-18 04:13:02 +08:00
description:
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
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
---
# Performance
* [Caching](caching/index.md)
* [In-memory caching](caching/memory.md)
* [Work with a distributed cache](caching/distributed.md)
* [Response caching](caching/response.md)
* [Response compression middleware](response-compression.md)