2015-03-09 11:12:59 -05:00
|
|
|
---
|
2015-03-09 15:58:01 -05:00
|
|
|
page_title: Performance Tips
|
|
|
|
page_description: Grafana performance tips
|
|
|
|
page_keywords: grafana, performance, documentation
|
2015-03-09 11:12:59 -05:00
|
|
|
---
|
|
|
|
|
2015-03-09 15:58:01 -05:00
|
|
|
# Performance tips
|
|
|
|
|
|
|
|
## Graphite
|
2015-03-09 11:12:59 -05:00
|
|
|
|
2015-05-10 15:52:40 -05:00
|
|
|
Graphite 0.9.13 adds a much needed feature to the JSON rendering API
|
|
|
|
that is very important for Grafana. If you are experiencing slow load &
|
|
|
|
rendering times for large time ranges then it is most likely caused by
|
|
|
|
running Graphite 0.9.12 or lower.
|
|
|
|
|
|
|
|
The latest version of Graphite adds a `maxDataPoints` parameter to the
|
2015-08-11 13:58:30 -05:00
|
|
|
JSON render API. Without this feature Graphite can return hundreds of
|
2015-05-10 15:52:40 -05:00
|
|
|
thousands of data points per graph, which can hang your browser. Be sure
|
|
|
|
to upgrade to
|
|
|
|
[0.9.13](http://graphite.readthedocs.org/en/latest/releases/0_9_13.html).
|
2015-03-09 11:12:59 -05:00
|
|
|
|
|
|
|
|