CSS Whitespace Parsing Benchmark

Article: Is Minifying CSS Necessary?

Changelog

Only important changes are noted here. The full history is available in the repository.

  1. () Switched to running trials in bulk and displaying deltas in ms.
  2. () Replaced randomized stylesheets with fixed set of real stylesheets.
  3. () Randomized whitespace within unminified stylesheet.
  4. () Switched to CSSStyleSheet API.
  5. () Fixed major bugs caused by recent site rewrite.
  6. () Original version using <link> and data:URIs.