April 2018
Intermediate to advanced
284 pages
6h 43m
English
Once you've gathered data, explore the following best practices and strategies based on the performance area you want to improve:
| Metric | Description | Best practices |
| Load/Utilization | Optimize how much of your database's capacity is in use processing requests at any given time (reflected in **Load** or **io/database_load** metrics). |
Optimize your data structure (https://firebase.google.com/docs/database/usage/optimize#data-structure) Shared data across databases (https://firebase.google.com/docs/database/usage/optimize#shard-data) Improve listener efficiency (https://firebase.google.com/docs/database/usage/optimize#efficient-listeners) Limit downloads with query-based rules (https://firebase.google.com/docs/database/usage/optimize#query-rules ... |