asp.net - Client Time performance tuning using Glimpse -


i using glimpse 1.8.6 in asp.net web forms application in vs2013 deployed azure website (standard tier). have user control embedded in aspx page, question specific timings in requests section.

i typically seeing 3000-4000ms request times, 5-25ms wire, 500-1000ms server , 2000+ client. additionally load 500-700ms , render sub 100ms.

the "client" portion question, used calculate client , more importantly should looking in code decrease number?

great question... client time difference between loadeventend , responseend (you can see relevant code here). in english terms happens time browser receives last byte server (for main document) when load event current document run (this typically occurs after external resources have loaded).

most of time, improve number, involves caching aggressively, bundling documents together, etc. there great talk nik molnar did on has large section on optimizing these types of - http://vimeo.com/97415381.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -