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

Experiment with using a virtual DOM framework (like React or Vue) to re-render partials in order to improve selective refresh performances #328

@westonruter

Description

@westonruter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions