vuejs / vue-vapor

Vue Vapor is a variant of Vue that offers rendering without the Virtual DOM.

Home Page:https://vapor-repl.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Benchmark is inaccurate

LittleSound opened this issue · comments

The benchmark timer ends at the wrong position, which is related to the use of requestIdleCallback, as it gets triggered at the wrong time.

image

It sometimes causes rendering to slow down.

image