Hello, I put navigation in the module and use it like a header.
After modifying the navigation, the speed at which the page appears is very slow, so it is confirmed that it takes more than 10 seconds.
I checked the network tab in the chrome developer tool and found that the lookUpPageByUuid speed takes more than 6 seconds unlike before.
Does anyone have a similar phenomenon to me, what are the solutions?
Hi @nicky! I haven't seen this as an issue in the past. To echo @MiguelOrtiz, I'd recommend switching to a multipage app with a global header instead of using a module, which will likely be more performant.