I want to embed multiple panels to my ReactJS App. There are up to twenty panels among each other on the same side. Unfortunately this leads to immense performance problems because of the iframes. Every panel instance is loaded and rednered separately.
Is there any idea or method to optimize the performance?
I already enabled gzip in grafana.