Looks like you are hitting the limit on connections per server. I see you are loading a lot of static files and my advice is to separate them on subdomains and serve them directly with Nginx for example.
- Create a subdomain called img.yoursite.com and load all your images from there.
- Create a subdomain called scripts.yourdomain.com and load all your JS and CSS files from there.
- Create a subdomain called sounds.yoursite.com and load all your MP3s from there… etc..
Nginx has great options for directly serving static files and managing the static files caching.
Related Posts:
- Does mobile Google Chrome support browser extensions?
- Chrome theme new tab background does not fill correctly
- An existing connection was forcibly closed by the remote host
- Chrome not Firefox are not dumping to SSLKEYLOGFILE variable
- Chrome not Firefox are not dumping to SSLKEYLOGFILE variable
- Google Chrome forcing download of “f.txt” file
- Failed to load PDF document in Chrome
- What does ==$0 (double equals dollar zero) mean in Chrome Developer Tools?
- “CAUTION: provisional headers are shown” in Chrome debugger
- Connect: Socket operation on non-socket
- Connect: Socket operation on non-socket
- How to Fix ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY in IIS on Windows Server 2016
- Where does Chrome keep the SQLite Database file it writes things like stored passwords to?
- Where does Chrome store cookies?
- Socket Programming in C++
- ResizeObserver – loop limit exceeded
- View google chrome’s cached pictures [closed]
- What is the difference between a port and a socket?
- Will setting a multicast destination address to FFFF.FFFF.FFFF make it a broadcast?
- java.net.SocketException: Connection reset
- Duplicate headers received from server
- Sending string via socket (python)
- When running WebDriver with Chrome browser, getting message, “Only local connections are allowed” even though browser launches properly
- Apps, Extensions and scripts cannot be added from this website
- What is the quickest way to HTTP GET in Python?
- Where to find the complete definition of off_t type?
- How to make audio autoplay on chrome
- How to disable Google Chrome auto update?
- Socket.Select returns error “An operation was attempted on something that is not a socket”
- wget: unable to resolve host address `http’
- Chrome Push Notification: This site has been updated in the background
- Where is the new Emulation tab in Chromes console drawer?
- Google Chrome Ignoring Hosts File
- Workaround for Your Flash settings will be kept until you quit Chrome
- Disable developer mode extensions pop up in Chrome
- How can I force a hard reload in Chrome for Android
- Difference between Chrome Apps and Extensions
- Chrome’s fonts are too light to read
- Chrome: console.log, console.debug are not working
- Chrome Version 44.0.2403.89 m is trying to force HTTPS
- What does localhost:8080 mean?
- What is the difference between POST and PUT in HTTP?
- What is the difference between POST and PUT in HTTP?
- ping response “Request timed out.” vs “Destination Host unreachable”
- How to re-enable right click so that I can inspect HTML elements in Chrome?
- Should a 502 HTTP status code be used if a proxy receives no response at all?
- What does “connection reset by peer” mean?
- SOAP vs REST (differences)
- What is the difference between a URI, a URL and a URN?
- TypeError: ‘module’ object is not callable
- How to fix ‘Unchecked runtime.lastError: The message port closed before a response was received’ chrome issue?
- What caused the “Unchecked runtime.lastError: The message port closed before a response was received.” warning?
- HTTP Status 504
- What is the difference between POST and GET? [duplicate]
- What can be the reasons of connection refused errors?
- I am getting Failed to load resource: net::ERR_BLOCKED_BY_CLIENT with Google chrome
- When you use ‘badidea’ or ‘thisisunsafe’ to bypass a Chrome certificate/HSTS error, does it only apply for the current site? [closed]
- Is it possible to repeat or redistribute a Bluetooth signal? [closed]
- What’s the net::ERR_HTTP2_PROTOCOL_ERROR about?
- Use of PUT vs PATCH methods in REST API real life scenarios
- When you use ‘badidea’ or ‘thisisunsafe’ to bypass a Chrome certificate/HSTS error, does it only apply for the current site? [closed]
- When adding a JavaScript library, Chrome complains about a missing source map. Why?
- Do I need Content-Type: application/octet-stream for file download?
- java.net.ConnectException: Connection refused
- Error OPTIONS net::ERR_CONNECTION_REFUSED
- How to redirect all HTTP requests to HTTPS
- What is a user agent stylesheet?
- How do I debug error ECONNRESET in Node.js?
- Getting “net::ERR_BLOCKED_BY_CLIENT” error on some AJAX calls
- No “Proceed Anyway” option on NET::ERR_CERT_INVALID in Chrome on MacOS
- Chrome returns “Bad Request – Request Too Long” when navigating to local IIS Express
- What is a user agent stylesheet?
- How do I debug error ECONNRESET in Node.js?
- Getting “net::ERR_BLOCKED_BY_CLIENT” error on some AJAX calls
- Problem HTTP error 403 in Python 3 Web Scraping
- Jupyter Notebook not saving: ‘_xsrf’ argument missing from post
- application/x-www-form-urlencoded or multipart/form-data?
- Hide scroll bar, but while still being able to scroll
- NET::ERR_CERT_REVOKED in Chrome, when the certificate is not actually revoked
- Client on Node.js: Uncaught ReferenceError: require is not defined
- Problem HTTP error 403 in Python 3 Web Scraping
- What’s the net::ERR_HTTP2_PROTOCOL_ERROR about?
- Chrome sendrequest error: TypeError: Converting circular structure to JSON
- Why Puma listen on ‘tcp://localhost:3000’ instead of ‘http://localhost:3000’
- Jupyter Notebook not saving: ‘_xsrf’ argument missing from post
- application/x-www-form-urlencoded or multipart/form-data?
- require is not defined? Node.js
- Client on Node.js: Uncaught ReferenceError: require is not defined
- Is 418 “I’m a teapot” really an HTTP response code?
- Chrome: Uncaught SyntaxError: Unexpected end of input
- Cannot open local file – Chrome: Not allowed to load local resource
- How to download a file over HTTP?
- How to define the basic HTTP authentication using cURL correctly?
- What is AF_INET, and why do I need it?
- How to disable JavaScript in Chrome Developer Tools?
- Bad File Descriptor with Linux Socket write() Bad File Descriptor C
- How can you find out which process is listening on a TCP or UDP port on Windows?
- Cannot open local file – Chrome: Not allowed to load local resource
- How to download a file over HTTP?
- How to define the basic HTTP authentication using cURL correctly?