- This topic has 3 replies, 3 voices, and was last updated 20 years, 4 months ago by Scott Anderson.
-
AuthorPosts
-
Dave JohnsonMemberI opened an existing project and started the JSP editor. It took 10 seconds to start up. I tried opening a second JSP, it also took 10 seconds to start the editor, so the slow startup is not a one time thing. I am running MyEclipse on WinXP with 1GB RAM, 2.4Ghz processor, and 256MB RAM devoted to Eclipse (via -mx256m). My previous JSP editor (Solare) took less than a second to open the same files.
Dave JohnsonMemberI didn’t follow the bug report protocol, here is my env. info:
What operating system and version are you running?: WINXP
What Eclipse version and build id are you using? (Help > About Eclipse Platform): 2.1.1 (200306271545)
– Was Eclipse freshly installed for MyEclipse?: NO
– If not, was it upgraded to its current version using the update manager? YES
– Are any other external plugins installed?: Only Sysdeo’s Tomcat launcher and Solare JSP editor
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*: 7
What MyEclipse version are you using? (Help > About Eclipse Platform > Features): 2.6.3 ( 200310201200)
What JDK version are you using to run Eclipse? (java -version): 1.4.2-b28
What JDK version are you using to launch your application server?: N/A
What steps did you take that resulted in the issue? see initial post
What application server are you using? N/A
support-michaelKeymasterWe have been researching this issue and have some optimizations in place that we expect will shorten startup time. There is a huge difference between MyEclipse JSP Editor and Solar’s. Solar Eclipse only provides simple syntax coloring. Code completion incurs significant TLD and Java parsing overhead. I assure you we’ll get the strart up time in a very short time period but it will probably be in the 2-4 sec range.
Regards,
Michael
MyEclipse Support
Scott AndersonParticipantLoad times are now the same as for standar Java files due to optimizations.
-
AuthorPosts