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

Compress static resources #8

Open
ekuiter opened this issue Sep 18, 2018 · 0 comments
Open

Compress static resources #8

ekuiter opened this issue Sep 18, 2018 · 0 comments
Labels
enhancement New feature or request server
Milestone

Comments

@ekuiter
Copy link
Owner

ekuiter commented Sep 18, 2018

Right now, static resources (CSS, JavaScript) are served as-is in Jetty and Tomcat. Instead, they should be transferred with GZIP compression enabled.

(Actually, serving static resources from a "dynamic" servlet container is not that smart. It would be better to use a CDN/S3 bucket for this purpose because these are optimized on static content. But as the editor should work stand-alone and not depend on any online resources (and versioning), we will most likely keep this approach.)

@ekuiter ekuiter added enhancement New feature or request server labels Sep 18, 2018
@ekuiter ekuiter added this to the Long-term milestone Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server
Projects
None yet
Development

No branches or pull requests

1 participant