In ASP.NET Core 2.2 web applications, we can increase the performance of the web application using Response Compression Middleware. The following video explains the basics and well as the process for the same. In this demo, I have used Visual Studio 2019, ASP.NET Core 2.2, and C#.

In this video session, we will learn the following.
  • How to use Response Compression middleware
  • When to use Response Compression Middleware
  • Supported MimeTypes and how to add new MimeTypes
  • How to configure compression level
  • Compression with a secure protocol
  • Verify using Postman

How To Improve ASP.NET Core 2.2 Web Application Performance Using Compression Mi...
Sep 28 2019

Jigar Patel

In this video, we will learn how to use Response Compression middleware to improve the performance of a web application built in ASP.NET Core 2.2.