- Wed Apr 08, 2015 2:14 pm
#13897
I have posted a patch here previously which allows compression of the static files with GZIP and serving them compressed.
Sprite, you have mentioned that the users not accepting GZIP should have some warning message. The 0001-Added-GZIP-compression-for-static-files.patch
patch adds these features to the current head.
When using large assets (js, css files) developers usually minify an uglify these files to save bandwidth. The 0001-Added-feature-for-compressing-the-assets-js-css-file.patch
integrates this feature using the yui-compressor to the build process. I would definietly not enable this feature because it is not a standard tool on Linux desktops, but if you add it to the head
it might could give some inspiration to other users who want to serve large files.
Let me know if you have any questions or concerns about these patches!
You do not have the required permissions to view the files attached to this post.