dongyun8891 2012-08-11 20:13
浏览 961
已采纳

并发ajax请求数量的最大限制[关闭]

I have a website that fetches approximately 20 pages, each page is different. Currently, it takes about 1.2 minutes to load.

Some days back this task only took 11-15 seconds. Now it takes 1.2 minutes. What can be the reason for sudden change?

Is there any solution other than merging some of these to reduce the number of requests? Can the limit of number of requests be somehow altered?

enter image description here

The above screenshot is from Firebug. the gray portions of the bars represent "Blocking".

  • 写回答

2条回答 默认 最新

  • dragonsun2005 2012-10-02 06:51
    关注

    Somebody should have suggested me to use multi-CURL instead. In that I just need to make a call to a single PHP file and that will automatically call to each one of them, that too in parallel.

    Take a look here

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 高德地图点聚合中Marker的位置无法实时更新
  • ¥15 DIFY API Endpoint 问题。
  • ¥20 sub地址DHCP问题
  • ¥15 delta降尺度计算的一些细节,有偿
  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程
  • ¥15 redis-full-check比较 两个集群的数据出错
  • ¥15 Matlab编程问题
  • ¥15 训练的多模态特征融合模型准确度很低怎么办