FirePHP 不返回 ajax 请求查询,但返回正常的页面加载查询
我在 FF 3.6.3(已安装 firephp 插件)上使用 firePHP(Zend profiler),当我进行正常页面加载时,它会返回查询。然而,Ajax 请求没有返回正确的查询。我正在使用 Prototype 1.6.0.2 进行 ajax 请求。我有什么遗漏的吗?大多数文章似乎都暗示这应该在默认情况下起作用。
I am using firePHP(Zend profiler) on on FF 3.6.3(firephp addon installed) and it returns queries, when I do a normal page load. Ajax requests, however, are not returning the proper queries. I am using Prototype 1.6.0.2 for ajax requests. Is there something I am missing? Most of the write-ups seem to imply that this should work by default.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也遇到过类似的问题,并在 Firebug 升级后解决了这些问题(查看 getFirebug 网站)
Firefox 已经经历了嗅探器如何侦听正在发生的不同网络事件的多次演变。将 ajax 请求归因到正确的页面是新的困难之一。
有关信息,我有 firebug 1.5.3
它也可能是 firephp 问题,您可以在他们的网站上查看是否有人已经解决了该问题。
我希望这会帮助你
杰罗姆·瓦格纳
I have had similar problems and got through them after a firebug upgrade (check the getFirebug website)
Firefox has been going through several evolutions of how a sniffer should listen to the different network events going on. Attribution of ajax requests to the correct page is among the new difficulties.
For information, I have firebug 1.5.3
It might also be a firephp issue and you may check on their website if someone has already hit the issue.
I hope this will help you
Jerome WAGNER