Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language Server / Preparation is too slow #406

Closed
eliasbalasis opened this issue May 20, 2023 · 3 comments
Closed

Language Server / Preparation is too slow #406

eliasbalasis opened this issue May 20, 2023 · 3 comments
Assignees

Comments

@eliasbalasis
Copy link

eliasbalasis commented May 20, 2023

On Eclipse IDE 2023-03 with M2E 2.3.0 (from snapshots - https://download.eclipse.org/technology/m2e/snapshots/latest/) and WWD 1.1.0 (https://download.eclipse.org/wildwebdeveloper/releases/1.1.0/)

it takes about 7 minutes before Language Server starts responding to hover and ctrl+click actions.

The following is displayed in "Error Log" view while the Language Server is preparing:
Could not get hover information due to timeout after 1000 miliseconds
Could not get hover region due to timeout after 1000 miliseconds

Historically, there was a significant delay (about 1 minute) but 7 minutes is unbearable.

To make things worse, closing the last Maven POM editor terminates the Language Server.
Given that the historically integrated editors do not exist anymore, I am tempted to say that the Maven POM editor experience and productivity are now sacrificed entirely,

This is unbearable.
Can we please do something about it?

@eliasbalasis
Copy link
Author

I have made a significant discovery.

When Preferences => XML (Wild Web Developer) => Validation & Resolution => Enable Validation is turned off
the Maven POM editor responds almost instantly.

When Preferences => XML (Wild Web Developer) => Validation & Resolution => Enable Validation is turned on
the Maven POM editor takes 7 about minutes before starting to respond.

I admint that I have experienced various unexpected behaviours in the past with "Wild Web Developer" components and I have been consistently turning them off.

This is perhaps a "Wild Web Developer" issue after all.

@eliasbalasis
Copy link
Author

It seems this has been fixed in Eclipse Plugin "org.eclipse.wildwebdeveloper.xml" 1.2.0.202306201632

@vrubezhny
Copy link
Contributor

@eliasbalasis Thaks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants