For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 7 replies, 2 voices, and was last updated 19 years, 5 months ago by
Riyad Kalla.
-
AuthorPosts
-
We have pretty decent size JSPs, not huge but good amount of stuff inside.
When I have these JSPs open in the IDE, everything slows to a crawl. It’s like MyEclipse is doing some constant validation or something on it. For example I will try to stop/start Tomcat, or run an ANT script and the entire IDE just stalls if some JSP is open. As soon as I click the X to close the JSP the system responds immediately and starts whatever I started with no problem.
Also just scrolling through these JSPs is extremely sluggish.
What is going on and how can I disable whatever feature is causing this?
BTW I am on Vista, brand new laptop.
March 15, 2007 at 3:52 pm #267467
Riyad KallaMemberCan you go to MyEclipse > INstallation Summary > Installation Details and post that information here for me?
Also please give me some vitals on the JSP page and the project:
* How many lines is the JSP?
* Taglibs? Scriptlets? A lot? A few?
* A lot of warnings or errors in the page?
* Is this a web project? Spring caps? JSF caps? etc.March 16, 2007 at 11:17 am #267524*** Date: Friday, March 16, 2007 12:13:23 PM EDT ** System properties: OS=windows vista OS version=6.0 Java version=1.5.0_11 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 5.1.1 GA Build id: 20070302-5.1.1-GA *** Eclipse details: Eclipse SDK Version: 3.2.1 Build id: M20060921-0945 Eclipse Platform Version: 3.2.1.r321_v20060921-b_XVA-INSQSyMtx Build id: M20060921-0945 Eclipse RCP Version: 3.2.1.r321_v20060801-2ekW2BxmcpPUOoq Build id: M20060921-0945 Eclipse Java Development Tools Version: 3.2.1.r321_v20060905-R4CM1Znkvre9wC- Build id: M20060921-0945 Eclipse Plug-in Development Environment Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG Build id: M20060921-0945 Eclipse Project SDK Version: 3.2.1.r321_v20060801-tQ1w49KnTArT0FZ Build id: M20060921-0945 Eclipse Graphical Editing Framework Version: 3.2.2.v20070208 Build id: 20070208-1315 Eclipse startup command=-os win32 -ws win32 -arch x86 -launcher C:\eclipse\eclipse.exe -name Eclipse -showsplash 600 -exitdata afc_64 -vm C:\Program Files\Java\jdk1.5.0_11\bin\javaw.exeOne particular JSP has 280 lines of code, pretty heavy use of JSLT tags but it has alot fo warnings.
Maybe I just need to shut off the real-time warning enginge? How would I do that?
March 16, 2007 at 3:42 pm #267537
Riyad KallaMemberBefore we shut anything off, it looks like you are using your own manual install of MyEclipse/Eclipse and not the all-in-one bundle. So something to make sure is that your command line args are optimzed, as shown here:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10087.htmlMarch 19, 2007 at 12:55 pm #267629Ok, does not look like that helped.
Please tell me how to shut off the warnings generated on JSP page.
Will this turn off all validation? I guess there’s some parts of that I will miss but the alternative is much worse. It slows my machine to a crawl. I tried it on my Windows XP machine too which despite older hardware runs Eclipse much faster and smoother than Vista.
March 19, 2007 at 1:32 pm #267634
Riyad KallaMemberYou can shut off the real-time checking under Window > Prefs > MYEclipse > Files & Editors > Common Editor Preferences > “Report problems as you type”, uncheck that and close/reopen all your editors.
March 19, 2007 at 2:29 pm #267641Thank you so much!
What a relief, it’s a HUGE difference now
March 20, 2007 at 9:57 am #267685
Riyad KallaMemberI’m glad it’s performing better now, the real-time analysis is expensive in terms of processing… I’ll make a note that we should profile it and look into it and see if we can improve it even more.
-
AuthorPosts

