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
Rendering something of that complexity should be immediate
What do you see instead?
It takes about 12 seconds to render the code above. Twice as much if I add one more <div><span></span></div>
Additional information
The time it takes for the render function to complete increases exponentially with the amount of nodes.
From what I gathered it seems to get stuck in the findInsertBefore function
The text was updated successfully, but these errors were encountered:
What version of Hono are you using?
4.5.2
What runtime/platform is your app running on?
Bun
What steps can reproduce the bug?
What is the expected behavior?
Rendering something of that complexity should be immediate
What do you see instead?
It takes about 12 seconds to render the code above. Twice as much if I add one more
<div><span></span></div>
Additional information
The time it takes for the
render
function to complete increases exponentially with the amount of nodes.From what I gathered it seems to get stuck in the findInsertBefore function
The text was updated successfully, but these errors were encountered: