To improve performance, some data will be temporarily stored in the local storage of the browser and then permanently stored only every once in a while (maybe every 30 minutes). This is a safer approach than the previous temporary storage implementation, which caused some problems (#1676).
To improve performance, some data will be temporarily stored in the local storage of the browser and then permanently stored only every once in a while (maybe every 30 minutes). This is a safer approach than the previous temporary storage implementation, which caused some problems (#1676).
Should take care of #1418.