Web Site Optimization and Verification
-
Hello, I am having some speed problems with an Asp.Net 2.0 web site and I would like to know if there is some tool which accesses a web site and displays each step of when the web site is loading. I need to figure out what is taking a long time to load or a error hapening. Thanks, Miguel
-
Hello, I am having some speed problems with an Asp.Net 2.0 web site and I would like to know if there is some tool which accesses a web site and displays each step of when the web site is loading. I need to figure out what is taking a long time to load or a error hapening. Thanks, Miguel
Use a technique, set a timer when the app starts, then every millisecond(or so) have it increase a variables value by one. Then every time a function starts/completes have it print the function name and the variables value. When you are done review the times and see what the greatest time lags are.
Brad Australian By contacting your lawyer you negate the right to sue me.
-
Hello, I am having some speed problems with an Asp.Net 2.0 web site and I would like to know if there is some tool which accesses a web site and displays each step of when the web site is loading. I need to figure out what is taking a long time to load or a error hapening. Thanks, Miguel
-
Hello, I am having some speed problems with an Asp.Net 2.0 web site and I would like to know if there is some tool which accesses a web site and displays each step of when the web site is loading. I need to figure out what is taking a long time to load or a error hapening. Thanks, Miguel
-
Hello, I am having some speed problems with an Asp.Net 2.0 web site and I would like to know if there is some tool which accesses a web site and displays each step of when the web site is loading. I need to figure out what is taking a long time to load or a error hapening. Thanks, Miguel
Try this. It's pretty good. http://www.fiddlertool.com/fiddler/[^]
Arthur Dent - "That would explain it. All my life I've had this strange feeling that there's something big and sinister going on in the world." Slartibartfast - "No. That's perfectly normal paranoia. Everybody in the universe gets that." Deja View - the feeling that you've seen this post before.