|
|
|
|
|
by austin-cheney
412 days ago
|
|
When I was doing performance examinations from localhost I found that CSS was mostly inconsequential if written at least vaguely efficiently and requested as early as possible from the HTML. By completely removing CSS I might be able to save up to 7ms of load time, but that was extremely hard to tell because that was well within the variance between test intervals. https://github.com/prettydiff/wisdom/blob/master/performance... |
|
That's not to say i think this optimization is neccesarily worth it, just that testing on localhost is not a good test of this.