开发者

Measuring page performance with Fiddler2 with Ie6 loaded from Spoon.net

开发者 https://www.devze.com 2023-01-13 11:16 出处:网络
As per title i am trying to measure page performance in IE6 that has been loaded with Spoon.net. Am trying to use F开发者_Python百科iddler2 but it does not seem to recognise the browser.

As per title i am trying to measure page performance in IE6 that has been loaded with Spoon.net.

Am trying to use F开发者_Python百科iddler2 but it does not seem to recognise the browser.

Any ideas?


Fiddler shouldn't care what framework you're using; it listens to WinInet and acts as a proxy to it. Local traffic doesn't go through WinInet, so you won't see it captured in Fiddler. If you're using localhost for your server, try changing it to http://ipv4.fiddler and see if that allows your traffic to be captured.

0

精彩评论

暂无评论...
验证码 换一张
取 消