I have about 10 javascript/css files which are included in my html pages, but it takes 1+ second to load each file on the development server. This is highly anoying. Why isn't my static_dir handler using Last-Modified/If-Modified-Since? - url: /js static_dir: js - url: /css static_dir: css
I've tried to set a expiration on the handlers as well as a default_expiration. These are the headers when I have expiration set: Server Development/1.0 Date Fri, 04 Sep 2009 10:41:13 GMT Content-Type application/x-javascript Expires Fri, 04 Sep 2009 11:41:13 GMT Cache-Control public, max-age=3600 Content-Length 100240 These are when expiration isn't set: Server Development/1.0 Date Fri, 04 Sep 2009 10:41:18 GMT Content-Type text/css Cache-Control no-cache Expires Fri, 01 Jan 1990 00:00:00 GMT Content-Length 100240 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---