ASP.NET MVC application profiling -
i'm junior developer , assigned find out why web applications slow current request takes 8 seconds, not know how begin profile how find out what's going on sql server, functions takes lot of time. application written in asp.net mvc 5 , uses entity framework 6. should start?
if you're not database boy me, you'll love using glimpse.
glimpse diagnostics platform of web.
providing real time diagnostics & insights fingertips of hundreds of thousands of developers daily.
so can start grabbing glimpse nuget.
pm> install-package glimpse.mvc5 pm> install-package glimpse.ef6
initial configuration following:
- in configsections:
- and after that:
sorry waste 10 minutes trying add xml code/quote/everything. further configuration , others, here: http://getglimpse.com/docs/configuration
after must navigate /glimpse.axd or path did specified there , enable (it's cookie).
here site using glimpse can see what's giving you. render view time/wire time/sql time/ajax profiling & on.. http://play.getglimpse.com/
it extensible having plugins , on. can search.
and here talk can watch reviewing features , convince use glimpse: https://www.youtube.com/watch?v=igmyogdkyyw
and if need see sql queries not whole (rendering process etc.) can press glimpse circle , go sql tab. you'll have view following:
Comments
Post a Comment