RESOLVED FIXED 197234
REGRESSION(r243094): [GTK] Web views take much longer to construct
https://bugs.webkit.org/show_bug.cgi?id=197234
Summary REGRESSION(r243094): [GTK] Web views take much longer to construct
Michael Catanzaro
Reported 2019-04-24 08:38:08 PDT
Sometime since 2.24, the amount of time required to create a web view has shot up quite noticeably. Previously view creation was instantaneous, but now there's a very noticeable delay. We'd almost want to make it async if it's going to need to take this long. 2.24.1 is unaffected.
Attachments
Carlos Garcia Campos
Comment 1 2019-04-24 10:14:14 PDT
I haven't noticed anything. Could you start bisect?
Michael Catanzaro
Comment 2 2019-04-24 14:07:58 PDT
Hm, well actually I can't reproduce anymore. Strange. If I notice it again, I'll reopen and try to bisect.
Michael Catanzaro
Comment 3 2019-05-12 15:43:30 PDT
It's back. Bisecting....
Michael Catanzaro
Comment 4 2019-05-12 19:23:37 PDT
I'm still bisecting but it's looking like the problem commit is most likely going to be somewhere between r243094 (which introduced a crash on startup) and r243231 (which fixed it). That'll be a little annoying but I'll try to sort through it tomorrow.
Michael Catanzaro
Comment 5 2019-05-13 07:35:51 PDT
Regression is introduced by r243094. This is sort of expected I guess, because we don't have PSON enabled and aren't prewarming the processes as required. It will be very important to get PSON enabled and working.
Michael Catanzaro
Comment 6 2019-06-06 12:45:13 PDT
Hopefully this is fixed now that PSON is enabled. I'll check in Epiphany after 2.25.2 is released.
Michael Catanzaro
Comment 7 2019-06-23 10:56:35 PDT
(In reply to Michael Catanzaro from comment #6) > Hopefully this is fixed now that PSON is enabled. I'll check in Epiphany > after 2.25.2 is released. Fixed indeed, thanks Carlos!
Note You need to log in before you can comment on or make changes to this bug.