Closed
Description
Keith Donald opened SPR-7140 and commented
As a user, I would like static resources of text/* mime-types compressed by default. All text resources should be gzipped. JavaScript and CSS files should be minified before they are gzipped. There should be the option to disable runtime compression, since you don't want this on in development mode and it's possible some environments will compress as part of their build process.
Implementation option #1:
- Compress each time a resource is requested.
Implementation option #2:
- Compress the first time a resource is requested. After that, add the compressed version to a disk-level cache. Future requests for the resource are served from the cache.
Affects: 3.0.2
This issue is a sub-task of #11776
Issue Links:
- gzip compression in DispatcherServlet [SPR-11714] #16336 gzip compression in DispatcherServlet
2 votes, 1 watchers