I'm facing a serious issue with page rendering using the multipage feature.
My pages are taking around 7 seconds on a white screen before they start rendering the components, which is making my system extremely slow and difficult to use.
This rendering delay was already happening before migrating to multipages, and I actually thought that the migration would solve this issue, but it didn’t.
The total loading time for the screen to fully render all components is around 13 seconds, with about 7 seconds, on average, showing this white screen.
We’ve tested on several machines, only a few performed slightly better, and we’ve also tried multiple browsers, but the rendering issue persists everywhere.
Is there any solution for this slowness?
Maybe some pre-rendering configuration that I might be setting incorrectly?
Are you able to share what queries are running on page load? As Miguel pointed out we should be able to look at the performance tab to see what bottlenecks the page is hitting on load that is slowing things down so we can focus our attention on where we can optimize things.
@MicExpert I agree that would be super helpful. I just checked and it turns out I made a feature request for that I can add a +1 to that ticket for you as I think it would be very helpful.