# Need help, speed rendering of the page is really slow (VIDEO)

**URL:** https://community.weweb.io/t/need-help-speed-rendering-of-the-page-is-really-slow-video/6782
**Category:** How do I?
**Created:** [February 2, 2024, 11:25pm UTC](https://community.weweb.io/t/need-help-speed-rendering-of-the-page-is-really-slow-video/6782 "2024-02-02T23:25:55Z")
**Posts on this page:** 14
**Page:** 1

<div class="post-metadata">

### Author: ![rayanenocode](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/rayanenocode/32/13166_2.png) [@rayanenocode](https://community.weweb.io/u/rayanenocode)
#### Post date: [February 2, 2024, 11:25pm UTC](https://community.weweb.io/t/need-help-speed-rendering-of-the-page-is-really-slow-video/6782/1 "2024-02-02T23:25:55Z")

</div>

Hi everyone, I made a video that shows the loading speed of my app which is really slow I do not understand why even after optimizing everything possible. If anyone has a solution thank you…

Video :

---

<div class="post-metadata">

### Author: ![Broberto](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/broberto/32/5918_2.png) [@Broberto](https://community.weweb.io/u/Broberto)
#### Post date: [February 2, 2024, 11:43pm UTC](https://community.weweb.io/t/need-help-speed-rendering-of-the-page-is-really-slow-video/6782/2 "2024-02-02T23:43:47Z")

</div>

I don’t think it’s gonna be any faster, that’s how WeWeb works. I posted about this in [this thread](https://community.weweb.io/t/weweb-io-to-build-marketplaces/3106/18), and it’s why I wouldn’t do a marketplace of any sort on WeWeb. It just feels weird, especially with dynamic conditions. What you can do is prerender them with static collections, but you would have to republish your page each time for that. With preloading, it would be already served loaded though.

---

<div class="post-metadata">

### Author: ![rayanenocode](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/rayanenocode/32/13166_2.png) [@rayanenocode](https://community.weweb.io/u/rayanenocode)
#### Post date: [February 2, 2024, 11:51pm UTC](https://community.weweb.io/t/need-help-speed-rendering-of-the-page-is-really-slow-video/6782/3 "2024-02-02T23:51:29Z")

</div>

But in this case, how did they do it here? Everything is smooth and without latency

[https://www.streamplus.app/movies/discover/?genres=878](https://www.streamplus.app/movies/discover/?genres=878)

---

<div class="post-metadata">

### Author: ![Broberto](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/broberto/32/5918_2.png) [@Broberto](https://community.weweb.io/u/Broberto)
#### Post date: [February 3, 2024, 12:13am UTC](https://community.weweb.io/t/need-help-speed-rendering-of-the-page-is-really-slow-video/6782/4 "2024-02-03T00:13:52Z")

</div>

It’s the same thing, they just use a loader for better UX. [Your site](https://264dd126-550a-402f-8a25-0ea28e23bd75-staging.weweb-preview.io/detail_rent/) is running at similar speed. I wouldn’t really worry about this, as there is not much you can do, because WeWeb Apps are client-side rendered. You can just make it so there is nothing blocking the load, this way your page doesn’t block the fetching of the resources I guess.

---

<div class="post-metadata">

### Author: ![Broberto](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/broberto/32/5918_2.png) [@Broberto](https://community.weweb.io/u/Broberto)
#### Post date: [February 3, 2024, 12:19am UTC](https://community.weweb.io/t/need-help-speed-rendering-of-the-page-is-really-slow-video/6782/5 "2024-02-03T00:19:20Z")

</div>

I also think, that the case when your images are not even loaded, is a Xano issue, because it gives Internal Server Errors sometimes.

 ![Screenshot 2024-02-03 at 01.18.22](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/2X/1/1931bd440930d9e093d100d2833fea419e157421.jpeg)

---

<div class="post-metadata">

### Author: ![rayanenocode](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/rayanenocode/32/13166_2.png) [@rayanenocode](https://community.weweb.io/u/rayanenocode)
#### Post date: [February 3, 2024, 12:23am UTC](https://community.weweb.io/t/need-help-speed-rendering-of-the-page-is-really-slow-video/6782/6 "2024-02-03T00:23:07Z")

</div>

Okay, thanks Broberto my bro But it’s not just about the collections, even basic elements like the title, etc., like the static elements, well, it takes time to load, look at the video ☹

---

<div class="post-metadata">

### Author: ![rayanenocode](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/rayanenocode/32/13166_2.png) [@rayanenocode](https://community.weweb.io/u/rayanenocode)
#### Post date: [February 3, 2024, 12:24am UTC](https://community.weweb.io/t/need-help-speed-rendering-of-the-page-is-really-slow-video/6782/7 "2024-02-03T00:24:35Z")

</div>

Haha, no, don’t worry about that, it’s normal, I just had to fix something with the fetch collection

---

<div class="post-metadata">

### Author: ![Broberto](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/broberto/32/5918_2.png) [@Broberto](https://community.weweb.io/u/Broberto)
#### Post date: [February 3, 2024, 12:26am UTC](https://community.weweb.io/t/need-help-speed-rendering-of-the-page-is-really-slow-video/6782/8 "2024-02-03T00:26:10Z")

</div>

I think you might want to study on Server Side Rendering vs Client Side Rendering to understand why this is happening. It’s normal with Client Side stuff for the content to load like this, you can’t do much, unless you prerender the content and serve it prerendered, it will always load like this, unless you have some super fast everything and the load is so fast, that you just can’t see it, even if it still loads on the frontend.

---

<div class="post-metadata">

### Author: ![rayanenocode](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/rayanenocode/32/13166_2.png) [@rayanenocode](https://community.weweb.io/u/rayanenocode)
#### Post date: [February 3, 2024, 2:16am UTC](https://community.weweb.io/t/need-help-speed-rendering-of-the-page-is-really-slow-video/6782/11 "2024-02-03T02:16:01Z")

</div>

Okay, after spending the night learning about CSR and SSR, and after finding out that WeWeb uses client-side rendering, i think the team needs to implement SSR. I think it’s a crucial piece of the puzzle for user experience, especially on large projects like Airbnb-type marketplaces, etc. Because, unfortunately, even with prerendering available, it’s not as satisfying… Adding SSR would propel WeWeb far ahead of its competitors ^^ Feel free to upvote the request here haha: [https://feedback.weweb.io/](https://feedback.weweb.io/)

And if I’m wrong, don’t hesitate to tell me.

---

<div class="post-metadata">

### Author: ![rayanenocode](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/rayanenocode/32/13166_2.png) [@rayanenocode](https://community.weweb.io/u/rayanenocode)
#### Post date: [February 3, 2024, 4:45pm UTC](https://community.weweb.io/t/need-help-speed-rendering-of-the-page-is-really-slow-video/6782/12 "2024-02-03T16:45:58Z")

</div>

My bad, you can get around this by using skeleton loaders, which completely change the user interface and make it much cleaner. If you’d like a tutorial, don’t hesitate to let me know.

---

<div class="post-metadata">

### Author: ![jonadair](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/jonadair/32/3690_2.png) [@jonadair](https://community.weweb.io/u/jonadair)
#### Post date: [February 7, 2024, 11:59am UTC](https://community.weweb.io/t/need-help-speed-rendering-of-the-page-is-really-slow-video/6782/13 "2024-02-07T11:59:19Z")

</div>

Would love to see how you’ve done the skeleton loaders. Right now, I use a single loading graphic/spinner when waiting for dynamic collections to appear but would like to upgrade that at some point to skeletons to give a better experience and avoid the layout jumping.

---

<div class="post-metadata">

### Author: ![JacquesL](https://avatars.discourse-cdn.com/v4/letter/j/e274bd/32.png) [@JacquesL](https://community.weweb.io/u/JacquesL)
#### Post date: [February 7, 2024, 12:59pm UTC](https://community.weweb.io/t/need-help-speed-rendering-of-the-page-is-really-slow-video/6782/14 "2024-02-07T12:59:45Z")

</div>

Same for me !

---

<div class="post-metadata">

### Author: ![rayanenocode](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/rayanenocode/32/13166_2.png) [@rayanenocode](https://community.weweb.io/u/rayanenocode)
#### Post date: [February 7, 2024, 5:47pm UTC](https://community.weweb.io/t/need-help-speed-rendering-of-the-page-is-really-slow-video/6782/15 "2024-02-07T17:47:09Z")

</div>

Hey! no problem here it is

> [@TUTORIAL : How to optimize loading speed in WeWeb](https://community.weweb.io/t/tutorial-how-to-optimize-loading-speed-in-weweb/6894):
>
> This is just my experience. If you have any other recommendations, please let me know in the comments !sweat_smile[[Tutorial full] ](https://vimeo.com/910901309)

---

<div class="post-metadata">

### Author: ![rayanenocode](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/rayanenocode/32/13166_2.png) [@rayanenocode](https://community.weweb.io/u/rayanenocode)
#### Post date: [February 7, 2024, 5:47pm UTC](https://community.weweb.io/t/need-help-speed-rendering-of-the-page-is-really-slow-video/6782/16 "2024-02-07T17:47:18Z")

</div>

Hey! no problem here it is 🙂

> [@TUTORIAL : How to optimize loading speed in WeWeb](https://community.weweb.io/t/tutorial-how-to-optimize-loading-speed-in-weweb/6894):
>
> This is just my experience. If you have any other recommendations, please let me know in the comments !sweat_smile[[Tutorial full] ](https://vimeo.com/910901309)
