Bug 12213
Summary: | Unicode-heavy page opens extremely slowly | ||
---|---|---|---|
Product: | WebKit | Reporter: | Petter Sjölund <ignalina> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, mitz |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.lingfil.uu.se/afro/semitiska/qumran/HebrArab.html |
Petter Sjölund
This page seems to cause an eternal spinning beachball in the latest Webkit as well as the release version of Safari. Works in Firefox.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Eventually, the page finishes loading, but it does take an inordinate amount of time.
jam
I just tested this with a nightly r23758 on 10.4.10. It loaded as fast as my cable could download it.
I also tested it in Safari 3.0.2 and it hung twice for 28 seconds each while rendering. If I read this Spin Control report right it was spending a lot of time in WebCore::InlineBox::nextOnLineExists and WebCore::InlineFlowBox::determineSpacingForFlowBoxes
mitz
Probably fixed by <http://trac.webkit.org/projects/webkit/changeset/20998> and other Hyatt optimization around that time.
Alexey Proskuryakov
I also cannot reproduce anymore, marking fixed.