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