Horrible performance in IE11

We are experiencing terrible performance in IE11. Sometimes Browser even crashes. But the biggest problem is performance. IE works many times slower than Chrome. Just to illustrate. I have this code:
var promise = Plotly.addTraces(div_chart, …);
promise.then(function () …

In IE the promise is not even getting resolved. How that can be? Please share any idea.

Thanks