简体   繁体   English

与Firefox的Ajax请求的问题

[英]problem with ajax requests with firefox

Hello guys I have a question is there a limited number of ajax requests per page because i created this chat program with several ajax requests (with jquery)but it is causing a problem of slowness that every time i try to write a message a number of letters are missing. 大家好,我有一个问题是每页的ajax请求数量是否有限,因为我使用几个ajax请求(使用jquery)创建了此聊天程序,但每次我尝试编写一条消息时,都会造成速度慢的问题字母不见了。 Could this a problem of the requests, the function , the network or the browser itself because it is working fine on safari. 这可能是请求,功能,网络或浏览器本身的问题,因为它在Safari上工作正常。

You could watch the traffic in another window using 您可以使用


ngrep host 1.2.3.4 and port 80  # where 1.2.3.4 is the server IP address

That will show you what's going on at the network level, which might help you track down the problem. 这将向您显示网络级别的情况,这可能有助于您查找问题。 And strace can help see what's going on with firefox, if you can find a good limited set of system calls to watch for, so the output isn't overwhelming. strace可以帮助您查看firefox的运行情况,如果您可以找到一组有限的系统调用来关注的话,那么输出就不会让人感到头疼。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM