[Webkit-unassigned] [Bug 42052] GTK WebKit open web page very slow
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 22 13:00:53 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=42052
Martin Robinson <mrobinson at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
CC| |mrobinson at webkit.org
Ever Confirmed|0 |1
--- Comment #2 from Martin Robinson <mrobinson at webkit.org> 2010-09-22 13:00:53 PST ---
After an initial glance at this, it looks like this is due to the implementation of FontCache::getFontDataForCharacters for the FreeType backend. It seems be checking if all FontConfig fallbacks contain the characters needed. This requires locking and unlocking each FreeType face for these fallback fonts. Really, we should probably be asking FontConfig directly if it has a good font for these characters.
Likely, once we fix this issue there will be other performance issues with CJK characters we need to tackle as well.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list