BuilderIO / builder

Drag and drop headless CMS for React, Vue, Svelte, Qwik, and more
https://builder.io
MIT License
6.78k stars 840 forks source link

Page with data from builder are slow / crashing #3240

Open MaximeGratens opened 3 weeks ago

MaximeGratens commented 3 weeks ago

We are using remix js with the sdk 2.

Describe the bug Every page from our blog where we load data from builder and use a list to iterate on it are slow and are crashing. For example, our blog page : https://anchorless.io/blog, also the text on iterating is buging for any reason : image

The text is not the good one.

To Reproduce Steps to reproduce the behavior:

  1. Install sdk 2 with remix js
  2. Load date from builder with data from content or from builder ui
  3. Try to load the page like this one : https://anchorless.io/blog
  4. Wait 2 hours to maybe have the page

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

samijaber commented 2 weeks ago

@MaximeGratens Could you provide the content URL of the https://anchorless.io/blog page to help us debug the issue?

samijaber commented 2 weeks ago

@MaximeGratens Is your issue specific to using the "Repeat for each" feature? Or are you encountering slow render times in other scenarios too?

MaximeGratens commented 2 weeks ago

So there are 2 things

samijaber commented 2 weeks ago

Thank you for sharing, we are able to reproduce the problem. Will investigate and let you know.

MaximeGratens commented 2 weeks ago

💘

MaximeGratens commented 1 week ago

any news about this ?