[Gtk-sharp-list] Increesing glade-sharp speed

Miguel de Icaza miguel@ximian.com
16 Oct 2003 15:16:45 -0400


Hello,

> Well, I have a question. I created my interface with Glade and Im
> loading it in my app (using it as a resource), however Im testing the
> speed and time that the application takes to start (it takes 6 seconds).
> So..
> 
> 1. One reason that my application is taking 6 seconds (for me its too
> much) could be the use of a complete Glade Intercae?

That is highly unusual.  If you have various dialogs, you could try
splitting it up in various glade files.

It would be useful also to study the output of:

	mono --profile app.exe

> 2. And as question 1, it depends of how big is my file.glade? or doesn't
> matters.

It shouldnt really.