CSSLOPlayground
v0.0.20
{{ library.name }} ({{ (Math.round(library.size / 1024)).toLocaleString() }}KB)
Dark
Light
Mode
Input
:
(
gzip
gz
):
{{ zipped.input.toLocaleString() }}
bytes
b
{{ (input.length).toLocaleString() }}
bytes
b
Output
:
(
gzip
gz
):
{{ zipped.output.toLocaleString() }}
bytes
b
{{ (output.length).toLocaleString() }}
bytes
b
Savings
:
(
gzip
gz
):
{{ (zipped.input - zipped.output).toLocaleString() }}
bytes
b
{{ (input.length - output.length).toLocaleString() }}
bytes
b
Reduction
:
(
gzip
gz
):
{{ Math.round((zipped.output / zipped.input) * 10000) / 100 }}%
{{ Math.round((output.length / input.length) * 10000) / 100 }}%
Duration:
{{ duration.toLocaleString() }}ms
Pretty Print
GZIP Sizes
Syntax Highlighting
Stupid Mode