I have been working on this angular site, where i send about a mb amount of data in a api call.
in Chrome and firefox, every thing works nice and fast. under a second. but in internet explore, it takes 18-20 seconds before getting the respons from the api, and takes about 30 seconds to render it out. I have been profiling to see if i could see something odd, and the only thing, that really look like is killing the site is the JS garbage collector in IE. Why I do not know,
If I log the time IE calls my api, and the timestamp the server send the response, it only takes a second. So what is it that IE can't handle? Anyone out there ever run into this before?