Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Waiting for available socket... (Chrome + Wordpress) [duplicate]

Tags:

apache

I am accessing my PHP/Apache website from Chrome. And Chrome refuses to load the page, saying "Waiting for available socket".

Other pages on this same virtual host also have the problem.

Other virtual hosts on the same server load perfectly fine.

Please advise how I can fix this.

like image 877
William Entriken Avatar asked Sep 12 '26 02:09

William Entriken


1 Answers

According to various sources, Chrome opens a maximum of 6 simultaneous connections to the same server. Possible solutions include

  • Host data on different virtual hosts on the same machine.
  • Consolidate content to be loaded to require fewer connections (for example, put everything in a single .data file for Emscripten)
  • Make sure you don't have too many <video> or <audio> tags marked with the attribute preload="auto".
  • Adjust Chrome to permit up to 32 connections. Policy List

Related question: Chrome hangs after certain amount of data transfered - waiting for available socket

like image 105
ceilingcat Avatar answered Sep 13 '26 18:09

ceilingcat



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!