Skip to content

Render time of list of components increases in dev mode after each render #5174

@itsMapleLeaf

Description

@itsMapleLeaf

Vue.js version

2.2.2

Reproduction Link

https://jsfiddle.net/Kingdaro/1jpsbjz9/

Steps to reproduce

Toggle the list of elements on and off.

What is Expected?

Consistent speed between component list re-renders.

What is actually happening?

With "use component" unchecked: rendering is instantaneous.

With "use component" checked: rendering the components takes longer and longer each time the elements are rendered.

Tested in Firefox, Edge, Chrome and Opera. It seems to be most noticeable with Chrome and Opera.

This does not appear to happen in production mode, but cases like this during testing will mean eventually waiting full seconds for many components to render.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions