- From: Elliott Sprehn <notifications@github.com>
- Date: Mon, 24 Jun 2024 16:17:56 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 24 June 2024 23:18:00 UTC
In general we didn't optimize for appending numbers of elements that large because the overhead of creating the elements, computing the style, layout and paint ends up being so far outside what's reasonable for a frame duration on the main thread. To have reasonable web perf metrics you'd need to chunk the append way before the stack overflow. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/478#issuecomment-2187588139 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/478/2187588139@github.com>
Received on Monday, 24 June 2024 23:18:00 UTC