Bug 12922 - Slowness in GUI
Summary: Slowness in GUI
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 critical (vote)
Target Milestone: ---   Edit
Assignee: Kevin Haaland CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2002-04-05 19:17 EST by OTI Support CLA
Modified: 2002-05-27 11:19 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description OTI Support CLA 2002-04-05 19:17:47 EST
Request to improve the speed performance of the GUI
Comment 1 Nick Edgar CLA 2002-04-06 09:17:25 EST
Please provide more details.  Which aspects in particular?
Comment 2 OTI Support CLA 2002-04-08 13:47:03 EDT
Here a few examples of areas that could us improvement:

Example 1                                                                  
 Start WSAD, go to Preference --> Plug-in Development.  It takes 6 secs        
 to show something on the right panel.                                        
 .                                                                             
 Example 2                                                                      
 Go to Preference --> Profiling --> Logging options.  It took 20 secs to       
 show something on the right panel.                                             
 .                                                                              
 Example 3                                                                      
 Try to switch view, it sometimes takes 5 seconds.                              
 .                                                                              
 Example 3 
speculation                                                                   
 if inactive for overnight --> 30 sec to switch view                       
 if inactive for ~2 hour --> 5 sec to switch view.                             
Comment 3 Nick Edgar CLA 2002-04-08 14:14:52 EDT
The Profile page is in WSAD, not Eclipse.
Please file a PR for Example 2 against WSAD.
Comment 4 Kevin Haaland CLA 2002-05-27 11:19:54 EDT
Example 1: 

There have been performance improvements in PDE. Further improvements are a 
post 2.0 request.

Example 2: 

Not part of eclipse

Example 3: 

The time to switch views is likely caused by plugin activation which is not a 
defect. We delay activation as long as we can. What the user will see is a 
delay the first time, subsequent times will be much faster.  Please enter a new 
defect report with steps.

Example 3: Speculation

This is a jre/OS behavior where pages are being swapped out and you pay the 
price to page the memory back in.