|
|
|
|
|
by PaoloBarbolini
1378 days ago
|
|
Why are you doing a separate request for every /8? I feel like this would be the first thing that would kill the site, if it weren't for the fact you're on HTTP, the browser is talking HTTP/1.1, so it only does 6 concurrent requests per domain. |
|