使用 Flex 在 Granite TIDE 中进行 URL 解析

发布于 2024-12-03 06:11:40 字数 222 浏览 2 评论 0原文

我使用 HTTPWatch 对我的应用程序进行了表示层分析。我发现有使用以下 URL 发出的请求,

https://hostname/path/graniteamf/amf 

每个请求都需要大约 2 秒。我无法将此 URL 解释为实际问题。是因为正在加载的 UI 组件或正在调用的方法。

很高兴获得任何相关信息。

干杯, 德瓦拉克

I did the presentation tier analysis of my application with HTTPWatch.In that I found there are request being made with followng URL,

https://hostname/path/graniteamf/amf 

with each of these request taking morearound 2s.I am not able to interpret this URL to the actual problem.Is it because of the UI components being loaded or the method being called.

Would be happy to get any information on the same.

Cheers,
Dwarak

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

桃扇骨 2024-12-10 06:11:40

这是实际的字符串,还是您用占位符替换了“主机名”和“路径”? services-config.xml 文件中定义了什么?请求是否失败、太慢或意外?

鉴于您提供的信息,最好的猜测是,听起来您可能只需要更新/修复 services-config.xml。 (确保您确实需要 https——如果您尝试使用 http,这也可能会导致问题。)

Is that the actual string, or did you replace 'hostname' and 'path' with placeholders? What is defined in your services-config.xml file? Are the requests failing, too slow, or unexpected?

Best guess given the info you provided, it sounds like you may just need to update/fix services-config.xml. (Make sure you really want https -- if you're trying to use http that can cause an issue too.)

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