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!