Home  >  Q&A  >  body text

javascript - chrome network problem

I have an interface with a request time of 5 minutes and a queue time of 4.9min. Is this my problem or the interface problem?

PHP中文网PHP中文网2713 days ago624

reply all(1)I'll reply

  • 过去多啦不再A梦

    过去多啦不再A梦2017-05-16 13:24:38

    It shouldn’t be an interface problem. Common reasons why requests are put into the queue are:

    1. The rendering engine determines that resources (scripts and styles) with higher priority need to be loaded. This situation is common when loading images.

    2. The number of TCP connections from the same source has reached the upper limit and you need to wait for new TCP resources.

    You can check whether there are too many requested resources, or whether the script and style tags are positioned properly.

    reply
    0
  • Cancelreply