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 31959 - SE is opened too slow for the servlet (more than for 2 sec).
Summary: SE is opened too slow for the servlet (more than for 2 sec).
Status: RESOLVED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: All All
: P3 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2003-03-12 18:49 UTC by Jason Rush
Modified: 2004-01-16 18:16 UTC (History)
0 users

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 Jason Rush 2003-03-12 18:49:06 UTC
Description: 


Name: vgR10179			Date: 03/05/2003


NetBeans Version  =  Number:   030304 Date:     March 4 2003
JDK	 Version  = Java(TM) 2 Runtime Environment, Standard Edition (build 
1.4.1-b21)
		    Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)
Operating Systems = Windows/Linux RH/Solaris 5.9

Source Editor is opened too slow for the servlet (more than for 2 sec).

Create the 'Servlet'  immediately after S1S4J start (JSPs and Servlets/Servlet 
template).
Source Editor is opened too slow (more than for 2 sec) for all platforms:

Windows	NT  - 72700 ms (Pentium III, GenuineIntel, 500 MHz).
Linux	RH  - 6609 ms (Pentium III, Katmai, 500MHz).
Solaris	5.9 - 9858 ms (Sun-Blade-1000).
======================================================================

A comment.
Comment 1 Jason Rush 2003-03-12 18:54:40 UTC
Transferred from BugTraq #4827573.
Comment 2 _ rkubacki 2003-03-13 15:37:42 UTC
5824 ms between click on Finish in New from template wizard and editor
 painted for me (PIII/ 800MHz, Linux).

OK this is bad OTOH it is not normal use case - you should create web
module at the begining and then add servlet. If there is some web
module and servlet (or some Java class) the result is better again -
paints are done 3993 and  4454 ms after Finish wizard.

I suggest to decrease priority to P3.
Comment 3 _ rkubacki 2003-03-13 15:41:51 UTC
Next measurement is slightly better - pints in 3815 and  6247 ms.
Comment 4 _ rkubacki 2003-03-14 08:04:50 UTC
lowered priority (after discussion with Jason)
Comment 5 _ rkubacki 2004-01-16 18:16:44 UTC
Servlet opening is not worse than opening of common Java file. I will
close this bug and this needs to be tracked in editor module. See for
instance #37748