ZooZ
ZooZ

Reputation: 971

AngularJs very slow on IE

We faced a very huge performance degradation on IE browser while building a large scale web application using AngularJs! The application works flawlessly smooth on Chrome and FireFox, but very very slow and unacceptable user experience on Internet Explorer 11 !

I've searched many posts and couldn't find a clue on how to identify the problem. We have rolled back the latest IE patches, but the problem still persists.

Any help would be appreciated. Thanks.

Upvotes: 0

Views: 2999

Answers (2)

ZooZ
ZooZ

Reputation: 971

I found it! It was the Angular Material Design library causing all the slowness of the entire page. Once I removed it, the performance went back as before (very close to Chrome and FireFox).

Thanks #TehAbstraCt for your tip :)

Upvotes: 3

tehabstract
tehabstract

Reputation: 549

Try dissolving ur app into components, remove a few modules, see with what it works good with what it doesn't, there are many things IE sucks at, for my angularjs app it was the css, start with that.

Upvotes: 1

Related Questions