You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: