Slow website on WeWeb even with basic database requests

Hello, I’m experiencing slow page loading on my WeWeb website. My site retrieves data directly from the database, and some pages make requests to display this information. However, these requests are simple and don’t require much processing. Additionally, I try to minimize the use of variables on the page, fetching data directly from the database whenever needed.

Below is the page with the highest data load. These are all data loading workflows, and I need all the loading processes to run simultaneously.

Below is a screenshot of the heaviest query I run on the database and how it is structured.


Has anyone faced a similar issue? Are there any WeWeb settings that could be affecting performance? Any recommendations on optimizing how data is fetched and displayed?What would be the best way to optimize my page?

I appreciate any help!

1 Like

I think you should use a backend to handle the fetching of the data, not only for security, which might not be the concern, but mostly for the speed increase.

2 Likes