-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Lags, probably during autosave #1164
Comments
|
Only handwriting, and ~ 25 pages (@QubaB Sorry, previously I mistakenly opened another note and the number of pages is now corrected, although I have not tested systematically whether this could happen for documents with fewer pages). Synchronize to the official server. |
I observe lag during autosave (created testing note with 10 pages of handwriting). I do not know if this can be avoided. I do not understand source code enough to see if saving is done in another thread (on background) or whole Saber runs in only one thread and then saving should produce lags. |
I think that lag is caused by creation of note thumbnail during each Save. When I turned off creation of thumbnails (in developer version), lagging was not almost noticable. I will try to create fix, which will implement that during autosave is not created thumbnail. |
It is done in background: #179 (comment) |
I guess that thumbernails should be produced when the notes are closed. Doing it during autosaves does not seem to be meaningful, indeed. |
I experienced a lot of lags too, with Appimage v0.21.4, even on short notes (3 pages, but with a few emoji images). |
This comment was marked as off-topic.
This comment was marked as off-topic.
I was also experiencing lags during autosave. I have disabled autosave and just make sure I save before I exit. Dramatically improved the usage of the app. |
Describe the bug
It seems that there are significant lags probably during autosave. A similar issue was solved months ago, and the current one appears only in very recent versions.
To reproduce
Expected behavior
No perceivable lag.
Saber version
v0.20.3
Device
Anything else?
No response
The text was updated successfully, but these errors were encountered: