Reference
1 min read

Manage and optimize usage for Edge Config

Learn how to understand the different charts in the Vercel dashboard, how usage relates to billing, and how to optimize your usage of Edge Config.
Table of Contents

The Edge Config section shows the following charts:

Manage and Optimize pricing
Metric
Description
Priced
Optimize
ReadsThe number of times your Edge Config has been readYesLearn More
WritesThe number of times your Edge Config has been updatedYesLearn More
Managed Infrastructure hobby and pro resources
Resource
Hobby Included
Pro Included
Pro Additional
Pro Price
First 100,000First 1,000,0001,000,000 Reads$3.00
First 100First 1,000500 Writes$5.00
  • Keep the number of stores to a minimum. Fewer large stores improves your overall latency

The Reads chart shows the number of times your Edge Config has been read. You can filter the data by Count or Projects.

  • Select the Project tab to identify which project has the most Edge Config reads
  • Review how you access the stores through both the REST API and the SDK. They both count toward your reads
  • Where possible, use getAll() instead of separate get(key) calls with the SDK, so that they count as a single read

The Writes chart shows the number of times your Edge Configs were updated. You can filter the data by Count or Edge Configs.

  • Select the Edge Configs tab to identify which Edge Config has the most Edge Config writes
  • Review your points of updating the stores through the REST API as they count towards your writes
Last updated on April 29, 2024