Skip to content

Commit

Permalink
[Ref Architecture] Fix typo (#15485)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosousa authored Jul 5, 2024
1 parent eb7373f commit e2bf3f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Most cloud serverless implementations have a single region where your code is ex

![Figure 1: Traditional single-region architecture](/images/reference-architecture/serverless-global-apis/single-region.png "Figure 1: Traditional single-region architecture")

Cloudlare follows a different, global-first approach. Globally-deployed architectures enable lower latency and high availability for users accessing the API from different parts of the world. In order to realize performance gains, not only the compute needs to be distributed, but ideally the data as well. Different solutions such as a caching as well as global replication can enable this.
Cloudflare follows a different, global-first approach. Globally-deployed architectures enable lower latency and high availability for users accessing the API from different parts of the world. In order to realize performance gains, not only the compute needs to be distributed, but ideally the data as well. Different solutions such as a caching as well as global replication can enable this.

![Figure 2: Region Earth](/images/reference-architecture/serverless-global-apis/region-earth.png "Figure 2: Region Earth")

Expand Down

0 comments on commit e2bf3f9

Please sign in to comment.