Hello, I recently completed a project in Angular 5.2.6 designed for speed testing. Overall, everything is running smoothly except for two specific issues.
- When testing the project in Safari browser, I am receiving unexpected results for download speeds - numbers like 540, 430, 456, and 435 Mbps. However, when tested in Chrome and Mozilla, the speeds are consistent at around 50, 45, 56, and 60 Mbps respectively.
- The vendor file for the project is quite heavy, causing longer load times than desired.
Upon checking the console, I noticed that the response time in Chrome/Mozilla averages between 6-8 seconds, while Safari responds much quicker at .6 to .8 seconds. Here is the link to my application. Any assistance in resolving these issues would be greatly appreciated.