On 01/18/2013 02:42 PM, Dietrich Streifert wrote: > Thank you Thomas. > > I'm now having app.js (the loader) and app_<somechecksum>.js with the rest. > > So I would inhibit caching for index.html and app.js while > app_<somechecksum>.js is allowed to be cached, because, if necessary, > app.js (which is uncached) then loads a new app_<someotherchecksum>.js > if the name has changed. > > Right?
Basically yes. For a typical skeleton app index.html could also be cached (as the reference to app.js doesn't change). The only resource that has to be refreshed everytime is app.js itself. T. ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
