TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Would a Binary CSS format reduce page load times?

1 pointsby duhroachalmost 12 years ago

1 comment

drKarlalmost 12 years ago
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.