javascript - chrome network problem
PHP中文网
PHP中文网 2017-05-16 13:22:38
0
1
623

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中文网

认证高级PHP讲师

reply all(1)
过去多啦不再A梦

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!