From 251790ad02c6ca0fa26909f7a4b9fef23c293540 Mon Sep 17 00:00:00 2001 From: eshea Date: Wed, 30 Apr 2025 14:33:20 -0700 Subject: [PATCH 1/4] global acceleration rebrand for reference architecture --- .../docs/reference-architecture/architectures/cdn.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/reference-architecture/architectures/cdn.mdx b/src/content/docs/reference-architecture/architectures/cdn.mdx index 7d448586c3ac61d..b07e085c3e6c82d 100644 --- a/src/content/docs/reference-architecture/architectures/cdn.mdx +++ b/src/content/docs/reference-architecture/architectures/cdn.mdx @@ -241,12 +241,12 @@ Figure 8 illustrates how Cache Reserve can help reduce load on an origin server ![Figure 8: Traffic between end users and an origin server showing Cache Reserve as the final step in the architecture of the Cloudflare CDN solution.](~/assets/images/reference-architecture/cdn-reference-architecture-images/ref-arch-cdn-figure8.svg "Figure 8: Cloudflare CDN with Tiered Cache and Cache Reserve") -### China Network & China Express for clients in China +### China Network & Global Acceleration for clients in China -Latency is not only proportional to the physical distance between the client and the origin or cache, but it may also increase significantly when traffic comes from or goes to certain countries, such as China. To mitigate the latency, Cloudflare offers two solutions: +Latency depends not just on how far the client is from the origin or cache, but can also be significantly affected by the geographic region of the traffic—like China. To address these latency challenges, Cloudflare provides two key solutions: 1. [China Network](https://www.cloudflare.com/application-services/products/china-network/) provides in-China caching for end users located in China, regardless of the origin location. This solution is provided by collaborating with JD Cloud and uses their data centers to ensure the fastest and most reliable cache performance for Chinese users compared to data centers outside of China. -2. [China Express](https://blog.cloudflare.com/improving-customer-experience-in-china-using-china-express) offers reliable and secure connectivity to streamline content from origins to JD Cloud data centers in China. This is particularly beneficial for dynamic content like web applications and API calls. +2. [Global Acceleration](https://developers.cloudflare.com/china-network/concepts/global-acceleration/) offers reliable and secure connectivity to streamline content from origins to JD Cloud data centers in China. This is particularly beneficial for dynamic content like web applications and API calls. ## Summary From c919404d4ef7da0b254be9e6d176682bdc916786 Mon Sep 17 00:00:00 2001 From: eshea Date: Wed, 30 Apr 2025 15:04:32 -0700 Subject: [PATCH 2/4] corrected links to China Network & Global Acceleration --- src/content/docs/reference-architecture/architectures/cdn.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/reference-architecture/architectures/cdn.mdx b/src/content/docs/reference-architecture/architectures/cdn.mdx index b07e085c3e6c82d..06b51e476eecd12 100644 --- a/src/content/docs/reference-architecture/architectures/cdn.mdx +++ b/src/content/docs/reference-architecture/architectures/cdn.mdx @@ -245,8 +245,8 @@ Figure 8 illustrates how Cache Reserve can help reduce load on an origin server Latency depends not just on how far the client is from the origin or cache, but can also be significantly affected by the geographic region of the traffic—like China. To address these latency challenges, Cloudflare provides two key solutions: -1. [China Network](https://www.cloudflare.com/application-services/products/china-network/) provides in-China caching for end users located in China, regardless of the origin location. This solution is provided by collaborating with JD Cloud and uses their data centers to ensure the fastest and most reliable cache performance for Chinese users compared to data centers outside of China. -2. [Global Acceleration](https://developers.cloudflare.com/china-network/concepts/global-acceleration/) offers reliable and secure connectivity to streamline content from origins to JD Cloud data centers in China. This is particularly beneficial for dynamic content like web applications and API calls. +1. [China Network](/application-services/products/china-network/) provides in-China caching for end users located in China, regardless of the origin location. This solution is provided by collaborating with JD Cloud and uses their data centers to ensure the fastest and most reliable cache performance for Chinese users compared to data centers outside of China. +2. [Global Acceleration](/china-network/concepts/global-acceleration/) offers reliable and secure connectivity to streamline content from origins to JD Cloud data centers in China. This is particularly beneficial for dynamic content like web applications and API calls. ## Summary From 89b5fa9f99bee5981c39d6507af193cdbe737e9f Mon Sep 17 00:00:00 2001 From: eshea Date: Thu, 1 May 2025 12:18:15 -0700 Subject: [PATCH 3/4] fix china network link --- src/content/docs/reference-architecture/architectures/cdn.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/reference-architecture/architectures/cdn.mdx b/src/content/docs/reference-architecture/architectures/cdn.mdx index 06b51e476eecd12..30ab4d8da3a0aa2 100644 --- a/src/content/docs/reference-architecture/architectures/cdn.mdx +++ b/src/content/docs/reference-architecture/architectures/cdn.mdx @@ -245,7 +245,7 @@ Figure 8 illustrates how Cache Reserve can help reduce load on an origin server Latency depends not just on how far the client is from the origin or cache, but can also be significantly affected by the geographic region of the traffic—like China. To address these latency challenges, Cloudflare provides two key solutions: -1. [China Network](/application-services/products/china-network/) provides in-China caching for end users located in China, regardless of the origin location. This solution is provided by collaborating with JD Cloud and uses their data centers to ensure the fastest and most reliable cache performance for Chinese users compared to data centers outside of China. +1. [China Network](/china-network/) provides in-China caching for end users located in China, regardless of the origin location. This solution is provided by collaborating with JD Cloud and uses their data centers to ensure the fastest and most reliable cache performance for Chinese users compared to data centers outside of China. 2. [Global Acceleration](/china-network/concepts/global-acceleration/) offers reliable and secure connectivity to streamline content from origins to JD Cloud data centers in China. This is particularly beneficial for dynamic content like web applications and API calls. ## Summary From 5b4cbd942bd39a663fccff5e8f1a9801a25a9848 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Mon, 5 May 2025 11:57:01 +0100 Subject: [PATCH 4/4] PCX review --- src/content/docs/reference-architecture/architectures/cdn.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/reference-architecture/architectures/cdn.mdx b/src/content/docs/reference-architecture/architectures/cdn.mdx index 30ab4d8da3a0aa2..ec2321d65c77d8a 100644 --- a/src/content/docs/reference-architecture/architectures/cdn.mdx +++ b/src/content/docs/reference-architecture/architectures/cdn.mdx @@ -243,7 +243,7 @@ Figure 8 illustrates how Cache Reserve can help reduce load on an origin server ### China Network & Global Acceleration for clients in China -Latency depends not just on how far the client is from the origin or cache, but can also be significantly affected by the geographic region of the traffic—like China. To address these latency challenges, Cloudflare provides two key solutions: +Latency depends not just on how far the client is from the origin or cache, but can also be significantly affected by the geographic region of the traffic — like China. To address these latency challenges, Cloudflare provides two key solutions: 1. [China Network](/china-network/) provides in-China caching for end users located in China, regardless of the origin location. This solution is provided by collaborating with JD Cloud and uses their data centers to ensure the fastest and most reliable cache performance for Chinese users compared to data centers outside of China. 2. [Global Acceleration](/china-network/concepts/global-acceleration/) offers reliable and secure connectivity to streamline content from origins to JD Cloud data centers in China. This is particularly beneficial for dynamic content like web applications and API calls.