如何用IE8开发者工具查看发送的数据包大小?
我习惯使用Firefox的FireBug,它确实很好用。我可以看到我需要的所有信息。 现在我正在处理一个仅与 IE 兼容的应用程序,我正在使用 IE 的开发人员工具,但它不像 Firebug 那么直观,我不知道如何查看从客户端发送的数据包的大小到服务器,到目前为止我看到了每个请求所花费的时间。
那么,是否可以使用IE8开发者工具查看发送的数据包大小呢?
谢谢。
I am used to use Firefox's FireBug and It is really good. I can see all the info I need.
Right now I am dealing with an application that is only compatible with IE, I am using the developer tools of IE but it is not as intuitive as Firebug and I can't figure out how to see the size of the packets sent from the client to the server, so far I see the time spent in each request.
So, is it possible to view the size of the packets sent with IE8 developers tool?
thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定是否可以做到这一点,但您可以使用 Fiddler 来分析流量。
Not sure if that can be done, but you could use Fiddler to analyze the traffic.