1

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

Anndy Dong
  • 41
  • 1
  • 5
  • becase your speed is throttled in safari, if you notice closely each file is taking more time to download in your safari as compared to chrome. – Aakash Garg Jun 01 '20 at 12:40

1 Answers1

1

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

Aakash Garg
  • 10,649
  • 2
  • 7
  • 25