Hello,
I’m experiencing performance issues on my Builder.io pages, with Core Web Vitals scores significantly lower than my non-Builder pages, where I consistently get 90+ and green scores.
I suspect the issue is related to the many custom components I use on my Builder pages. Currently, I’m loading these components using defineAsyncComponent to improve performance, but I feel this approach might still be causing delays or unnecessary overhead.
Is there a recommended way to optimize these components further? For instance:
Can components be loaded more selectively, only when they are needed for rendering?
Are there other techniques or best practices specific to Builder.io and Vue for improving page performance while using custom components?
Any advice or insights would be greatly appreciated. Thank you!