*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
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.