| Strategy | Primary Goal | Best For | Response Time | Cost |
|---|---|---|---|---|
| Economy | Minimize costs | High-volume applications, batch processing | Higher | Lowest |
| Performance | Minimize latency | Real-time applications, user-facing dApps | Lowest | Higher |
- You could use Economy keys for your indexing and backend services that need requests to eventually work
- You could use Performance keys for your front-end to give a blazing-fast experience to your users

