|
|
|
|
|
by pg_bot
3021 days ago
|
|
I would rather have one single request for a large static asset, than multiple small requests for per page based css. In my experience CSS files typically fall in the range 50-100KB. I'd rather not have to pay the perf penalty every time I load a new page considering the typical file size. |
|
see https://docs.google.com/presentation/d/1r7QXGYOLCh4fcUq0jDdD...
and
https://medium.com/@asyncmax/the-right-way-to-bundle-your-as...