mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 09:22:21 +08:00

1. Set paragraph size to 80 chars for better readability. 2. More formatting fixes. 3. More spelling and grammar fixes.
23 lines
716 B
Markdown
23 lines
716 B
Markdown
---
|
|
page_title: Performance Tips
|
|
page_description: Grafana performance tips
|
|
page_keywords: grafana, performance, documentation
|
|
---
|
|
|
|
# Performance tips
|
|
|
|
## Graphite
|
|
|
|
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
|
|
JSON render API, without this feature Graphite can return hundreds of
|
|
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).
|
|
|
|
|