You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.
We are experiencing slow render performance (2-3 sec) for graphs with default values:
Graph height The graph height in pixel, default: 280
Graph width The graph width in pixel, default : 640
Timerange The global time range for the graphs, default: 6h
We are fetching the graphs from localhost.
how can the the render time be improved?
Is it solely depending on grafana? or graphite?
(we activated render logging in graphite, takes usualle 0,00x seconds for graphite to render - so much overhead lost on the way?)
Thanks!
The text was updated successfully, but these errors were encountered:
Rendertime depends on Grafana, the amount of data that is queried. For my test systems it takes only about 2 to 4 seconds with InfluxDB (running on same host on a intel celeron). With Graphite on a other host (but still on same celeron) it takes also only about 2 to 4 seconds (only tested with ping4 service). Which php version you use? My test enviroment runs with php 7.1.x
See my screenshot with the timestamps before and after rendering the graphs
yeah, that is what we see on our side. Comparing to good old pnp the rendering takes quite some time and results "hey everything is slow after migration" feeling ;)
Would it be possible to lazy-load the graphs via ajax or similar so that the rendering doesn't block the rendering of the page?
We also see a performance hit in displaying the host/service pages because the page waits for the graph to be rendered by grafana. +1 for lazy loading :)
We are experiencing slow render performance (2-3 sec) for graphs with default values:
We are fetching the graphs from localhost.
how can the the render time be improved?
Is it solely depending on grafana? or graphite?
(we activated render logging in graphite, takes usualle 0,00x seconds for graphite to render - so much overhead lost on the way?)
Thanks!
The text was updated successfully, but these errors were encountered: