Re: Snappy GUI response
Havoc Pennington <[email protected]>
| Newsgroups | gmane.comp.xfree86.forum |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 04, 2003 at 12:15:04AM +0100, Torgeir Veimo wrote: > Havoc Pennington wrote: > > > It's very important to focus on specific interactions, such as > > "opening the start menu" or "launching mozilla" or "resizing opaquely" > > rather than trying to talk about "overall snappiness" as well. > > Mozilla is the application which I find to be the slowest on my system, > even beating java application sometimes in slowness. > That's not what I mean by "specific interactions" - Mozilla has at least a couple million lines of code in it. ;-) Making it snappy probably involves changing 1% of those lines. Which lines? Something like "opening the File menu has a delay between the click and the menu appearing" is what I mean. That's something you could profile and figure out what the issue is. Havoc