ASP.NET performance: is it all about the database?
Posted by: Simple Talk,
on 25 Jan 2012 |
View original | Bookmarked: 0 time(s)
If you just assume that your application's slowness is the fault of the database, then that is a quick route to a smug DBA if it later turns out youre wrong. Far better to know for sure how much of your applications time is spent waiting around for the database to do something, and how many round-trips to and from the database it makes....