Reputation: 41
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
Upvotes: 1
Views: 1477
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