[Webkit-unassigned] [Bug 251336] Very slow to load and scroll the CNN or Globe and Mail websites

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 30 05:54:14 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251336

Michael Catanzaro <mcatanzaro at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at gnome.org
           See Also|                            |https://bugs.webkit.org/sho
                   |                            |w_bug.cgi?id=247748

--- Comment #2 from Michael Catanzaro <mcatanzaro at gnome.org> ---
(In reply to Jeff Fortin from comment #1)
> Another test case website exhibiting similar performance problems in
> Epiphany is https://www.cnn.com ; it also takes about 15-20 seconds to load
> in Epiphany TP, whereas it takes 1 to 3 seconds in Firefox, both using
> private browsing windows.

Smells like bug #247748.

It looks like the web process is pretty busy, but I don't see anything in particular that looks suspicious.

Secondarily: I notice the network process is spending an inordinate amount of time calling gnutls_x509_trust_list_add_system_trust(), which is supposed to be a one-time operation. That's weird. Well, it's a one-time operation per GTlsDatabase, but each GTlsConnection should use the default GTlsDatabase. I see p11-kit is also working pretty hard. So that's surprising and certainly not good, but it should also be a one-time problem that happens only when you first start the browser.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230130/1601f896/attachment.htm>


More information about the webkit-unassigned mailing list