We just updated our application from Angular 9 to Angular 10 last week and noticed that in our End User Monitoring data, we've seen a significant increase in all of our load times for our virtual pages (like a 5x increase on average from 3 seconds to...
After trying some different ways to resolve this, we appear to have found an EUM config setting that has resolved this issue for us. We added the following to the adrum config code in our Angular application:config.isZonePromise = true; After setting...
After doing some more research, I have found that our virtual pages are including time from when the last base page was loaded. So somehow each virtual page after that has the same start time, so each one gets progressively worse as it seems that som...