Open
Bug 1795154
Opened 3 years ago
Updated 2 years ago
Call speculativeConnect() only once for search engine
Categories
(Firefox for Android :: Browser Engine, task, P3)
Tracking
()
NEW
People
(Reporter: csadilek, Unassigned)
Details
From github: https://github.com/mozilla-mobile/android-components/issues/6154.
With the change in PR #6111 we will call
speculativeConnect()for the search URL whenever the user changes the text in the URL bar.This seems over-eager since those connect calls are all for the same host anyways.
Looking at Firefox code it seems like they do a speculative connect for the search URL and suggest URL once the toolbar gets focused. This seems a good place to do an early connect since we will need suggestions once the user starts typing and if the user performs a search we already have a connection too.
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Updated•3 years ago
|
Severity: -- → N/A
Type: defect → task
Updated•2 years ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•