I made my app using single page with many components so far it's all working fine with no delays but I am facing an issue with one of the components called "user profile" this component contains a column with several buttons, whenever I press on any of the buttons to change the component it takes around 5 seconds to load the other component, I even created a component called "test" which only contains text "hello world" with nothing else and the same delay is there, can someone kindly advise me on how to fix this or find the reason causing this delay?