What is the best method to GZIP a JSF-Seam web app pages

前端 未结 8 1703
眼角桃花
眼角桃花 2020-12-06 03:33

I\'m developing an JSF web app on Tomcat, planning to use Seam in the near future, and I want to add compression of our web pages and resources (i.e. Javascript & CSS fi

8条回答
  •  情深已故
    2020-12-06 04:21

    How about adding an nginx front-end and letting it to do the compression (and caching)?

    http://wiki.nginx.org/Main

    In this case, belongs on serverfalut :)

提交回复
热议问题