Hey all! I've been recently building a small application with Filament and what I noticed is that on production on a VPS when I navigate using the sidebar (even navigating to the same page) a page refresh (or similar) occurs. Not only do the contents refresh (which would be understandable considering it has to load it), but also the sidebar, the generated user logo, the brand logo etc. Basically everything vanishes for a quarter of a second and then appears again. I notice this less in my local test env but it still sometimes occurs, just with less delay between vanishing and showing up. I will see if I can record a video with some test data, not sure about that yet.
But I think you get the idea, any ideas why this could be happening? I have a couple of custom pages with custom JS but the JS isn't loaded for the regular Filament pages which also experience the mentioned behaviour.