Hello List:
I want to serve my assets (images, stylesheets, and JavaScript
libraries) from another domain name to enhance the performance of my
site. This is one of the recommended practices for enhanced speed from
YSlow and Google's new Page Speed.
For example the configuration
@Inject
@Path("context:images/banner.gif")
private Asset banner;
should result in a path like
http(s)://images.example.org/images/banner.gif where my applications
main domain name is www.example.org.
How can I achive this? Where should I start looking to implement this
feature?
Regards, Kai
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org