I am using Spring Eclipse, STS version 3.6.0, which is based on Eclipse Kepler SR2 (4.3.2). Eclipse's performance is usually very good, and if I save a Java file, it is instant. However, when I try to save a JavaScript file, it can take up to 3 seconds and the entire IDE will be frozen during the process, which is very annoying and actually affects performance. I did some digging and apparently there are validators and ones that cause a slowdown, so I tried to disable them, but that doesn't make any difference.
The problem also arises with the CSS and HTML file types, so I am sure it is specifically with the web development plugins. Can anyone suggest a way to fix this? I am ready to disable features to improve save time, if necessary.
Note. I am using the STS stock version - no additional plugins.
source share