-
-
Notifications
You must be signed in to change notification settings - Fork 91
Support Content-Encoding
header (compression)
#74
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
Comments
This sounds great! Just make sure to check the |
I've added the HTTP compression option to the UI and the documentation (and renamed the option to Unfortunately, now that I am trying it out, I'm finding that it's unbearably slow. Even on my machine. Is there any way to speed this up? Otherwise I don't think we should ship this feature. Maybe once we are using Tauri and running a more native web server it'll perform better. |
Yeah it is really really slow, theres nothing we can do to speed it up. It's your choice whether we include this feature. |
I've removed the option from the UI and documentation, but it's still accessible by manually editing config.json. We can revisit this option later, but I'm closing this issue for now. |
Less data is transferred (send dependency will need to be removed first)
for gzip I have found this works
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding
The text was updated successfully, but these errors were encountered: