This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Description
Re-rendering the entire post content partial with each change to a post's content can be a very expensive operation, especially when there is a lot of content. This performance could be improved not only by increasing the refreshBuffer (see https://core.trac.wordpress.org/ticket/38954) but also we could use some new virtual DOM techniques to only update the DOM where it has changed.