|
|
|
|
|
by joepie91_
1691 days ago
|
|
Worse, even if they were all fetched in parallel, you would still see terrible loading times simply because a dependency graph can only be traversed depth-wise serially. Doesn't matter what network protocol you use or how parallel it is. |
|
The only way it would be serial is if every module only imported one other module.