You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing a new post using Gutenberg, the editor seems to be saving a revision each second, which causes a huge number of revisions to be stored for just one post. E.g: Yesterday I wrote a post of 700 words using Gutenberg, the editor created 225 revisions for that post alone.
This is huge, and causes the database usage to rise and could cause some bandwidth/storage issues on limited environments.
Steps to Reproduce (for bugs)
Go to the new post page.
Start writing some words, adding some images or modifying blocks continuously.
After a minute or two of continues writing and editing, check the revisions number.
Expected Behavior
Gutenberg should have created a way less number of revisions, instead of doing it almost every second.
Current Behavior
Gutenberg seems to create a revision each second, each revision includes a difference of the new words that you wrote before you stop for a split second while writing.
Also, Gutenberg seems to take a revision each new block is created/modified/deleted instantly.
Screenshots / Video
Todos
Tests
Documentation
The text was updated successfully, but these errors were encountered:
Issue Overview
When writing a new post using Gutenberg, the editor seems to be saving a revision each second, which causes a huge number of revisions to be stored for just one post. E.g: Yesterday I wrote a post of 700 words using Gutenberg, the editor created 225 revisions for that post alone.
This is huge, and causes the database usage to rise and could cause some bandwidth/storage issues on limited environments.
Steps to Reproduce (for bugs)
Expected Behavior
Gutenberg should have created a way less number of revisions, instead of doing it almost every second.
Current Behavior
Gutenberg seems to create a revision each second, each revision includes a difference of the new words that you wrote before you stop for a split second while writing.
Also, Gutenberg seems to take a revision each new block is created/modified/deleted instantly.
Screenshots / Video
Todos
The text was updated successfully, but these errors were encountered: