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
Keen to get some thoughts from the server-side.
Is it possible to serve our static resources (especially text/css and text/javascript with Gzip compression?
text/css
text/javascript
We could see some really effective performance improvements on this front: https://www.webpagetest.org/performance_optimization.php?test=210310_Ai74_0b3ca30afa6828badd8994e5f6bc1e31&run=3#compress_text
Is that easier said than done? 😄
The text was updated successfully, but these errors were encountered:
ansible: Enable compression in nginx
56715ec
Fixes: #104 Signed-off-by: David Galloway <[email protected]>
Sorry, something went wrong.
b6e39c2
Confirm static CSS + JS assets being gzipped at develop.ceph.io. Thank you
application/json
mjs
djgalloway
No branches or pull requests
Keen to get some thoughts from the server-side.
Is it possible to serve our static resources (especially
text/css
andtext/javascript
with Gzip compression?We could see some really effective performance improvements on this front: https://www.webpagetest.org/performance_optimization.php?test=210310_Ai74_0b3ca30afa6828badd8994e5f6bc1e31&run=3#compress_text
Is that easier said than done? 😄
The text was updated successfully, but these errors were encountered: