ReSharper
 
Get ReSharper
Get your hands on the new features ahead of the release by joining the Early Access Program for ReSharper 2025.1! Learn more

Fix ASP Issues

Last modified: 26 May 2024

One of the most challenging tasks in web development is understanding the root cause of application performance issues. The effective approach to this task is monitoring the execution time of the main application components.

Dynamic Program Analysis (DPA) can be of great help in this process as it provides timing information for MVC actions, Razor page handlers, and Razor view components.

DPA supports ASP.NET Core in .NET 5.0 and later.