Skip to content

Comment on Would a Binary CSS format reduce page load times?

Comments

No, it wouldn't. Minify the css and gzip it is more than enough. The best you can do to reduce page load times anyway is to reduce the number of requests, so the best strategy would probably be to aggregate all of the css files into one, and do the same for the javascript, to minimize the number of requests.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.