CentBrowser Forum
Cent browser is keep trying to download something - Printable Version

+- CentBrowser Forum (https://www.centbrowser.net/en)
+-- Forum: Product Related (https://www.centbrowser.net/en/forumdisplay.php?fid=1)
+--- Forum: Bugs & Suggestions (https://www.centbrowser.net/en/forumdisplay.php?fid=4)
+--- Thread: Cent browser is keep trying to download something (/showthread.php?tid=8700)



Cent browser is keep trying to download something - weareham - 09-04-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


RE: Cent browser is keep trying to download something - Admini - 09-04-2025

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


RE: Cent browser is keep trying to download something - QZMTCH - 09-04-2025

(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?


RE: Cent browser is keep trying to download something - Admini - 09-04-2025

(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.


RE: Cent browser is keep trying to download something - QZMTCH - 09-04-2025

(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?


RE: Cent browser is keep trying to download something - Admini - 09-05-2025

(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.