Posts: 19
Threads: 1
Joined: Jan 2025
Cent is keep sending a download request for "https://optimizationguide-pa.googleapis.com" and I dont know why
It wants me to download something, I tried re-install Cent but it keeps asking me for that
Posts: 6,325
Threads: 91
Joined: Oct 2014
Did your download tool intercept this download?
This is
Chromium behavior.
You can append the following command line to "Startup command line" to disable it:
--disable-features=OptimizationGuideModelDownloading,OptimizationHintsFetching,OptimizationTargetPrediction,OptimizationHints
Posts: 324
Threads: 6
Joined: Nov 2022
09-04-2025, 04:58 PM
(This post was last modified: 09-04-2025, 04:59 PM by QZMTCH.)
(09-04-2025, 04:18 PM)Admini Wrote: Did your download tool intercept this download?
This is Chromium behavior.
You can append the following command line to "Startup command line" to disable it:
--disable-features=OptimizationGuideModelDownloading,OptimizationHintsFetching,OptimizationTargetPrediction,OptimizationHints
What is this anyway, and why is it needed? and do these keys really disable these functions?
Posts: 6,325
Threads: 91
Joined: Oct 2014
(09-04-2025, 04:58 PM)QZMTCH Wrote: What is this anyway, and why is it needed? and do these keys really disable these functions?
It is said to be used to speed up web page loading and educe memory usage, but it may also be for general purpose, such as preparing for offline AI features in the future.
Posts: 324
Threads: 6
Joined: Nov 2022
09-04-2025, 06:55 PM
(This post was last modified: 09-04-2025, 06:55 PM by QZMTCH.)
(09-04-2025, 05:22 PM)Admini Wrote: It is said to be used to speed up web page loading and educe memory usage, but it may also be for general purpose, such as preparing for offline AI features in the future.
I see, and disabling them with flags does it turn off for sure?
Posts: 6,325
Threads: 91
Joined: Oct 2014
(09-04-2025, 06:55 PM)QZMTCH Wrote: I see, and disabling them with flags does it turn off for sure?
Yes, it will take effect.