-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
unnecessarily high CPU acceleration due to third party dependency #175
Comments
For the last month or so I've been experiencing sluggish performance with Obsidian. I finally narrowed it down to this plugin. Unlike @GottZ, I don't know what or how to fix it, but any number of plugins can be enabled with seemingly no performance hit to Obsidian. Once this plugin is enabled, however, all hell breaks loose. It can get so bad I can type a whole sentence into a note before it appears on screen. |
cc @ITMighty |
Gott-Sent! Z. |
@cumany please take a look |
Just installed obsidian and gave this a try. Love the features that it offers, but it immediately became very sluggish and unusable with it. Could this be fixed, please? Temporary resolutions for the lazy (like me):
|
Describe the bug
unnecessary cpu acceleration through a third-party plugin
To Reproduce
Steps to reproduce the behavior:
Expected behavior
0% cpu usage
Screenshots
Obsidian without obsidian-editing-toolbar:
Obsidian with obsidian-editing-toolbar:
burn-down of performance metrics:
cause, as identified by metrics:
Desktop (please complete the following information):
Additional context
I could pin down the issue to this code:
https://github.com/simonwep/pickr/blob/39b4d82068578c306714570a24cb0ab470ffb154/src/js/pickr.js#L147-L173
there once was a related pull request:
simonwep/pickr#233
please try to use this library in a way, where it doesn't cause a infinite loop.
The text was updated successfully, but these errors were encountered: