Bug 1926314 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Andrew Creskey [:acreskey] from comment #2)
> Hi Dimi,
> I'm trying to evaluate the performance impact, if any, of Safebrowsing and URL Classification on Fenix startup.
> Can you confirm that what I've done this [this patch](https://hg.mozilla.org/try/rev/724bc93640642bdcb96be584edd56af1c3d2e5bd) is sufficient to disable safebrowsing. i.e. disable any work that could potentially be in the critical path of startup?

Hi Andrew,
The patch only disabled Phishing Protection, it doesn't disable anti-tracking related features.
I'd suggest setting the following preferences to empty:
https://searchfox.org/mozilla-central/search?q=updateURL&path=all.js&case=false&regexp=false
https://searchfox.org/mozilla-central/search?q=gethashURL&path=all.js&case=false&regexp=false
(In reply to Andrew Creskey [:acreskey] from comment #2)
> Hi Dimi,
> I'm trying to evaluate the performance impact, if any, of Safebrowsing and URL Classification on Fenix startup.
> Can you confirm that what I've done this [this patch](https://hg.mozilla.org/try/rev/724bc93640642bdcb96be584edd56af1c3d2e5bd) is sufficient to disable safebrowsing. i.e. disable any work that could potentially be in the critical path of startup?

Hi Andrew,
The patch only disables Phishing Protection, it doesn't disable anti-tracking related features.
I'd suggest setting the following preferences to empty:
https://searchfox.org/mozilla-central/search?q=updateURL&path=all.js&case=false&regexp=false
https://searchfox.org/mozilla-central/search?q=gethashURL&path=all.js&case=false&regexp=false

Back to Bug 1926314 Comment 3