Adrian Hills 5/23/2012

ASP.NET MVC Performance Profiling

Read Original

This article discusses strategies for profiling performance in ASP.NET MVC web applications, particularly when addressing generic performance issues. It covers using SQL Server DMVs and SQL Profiler, then introduces MiniProfiler—a tool from Stack Overflow—to visualize server-side request timing and ADO.NET database query execution. The author emphasizes how this tool provides crucial visibility into an application's behavior, especially for developers new to a codebase.

ASP.NET MVC Performance Profiling

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week