This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 60120 - PERF: Opening sun-ejb-jar.xml in editor is slow
Summary: PERF: Opening sun-ejb-jar.xml in editor is slow
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ pcw
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-06-16 10:34 UTC by L Martinek
Modified: 2007-08-27 19:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description L Martinek 2005-06-16 10:34:08 UTC
File should be opened in 1 second, with exception of first usage which is 2
seconds. First opening slightly exceeds it (from 1.7 to 2.1 sec.),
subsequent opening is within limit.

Measured values for build 200506131800:

Open ejb-jar.xml file
                 RHE Linux 3  Solaris 9     WinXP
1st usage            1715 ms    2176 ms   1828 ms
Subsequent usage      516 ms     885 ms    614 ms
  
Open ejb-jar.xml file with already opened editor
                 RHE Linux 3  Solaris 9     WinXP
1st usage             458 ms     750 ms    515 ms
Subsequent usage      427 ms     704 ms    397 ms
Comment 1 _ pcw 2005-10-18 17:12:52 UTC
Probably not going get this improvement in 5.0.  Migration to multiview
architecture in next version should though.
Comment 2 _ pcw 2007-08-27 19:52:35 UTC
Fixed by new design.