-
Notifications
You must be signed in to change notification settings - Fork 137
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
Performance slow on macOS #1398
Comments
Thanks @azplanlos reporting the bug, will look into it. |
I am using an Apple M2 Pro laptop, does not have these issues. One Clarification: Does the issue happen with Request Views only? Can you open evironment view - is it slow or good? |
Environment view is good, also "RunAll" view opens quickly as expected, also browsing the collection is fine. Seems to be request view only. |
Thanks for confirmation. I did notice that the Request view is slow sometimes, might be the Ace Editor library that I am using is not updated for Apple Silicon. Will investigate the issue further and get back to you asap. |
I will make couple of code changes for testing and file here for you to confirm which changes is fixing the issue. Will you be available for quick testing? |
Sure, just let me know |
Can you please test the below version and let me know if you noticed any difference?
|
Yes, this is much better now, thank you! |
Thats Good, Thanks for confirmation - do you notice any other performance issues? |
no, overall performance is very good now. |
Super, Thanks for confirmation. The change I made is that in the body JSON editor - the env variable highlighting is disabled. Which is causing the issue I guess. |
@azplanlos I have re-enabled JSON body editor highlighting, but made a few code optimization around this issue.
![]() Can you please test with the above with setting enabled and disabled, and let me know the performance difference. |
When you change setting value, please close request view and reopen |
just testet your new version and it works fine regardless of the highlight setting. |
Good Thanks, The changes I made to the code are working then. I will publish an update later today with these changes. |
This bug is fixed now and published to the marketplace, please update to https://github.com/rangav/thunder-client-support/releases/tag/v2.15.3 Please test and let me know your feedback. |
Describe the bug
Performance of Thunder Client plugin within Visual Studio Code is very slow on macOS when a workspace with multiple collections with many folders and requests is open. Opening a request window takes up to 45-60 seconds while the whole client is unresponsive and multiple messages are presented by Visual Studio Code to inform about this unresponsibilty asking if the user wants to wait ore close the window. Meanwhile the request body of the request is already shown but existing variables are not highlighted in the correct color which changes after the window gets responsive again.
To Reproduce
Open a request
Expected behavior
should open quickly
Platform:
Are you using the free version/paid version/trial:
paid version
The text was updated successfully, but these errors were encountered: