Closed
Bug 270908
Opened 20 years ago
Closed 18 years ago
Slow "Calendar Event" window launching
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: eloli, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 When I double-click a day to open the "Calendar Event" window, it takes too much time. It takes 4 seconds on my dual Celeron 533 PC with Windows XP. This is the kind of thing where you want that window to launch *instantly*, even on older PCs. 4 seconds is too much. Even if it might take 2 seconds on newer PCs, it's still too slow. Reproducible: Always Steps to Reproduce: 1. 2. 3.
| Reporter | ||
Comment 1•20 years ago
|
||
Please note that the "Calendar Task" is equally slow loading.
Comment 2•20 years ago
|
||
A quick test with dump() showed that the delay is mostly in creating the window. It isn't before openDialog(), and not in the onLoad function. It is somewhere between
Confirmed on Sunbird 0.2 on Windows 2000 Pro. The Event Window takes slightly over 3 seconds on a 400 MHz Intel with the Anti-virus disabled. This is hardly workable. I agree with Eugenia that even 2 seconds is way too slow: it should be almost instantly, because it is the action that users do constantly. Are bug 262209 and bug 255561 related? Both are about the Event Window to launch quickly, but take over a minute to save events. I also saw that saving the event is slow as well, over 5 seconds, but nowhere close to a minute.
Comment 4•20 years ago
|
||
This is the main problem I have with Sunbird. I want to use it, but I have been spoiled by instant interaction, and even the second it takes to open in my relatively fast machine is too slow. Is it because each task is a complex XUL dialog that must be parsed? The thing is that the second time is just as slow, so I don't think that's it.
| Reporter | ||
Comment 5•20 years ago
|
||
So, is this going to be fixed any time soon?
Updated•19 years ago
|
QA Contact: gurganbl → sunbird
Comment 6•19 years ago
|
||
*** Bug 324581 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 7•19 years ago
|
||
It is slow to appear and consumes a lot of CPU (more than 50% on my PIII 800Mhz).
Comment 8•18 years ago
|
||
Reassigning all automatically assigned bugs from Mostafa to nobody@m.o Bugspam filter: TorontoMostafaMove
Assignee: mostafah → nobody
Comment 9•18 years ago
|
||
We've been kicking dialog perf's butt. As soon as we land the cached tz guessing it's almost instantaneous for me. If we really want, we can fix the dialog-caching bug too. This bug isn't going to lead anywhere useful though.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•