Flex:time HTTPService 加载需要多长时间?

发布于 2024-08-17 06:26:24 字数 198 浏览 4 评论 0原文

我正在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

婴鹅 2024-08-24 06:26:24

这是重复的,请转到此处查看我之前对问题的回答:

在 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?

甜尕妞 2024-08-24 06:26:24

我推荐 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文