-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
What would you like?
While debugging chrome crashes yesterday, I saw some interesting requests from Google...after a bit of googling, looks like Google runs Optimization Guide Prediction models when it is opened. This is the full list of optimization guide features.
We could (prob should?) disable these features by passing the following chrome argument on browser launch:
--disable-features=OptimizationGuideModelDownloading,OptimizationHintsFetching,OptimizationTargetPrediction,OptimizationHints
This might be one reason our windows resources suddenly tanked. There was a Chromium bug logged 20 days ago against Chrome 100 and a fix supposedly went out in 102, though someone mentioned they were on 102 and experience this issue as well.
With our Electron bump to 18.0.4 we bumped Chromium to 100.0.4896.75 and users have logged issues against electron performance issues. This might be related....
Need to confirm if it’s really downloading a 45mb file every time chrome launches and disable this if it is.
Other
Cypress 10.3.0