2 Replies Latest reply on Dec 8, 2009 2:40 AM by kapitanpetko

    seam and css&js caching

    deanhiller2000

      I am looking at the performance of a page and there is alot of requests for css and jss with responses of not modified.  In fact, this takes up more than half of the time to load the page according to firebug.  I am wondering if I just write a typical servlet filter above seam to add to the response header or if there is a seam resource servlet or something for css to set the expiration date so the browser does not make these requests at all until the css expires?  any ideas here? 


      thanks,
      Dean