Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

perf: minify app shell #45

Open
Open
@jeffbcross

Description

@jeffbcross

The html output of app shell has lots of unneeded whitespace. My quick experiment of minifying via a web-based html minifier then gzipping it yielded an improvement of about 800 bytes over unminified gzipped:

  • 20432 bytes unminified.html
  • 3322 bytes unminified.html.gz
  • 12262 bytes minified.html
  • 2520 bytes minified.html.gz

3322-2520 = 802 bytes saved

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions