RESOLVED FIXED 245497
Slow page load on interspeech2022.org/program
https://bugs.webkit.org/show_bug.cgi?id=245497
Summary Slow page load on interspeech2022.org/program
zalan
Reported 2022-09-21 12:09:26 PDT
Attachments
Patch (1.72 KB, patch)
2022-09-21 12:13 PDT, zalan
no flags
Patch (1.72 KB, patch)
2022-09-21 13:26 PDT, zalan
no flags
zalan
Comment 1 2022-09-21 12:13:33 PDT
Antti Koivisto
Comment 2 2022-09-21 12:26:53 PDT
Comment on attachment 462513 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=462513&action=review > Source/WebCore/layout/formattingContexts/inline/InlineItemsBuilder.cpp:465 > + if (inlineTextBox.style() != inlineTextBox.firstLineStyle() && inlineTextBox.style().fontCascade() != inlineTextBox.firstLineStyle().fontCascade()) For a faster test you can do pointer comparison &inlineTextBox.style() != &inlineTextBox.firstLineStyle()
zalan
Comment 3 2022-09-21 13:26:12 PDT
EWS
Comment 4 2022-09-21 21:27:57 PDT
Committed 254748@main (fc862888d83a): <https://commits.webkit.org/254748@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 462516 [details].
Note You need to log in before you can comment on or make changes to this bug.