Lazyloading builder blocks to avoid large DOM size

*Please fill out as many of the following questions as possible so we can help you promptly! If you don’t know how to answer or it does not apply, feel free to remove it or leave it

What are you trying to accomplish
I want to lazy load builder blocks to reduce the DOM size

Code stack you are integrating Builder with
e.g. NextJS, react, Shopify

Hi @Apurva,

For lazy-loading builder blocks, you can refer to our forum post at Lazy loading Builder components

We recently released Partytown in beta, a lazy-loaded library that helps relocate resource-intensive scripts into a web worker, and off of the main thread. Its goal is to help speed up sites by dedicating the main thread to your code and offloading third-party scripts to a web worker.

Introducing Partytown :tada:: Run Third-Party Scripts From a Web Worker & How partytown works