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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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