Anndy Dong
Anndy Dong

Reputation: 41

Angular load time is too long (too slow) on Safari (both Mac and iOS), much longer than Chrome (PC and Android)

Angular app loading is too slow on Safari, it takes much more time than it's on Chrome. Both on PC and mobile device. A same app, Chrome: 9.47s Safari: 27.78s

And on the Safari, there has some time no any action. How to increase its load performance on Safari? Appreciate any advice!

--Anndy

angular app load on Chrome angular app load on Safari

Upvotes: 1

Views: 1477

Answers (1)

Aakash Garg
Aakash Garg

Reputation: 10979

Your network speed is throttled in safari for some reason. Because each bundle is taking atleast 4 times the time to download that in chrome. It's not angular's performance issue. It might be some configuration in your safari.

One of the references i could find is :- Safari Web Inspector network throttling

Upvotes: 1

Related Questions