Compress components with gzip - Java EE

前端 未结 5 450
遇见更好的自我
遇见更好的自我 2021-01-21 18:39

I am looking to improve front-end performance of my application, so I used YSlow tool in Firefox. When I ran this tool for my app, in the YSlow grade tab it showed up a issue \'

5条回答
  •  执念已碎
    2021-01-21 18:56

    I recommend to use Granule Tag lib the http://code.google.com/p/granule/

    It gzip and combine javascripts wrapped by g:compress tag

    code sample is:

    
      
      
    
    ...
    
    

提交回复
热议问题