|
|
|
|
|
by pyronite
2233 days ago
|
|
This used to be a bigger deal before HTTP/2 increased the number of concurrent requests to be virtually unlimited. Unless I'm missing something, it's "optimal" for a site to have many split files. If their JavaScript were 1 file, a change to a single character would mean the need to re-download every bit of JavaScript. Instead, with 96 files, it would mean 95 of them are still cached client-side and only 1 is need of downloading. |
|