julian jelfs
Member since May 13, 2010
- Profile: /members/6024-julian-jelfs.htm
- Comments: 4
Recent Blog Comments By julian jelfs
-
How Javascript Loading And Blocking Works By Default
Posted on May 14, 2010 at 3:30 AM
Quick update - setting UseLocalXHR to false did not seem to make any difference in my case :(... read more »
-
How Javascript Loading And Blocking Works By Default
Posted on May 13, 2010 at 11:52 AM
I don't doubt that a mechanism can be developed as you suggest. In fact in production, my application uses distant expiry headers so this really isn't an issue. What troubles me is that it appears not to be doing what it should. i.e. if a resource does not supply a cache control header and that re... read more »
-
How Javascript Loading And Blocking Works By Default
Posted on May 13, 2010 at 10:07 AM
OK thanks, I will try that. I was also seeing some other strange behaviour which was a bit more serious for me in that it seemed to be arbitrarily missing one or two scripts out when loading with an empty cache. This would manifest itself in various null symbol script errors as I tried to reference ... read more »
-
How Javascript Loading And Blocking Works By Default
Posted on May 13, 2010 at 3:55 AM
Hi all, I have just converted my application to use labjs and it seems to be working really well. However, once a script is loaded I do not subsequently see 304 requests for that script (using fiddler). It also seems to be the case that if I then edit a script, that change is not picked up i.e. it... read more »