Issue with loading 4-5 kibana dashboards on the page using Iframe

Hi There. I am having an issue with the loading of kibana dashboards using an iframe on my application. I have 5 dashboards and it seems to be making multiple requests and multiple plugins for each dashboard to be shown. Is there a way we can optimize it and load it faster? Thank you for your help.

Hi @Srikanth_V ,

Well, I don't think so, you're creating 5 separate iframes, these are completely separate context for the browser. The only thing that will be shared is HTTP cache, cookies, local storage and so on.

Any reason you don't want to merge all required visualizations into a single dedicated dashboard instead?

But having said that I'm not completely sure what you mean by making multiple plugins.

Best,
Oleg

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.