Endless description saving on slow internet #1911

Closed
opened 2022-03-29 14:54:33 +00:00 by andreymal · 5 comments
Contributor
  1. Enable throttling in the developer tools (e.g. "Slow 3G")
  2. Edit a task description
  3. Wait about one second
  4. Edit it again
  5. Observe that the task is saving again and again

UPD: probably related to #884 (or maybe even a duplicate?)

1. Enable throttling in the developer tools (e.g. "Slow 3G") 2. Edit a task description 3. Wait about one second 4. Edit it again 5. Observe that the task is saving again and again UPD: probably related to #884 (or maybe even a duplicate?)
konrad added the
kind/bug
label 2022-03-30 16:25:50 +00:00
Owner

I can reproduce this, wondering how to solve this? I see a few options:

  • Disable auto save completely or make it configurable
  • Increase the idle-timeout so that it wont save so often and the chance is high the user already finished typing when the request starts
  • Prevent all input while saving (worst fix ux-wise, but would solve the overriding-in-a-loop problem)

What do you think?

I can reproduce this, wondering how to solve this? I see a few options: * Disable auto save completely or make it configurable * Increase the idle-timeout so that it wont save so often and the chance is high the user already finished typing when the request starts * Prevent all input while saving (worst fix ux-wise, but would solve the overriding-in-a-loop problem) What do you think?
Owner
Related to https://kolaente.dev/vikunja/frontend/issues/884
Member

We should reduce the frequency how often it's saved :)

We should reduce the frequency how often it's saved :)

Let us add a configuration flag to enable-disable auto-saving for now? That'll give us at temporary relief.

Let us add a configuration flag to enable-disable auto-saving for now? That'll give us at temporary relief.
Owner

Closing in Favor of #884

Closing in Favor of #884
Sign in to join this conversation.
No Milestone
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1911
No description provided.