I'm using mod-pagespeed for optimization. I was wondering if something similar as a module could exist to minify files
Asked
Active
Viewed 280 times
0
-
Have a look at [this](http://stackoverflow.com/questions/2909389/server-side-auto-minify). But it's better to do these minifications offline as part of build process, so that you don't have to do it every time you serve that resource :) – Arkantos Mar 06 '15 at 19:23
1 Answers
0
ModPagespeed with its different filters can do work for you. Please have a look at https://developers.google.com/speed/pagespeed/module/filter-js-minify

Umair Hamid
- 3,509
- 3
- 23
- 25