Can I use UIPerformance grails plugin and host my static resources in another domain?
Posted
by fabien7474
on Stack Overflow
See other posts from Stack Overflow
or by fabien7474
Published on 2010-05-01T09:42:43Z
Indexed on
2010/05/01
9:47 UTC
Read the original article
Hit count: 330
The UIPerfomance plugin is an easy way to speed up your web pages by applying some of the best practices rules from Yahoo performance team (like minifying, setting a far-future expires header, versioned images...)
Unfortunately I didn't find a way to store the static resources in a location outside of the webapplication which has his own advantages ( smaller WAR sizes, better optimize cookieless server, static resources served faster by a highly optimized native httpd, no need to redeploy WAR when updating static resources..).
So my question is:
is it possible to use this great plugin with static resoures stored outside the web application? And if yes, how?
© Stack Overflow or respective owner