[Webkit-unassigned] [Bug 30032] Creation of a WebkitWebView widget is very slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 14:16:14 PDT 2009


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





--- Comment #3 from Philip Chimento <philip.chimento at gmail.com>  2009-10-05 14:16:14 PDT ---
Thanks for the tip, I didn't know about sysprof. It is nifty. I hope I
understood how to use it and interpret the output correctly. The output is
attached, look for the program [testbug]. It seems that the bottleneck is
enchant_broker_request_dict(), called in webkit_web_settings_set_property() in
webkitwebsettings.cpp.

The default value for the "spell-checking-languages" property is NULL, meaning
load the dictionary for GTK's default language, so at least one dictionary gets
loaded whenever you create a WebView. Would it work to avoid loading the
dictionary if the "enable-spell-checking" property is FALSE (as it is by
default)?

-- 
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