I have an ASP.NET MVC application that loads a bunch of javascript files when it starts up. Every time I create a kendoWindow, I can see in Google Chrome where it reevaluates all the css and javascript files to see if they have changed. Of course, it always returns 304 responses. How do I disable this check each time a kendowWindow object is created and opened. I don't want all these files checked again because it slows things down. I can enable optimizations in the bundle but that doesn't help much.