Hi, On Tue, 2004-05-11 at 13:30, Alexander Larsson wrote: > On Fri, 2004-05-07 at 17:08, Julien Olivier wrote: > > On Wed, 2004-05-05 at 22:11, Will Cohen wrote: > > And, from time to time, clicking on the main menu takes ages to display > > the menu (where ages really mean up to 10 seconds) > > I think the panel loads the menu "on-demand" to save memory, and once > its loaded its forgotten if not used for a while. Or something like > that. I haven't quite figured out whats going on here yet. There are a number of options: 1) We check and re-read the menu on click 2) The menu has been swapped out by that stage 3) Destroying the GTK+ menu takes a long time (this was a problem at one point with GTK+ 2.3.x, but that got fixed) It needs profiling. Cheers, Mark.