-
Notifications
You must be signed in to change notification settings - Fork 58
Description
This is great plugin. However, when using on dashboard it is taking very very long time to load. When investigated, it looks like it is downloading 2.7MB js file (please refer the below screenshot). The total page size (including data) is 2.8 MB, out of which 2.7MB is just this js file.
The file in question is:
/natel-plotly-panel/lib/plotly.min.js?_cache=1548169124278
Is it possible to reduce the size of this? It looks like it is the Plotly standard js file, in which case, would strongly recommend using CDN link, instead of forcing the download from the grafana plugin folder (hosted by users, and mostly does not take advantage of CDN)
This slow loading is looking very very awkward for about 20+ seconds on our servers, while all the rest of the panels have loaded and data populated. In the below screenshot the panels in the red areas marked takes lot of time to load because of this heavy file size.

