Flex:time HTTPService 加载需要多长时间?
我正在 Flex 中使用 HTTPService 加载一些 XML。加载时间比我想要的要长。因此,我想做一些故障排除,但为了弄清楚是什么造成了影响,我需要能够计算请求的时间以及它们需要多长时间。
对 http 服务进行计时以查看从 HTTPService.send() 到 HTTPService.result 花费了多长时间的最佳方法是什么
谢谢!
I am loading some XML with HTTPService in Flex. It is taking longer than I would like to load. So I want to do some trouble shooting, but in order to tell what is making a difference I need to be able to time the requests and how long they are taking.
What is the best way to time an http service to see how long it took from HTTPService.send() to HTTPService.result
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是重复的,请转到此处查看我之前对问题的回答:
在 Flex 中,有没有办法确定 HTTPService.send() 调用往返需要多长时间?
This is a duplicate, go here to see my previous answer to the question:
In Flex, is there a way to determine how long an HTTPService.send() call takes round-trip?
我推荐 Charles Proxy ( http://www.charlesproxy.com/download/ )。我每天都用它作为监控 Flex 流量的主要工具(它甚至支持 AMF)。有一个免费版本,但有一些烦恼(我认为每次运行它只运行 30 分钟,并且不时显示弹出窗口)。
I would recommend Charles Proxy ( http://www.charlesproxy.com/download/ ). I use it daily as a main tool for monitoring Flex traffic (it even supports AMF). There's a free version with some annoyances (I think it only runs 30 min. each time you run it, and displays a popup from time to time).