mozilla is slow to show gtk window on first run
- From: Jacob Zachariah <jacob_z yahoo com>
- To: gtk-devel-list gnome org
- Subject: mozilla is slow to show gtk window on first run
- Date: Wed, 8 Feb 2006 16:47:07 -0800 (PST)
Hi, I'm running into a slow gtk window startup issue
while running a mozilla embedding example
(TestGtkEmbed).
version: mozilla-1.7.12, Gtk-1.2
target system: RedHat 7.3 Linux, 2.4-18 kernel.
When i run TestGtkEmbed on my target system for the
first time, it takes ~ 12 seconds for the window to
show. If I kill it & start again any number of times ,
the window shows up instantaneously.
It's only the first time after reboot, that the delay
occurs.
Debugging showed that it's two gtk_* calls
[gtk_type_new, gtk_widget_show] that are taking up the
time (~5s each).
---------------First run ----------------------------
[in TestGtkEmbed.cpp]
gtk_moz_embed_new ()
------
[in libgtkmozembed.so:gtkmozembed2.cpp]
gtk_type_new (5.2 s)
[in TestGtkEmbed.cpp]
gtk_widget_show(browser->topLevelWindow (4.9 s)
------------Second & following runs --------------
gtk_type_new (0.19)
gtk_widget_show(browser->topLevelWindow (0.53)
Has anyone seen behavior like this before & is there a
way to fix it so that there is no delay in the first
run?
Thanks
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]