使用 Flex 在 Granite TIDE 中进行 URL 解析
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是实际的字符串,还是您用占位符替换了“主机名”和“路径”? 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.)