Y
Hacker News
new
|
ask
|
show
|
jobs
by
topaxi
3749 days ago
I don't think parsing and executing is the bottleneck, especially on mobile connections. Do you have any numbers on this?
1 comments
Yaggo
3749 days ago
It's actually worse on mobile, because mobile connections typically are not order of magnitude slower than non-mobile, but mobile cpu power can be order of magnitude more limited (esp. on lower end hardware).
https://timkadlec.com/2014/09/js-parse-and-execution-time/
link
reitoei
3749 days ago
That article is about JavaScript, not CSS.
link
Yaggo
3749 days ago
Does not matter, same principles apply to CSS as well. Transferring is pretty lightweight operation compared to parsing & rule applying.
link
https://timkadlec.com/2014/09/js-parse-and-execution-time/