Re: KIconLoader Optimization Idea
"Maksim Orlovich" <[email protected]> Mon, 6 Jun 2005 13:02:34 -0400 (EDT)
| Newsgroups | gmane.comp.kde.devel.optimize |
|---|---|
| Message-ID | <[email protected]> |
> Hi, my name is Luke Sandell, and I am a student at Appalachian State > University looking for a project to do for Google's Summer of Coding. I > had > an idea for optimization but I wanted to run it by this group before I > decide. > > My idea deals with the never-ending saga of application startup times. > From > watching the debug messages while KDE apps are starting up, it seems that > a > significant amount of time is spent loading icons into memory Hi... The first thing you may want to know is that most icon-loading is done lazily. (See the QIconFactory use in kiconloader) The second thing you may want to know that quite a few developers have attempted icon-server type thingies before. Hopefully they can share their experiences with you. The third thing you may want to know is that debug output via kdDebug severely slows down app startup. Thanks for considering this issue, Maks.