Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove LZ dependency #14

Open
indolering opened this issue Nov 29, 2018 · 0 comments
Open

Remove LZ dependency #14

indolering opened this issue Nov 29, 2018 · 0 comments

Comments

@indolering
Copy link

Virtually every server and CDN enables transparent GZIP or Brotli compression by default, including your demo site has GZIP enabled. Your LZ compression scheme is probably bloating your download size by making it harder for GZIP and Brotli to compress the files....

You can even precompress your assets at a higher-than-default compression ratio and many (most?) servers and CDNs will automatically serve the alternate file. Having these pre-compressed assets will signal to developers that the files are compressed in production and not to judge you based on the raw file sizes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant