Published app crashing on link to... or taking 30 seconds to appear

Hello!
Loving weweb, but am worried i overcomplicated everything I built!

Basically when I try and navigate between my catalogue page and my product page, nothing happens, then about 30 seconds later the page appears, or it crashes.

Sometimes it works kinda fine (still slow, like 5 seconds). I haven’t set any page unload workflows. When I open the product page directly from the url it works fine. I’ve hacked around, using link to external website to get it to work, but anyone know what I am doing wrong. The editor version is also very slow, but nowhere near that slow.

Any help would be massively appreciated!

Hi @kieran :wave:

It sounds like you are trying to render too many elements on a page.

It could be because you build a super long page with many nested elements (not recommended in web development for UX and performance reasons), or because you have a collection with more than 100 items (same).

These videos might help:

Oh noooo! Ok thanks a lot - will have to stream line it all then