You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: