-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Theia lags and or becomes unresponsive. #3178
Comments
I've tried to reproduce this behavior with your repository, but was able to open the project in a Theia workspace almost instantly 🤔 Looking at our monitoring, it doesn't look like we had degraded performance today, but maybe you had the bad luck to open during some random spikes? Is this behavior still happening? |
It is still happening. Maybe it has to do with my specific workspace? |
@apolopena Does it happen if you don't use browser preview but open a new window for preview? |
@akosyakov Yes indeed the project is being served. I can access it from an external browser window while Theia is frozen. I always had a bug in the starter project my project is built from where restarting the workspace would give me this error:
I am pretty sure the cause of the bug is from trying to start the preview browser when it is already running. I had the preview browser running from a
I guess I need to sniff for the preview browser process running and then conditionally run the preview/refresh routine. I can look into it more later but right now I just swapped over to VSCode IDE in the beta preview so I can continue to work. Pretty much all of these issues stem from me trying to circumvent the issue where quite often when the preview browser opens naturally via |
UPDATE: UPDATE 2: |
It stopped happening however there is still seems to be wierdness around calling |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Describe the bug
Every attempt to load my project with the Theia editor results in a either a hung page or a 5 minute wait. The vscode editor does not do this.
Steps to reproduce
Start a project with the theia editor, notice spinners in the file tree where folders are open and the extra long wait time.
Expected behavior
Thiea should not hang or take 5 minutes to load when vscode works as expected,
Additional information
If you the Beta feature: vscode as the editor, then there is no lag or hung page.
See the spinners in the file tree in the image below. They spin for up to 5 minutes before I can interact with the page.
Example repository
https://github.com/apolopena/q-and-a-challenge/tree/development
The text was updated successfully, but these errors were encountered: