Replies: 1 comment 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I developed an Angular application with websocket interaction in a ESP8266 platform; I find very usefull the method to serve static files, but to optimize my application I use to gzip the content and serve as normal html,css,js files
Here an example
as you can see I save the 71% of space and data transfer
So a good enhancement could be to add a parameter to search for the static files with a .gz extension if it exists or fallback to the normal file name.
Beta Was this translation helpful? Give feedback.
All reactions