minified JS causing ie 11 memory to grow by 1MB on page refresh

288 views Asked by At

I have an application.js file that has my minified javascript. on IE11, every time I refresh my page I see 1MB heap growth until it crashes the app eventually. If I don't minify my javascript then everything is fine and the heap size stays at 250k. I tried using ufligy2JS, google-closure and UI Compressor and this behavior is consistent across all minifying tools.

Any ideas on why my heap is growing only when my js is minified?

0

There are 0 answers