max number of concurrent file downloads in a browser?

后端 未结 6 1810
甜味超标
甜味超标 2021-01-15 20:15

Two related questions:

  1. What are the maximum number of concurrent files that a web page is allowed to open (e.g., images, css files, etc)? I assume this va

6条回答
  •  天命终不由人
    2021-01-15 20:57

    One interesting way to get around the X connections per server limit is to map static resources like scripts and images to their own domains... img.foo.com or js.foo.com.

    I have only read about this - not actually tried or tested. So please let me know if this doesn't work.

提交回复
热议问题