I am having a performance issue whenever I change my Typescript files. Basically, a change in a single Typescript file seems to invalidate ALL cached Typescript files, and the page takes a long time to load. The Typescript is quite small for now, but I am loading a few large definition files.
I have attached two screenshots from Chrome developer tools showing that the initial page load and the Typescript compiles takes 10-15 seconds each to load. Subsequent cached loads without any changes are almost instant.
I have tried using both the IE and V8 Javascript engine, the differences between the two are small.
Any idea how this page load speed can be improved?
I have attached two screenshots from Chrome developer tools showing that the initial page load and the Typescript compiles takes 10-15 seconds each to load. Subsequent cached loads without any changes are almost instant.
I have tried using both the IE and V8 Javascript engine, the differences between the two are small.
Any idea how this page load speed can be improved?