Hi,
I own this site: www.gramma.ro. (asp.net/c#)... I've been working 2 days on doing improvements on UI using YSlow and PageSpeed.
Well...at this moment the site seems to load ok...i mean from the UI point of view. (Page Speed improvments from 51 to 75; YSlow from F to D(C) ).
BUT there is still "waiting" time between pressing a link and waiting for the redirect. So, i assume there is some sql/linq improvment on the queries i must do.
Do you know how can i see which part of my site is time consuming? For instance when i load the index page to see where it spends most of the time? (fetching db results? prepare the ui?) Is there any tracking tool to help me?
I'm using Sql Server 2008 Express Edition.
Thanks.
UPDATE: Found an interesting SQL Profiler for SQL Express editions.