After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 518305 - interface: main toolbar in browser mode slows down startup
interface: main toolbar in browser mode slows down startup
Status: RESOLVED OBSOLETE
Product: nautilus
Classification: Core
Component: Main Toolbar
2.28.x
Other Linux
: Normal major
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-23 21:12 UTC by Jakub 'Livio' Rusinek
Modified: 2011-02-25 15:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Jakub 'Livio' Rusinek 2008-02-23 21:12:50 UTC
when nautilus is in standard mode, opens quickly.

when in browser mode WITH main toolbar, opens very slow.
when in browser mode WITHOUT main toolbar, opens almost fast as in standard mode.

this is the worst thing in nautilus...
Comment 1 Allan Day 2010-07-10 12:44:00 UTC
I also observe this. Can we get some hard numbers on this?
Comment 2 Marcus Carlson 2010-07-10 23:40:45 UTC
Some numbers from nautilus_navigation_window_init()

11.07.2010 01:34:43.4 - nautilus_navigation_window_init
11.07.2010 01:34:43.5 - nautilus_navigation_window_pane_new
11.07.2010 01:34:43.5 - nautilus_navigation_window_pane_new - done
11.07.2010 01:34:43.5 - show content paned - done
11.07.2010 01:34:43.5 - nautilus_navigation_window_pane_setup
11.07.2010 01:34:43.25 - nautilus_navigation_window_pane_setup - done
11.07.2010 01:34:43.30 - nautilus_window_set_active_pane
11.07.2010 01:34:43.34 - nautilus_window_set_active_pane - done
11.07.2010 01:34:43.34 - nautilus_navigation_window_initialize_actions
11.07.2010 01:34:43.35 - nautilus_navigation_window_initialize_actions - done
11.07.2010 01:34:43.35 - nautilus_navigation_window_initialize_menus
11.07.2010 01:34:43.36 - nautilus_navigation_window_initialize_menus - done
11.07.2010 01:34:43.36 - nautilus_window_get_ui_manager
11.07.2010 01:34:43.46 - nautilus_window_get_ui_manager - done
11.07.2010 01:34:43.47 - nautilus_navigation_window_initialize_toolbars
11.07.2010 01:34:43.47 - nautilus_navigation_window_initialize_toolbars - done
11.07.2010 01:34:43.47 - eel_preferences_add_callback_while_alive * 2
11.07.2010 01:34:43.47 - nautilus_navigation_window_init - done

Not sure if it's any help though...
Comment 3 Cosimo Cecchi 2011-02-25 15:13:53 UTC
I don't think this is a problem anymore.
If it is, please come back with hard profiling numbers, thanks :)