Defer url classification action until socket thread
Categories
(Core :: Networking, enhancement, P2)
Tracking
()
People
(Reporter: edgul, Assigned: jesup, NeedInfo)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(14 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
Placeholder
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
| Assignee | ||
Comment 4•1 year ago
|
||
| Assignee | ||
Comment 5•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Comment 6•1 year ago
|
||
| Assignee | ||
Comment 7•1 year ago
|
||
| Assignee | ||
Comment 8•1 year ago
|
||
Comment 9•1 year ago
|
||
This patch is showing possible improvements of ~50ms on two devices in the Fenix newssite applink tests
https://perf.compare/compare-results?baseRev=7a9453665580261402920c820181ce981133f573&newRev=278b12a45e704df43cd988cdc72738bc7351e0d6&baseRepo=try&newRepo=try&framework=15
Note: we will have to re-test as a handful of the results are not valid due to bug 1979663
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 10•1 year ago
|
||
While this approach improves performance (specifically applink startup), Randell discovered significant technical complexity around cookies and other areas.
He proposed that a simpler solution may deliver most of the results: cache the results of url classification so that we only pay the price for the first url, captured in bug 1984478
| Assignee | ||
Comment 11•4 months ago
|
||
Updated•4 months ago
|
| Assignee | ||
Comment 12•4 months ago
|
||
| Assignee | ||
Comment 13•4 months ago
|
||
| Assignee | ||
Comment 14•4 months ago
|
||
| Assignee | ||
Comment 15•4 months ago
|
||
| Assignee | ||
Comment 16•4 months ago
|
||
Comment 17•1 month ago
|
||
The following patch is waiting for review from an inactive reviewer:
| ID | Title | Author | Reviewer Status |
|---|---|---|---|
| D299564 | Bug 1933562: cache full classification results and replay match hits on main thread r=#necko-reviewers!,timhuang! | jesup | timhuang: Back Jul 23, 2026 |
:jesup, could you please find another reviewer?
For more information, please visit BugBot documentation.
Description
•