We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As per https://github.com/orgs/community/discussions/21655#discussioncomment-3234045
you can serve pre-compressed brotli assets from Gitlab Pages
but his prepared demo site is gone.
Can someone try to make brotli / gzip pre-compressed wasm works in Gitlab Pages please?
The text was updated successfully, but these errors were encountered:
Reposting from https://stackoverflow.com/a/34636569/2125837 --
Github pages is already gziping html, css, js, json,... It's useless to try to do better by gziping json yourself. A 1.3M json is sent as 357KB one by github pages. See here and click on "load json" link.
Github pages is already gziping html, css, js, json,... It's useless to try to do better by gziping json yourself.
A 1.3M json is sent as 357KB one by github pages. See here and click on "load json" link.
Proof:
However, I'm just unable to verify if wasm get gzipped on-the-fly:
Sorry, something went wrong.
Oh, it is,
No branches or pull requests
As per
https://github.com/orgs/community/discussions/21655#discussioncomment-3234045
but his prepared demo site is gone.
Can someone try to make brotli / gzip pre-compressed wasm works in Gitlab Pages please?
The text was updated successfully, but these errors were encountered: