diff --git a/public/__redirects b/public/__redirects index bcad2024c33b3e3..8f2e0944cd84dbb 100644 --- a/public/__redirects +++ b/public/__redirects @@ -2298,7 +2298,8 @@ /fundamentals/speed/amp-real-ulr/* /speed/optimization/other/amp-real-ulr/:splat 301 /fundamentals/speed/rocket-loader/* /speed/optimization/content/rocket-loader/:splat 301 /fundamentals/speed/signed-exchanges/* /speed/optimization/other/signed-exchanges/:splat 301 -/fundamentals/speed/speed-test/* /speed/speed-test/:splat 301 +/fundamentals/speed/speed-test/* /speed/observatory/:splat 301 +/speed/speed-test/* /speed/observatory/:splat 301 /http-applications/* /version-management/:splat 301 /http3/* https://www.cloudflare.com/learning/performance/what-is-http3/ 301 /railgun/* / 301 diff --git a/src/content/docs/data-localization/compatibility.mdx b/src/content/docs/data-localization/compatibility.mdx index 83fe4db69aa9107..3838efb07887ca9 100644 --- a/src/content/docs/data-localization/compatibility.mdx +++ b/src/content/docs/data-localization/compatibility.mdx @@ -190,4 +190,4 @@ The table below provides a summary of the Data Localization Suite product's beha [^42]: Only applies to HTTP/S Spectrum applications. -[^43]: Web Analytics collects the [minimum amount of information](/web-analytics/data-metrics/data-origin-and-collection/). Alternatively, you can [exclude EU Visitors from RUM](/speed/speed-test/rum-beacon/#rum-excluding-eeaeu). +[^43]: Web Analytics collects the [minimum amount of information](/web-analytics/data-metrics/data-origin-and-collection/). Alternatively, you can [exclude EU Visitors from RUM](/speed/observatory/rum-beacon/#rum-excluding-eeaeu). diff --git a/src/content/docs/fundamentals/reference/cloudflare-site-crawling.mdx b/src/content/docs/fundamentals/reference/cloudflare-site-crawling.mdx index 716bfe22e1c1238..f6f597b8764677f 100644 --- a/src/content/docs/fundamentals/reference/cloudflare-site-crawling.mdx +++ b/src/content/docs/fundamentals/reference/cloudflare-site-crawling.mdx @@ -34,7 +34,7 @@ Cloudflare will also crawl your site in other, specific situations: * **Speed tests** * *User-Agent*: `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36 PTST/190628.140653` - * *Triggered when*: You launch a speed test from within [the Cloudflare dashboard](/speed/speed-test/run-speed-test/). + * *Triggered when*: You launch a speed test from within [the Cloudflare dashboard](/speed/observatory/run-speed-test/). * **Support diagnostics**: * *User-Agent*: `Cloudflare-diagnostics` * *Triggered when*: Cloudflare Support Engineers perform error checks and by continuous monitoring used to raise intelligent alerts in the Cloudflare dashboard. diff --git a/src/content/docs/smart-shield/get-started.mdx b/src/content/docs/smart-shield/get-started.mdx index 04f615b3bf5f426..766a70c50b57a47 100644 --- a/src/content/docs/smart-shield/get-started.mdx +++ b/src/content/docs/smart-shield/get-started.mdx @@ -21,7 +21,7 @@ Smart Shield is available to all customers as an opt-in configuration. 3. (Optional) Explore the different [available packages](#packages-and-availability). 4. Select **Get started for free** or choose a different package and select **Continue** to proceed to the guided onboarding flow. -Access analytics and get insights through the [Internet Observatory](/speed/speed-test/) dashboard. +Access analytics and get insights through the [Internet Observatory](/speed/observatory/) dashboard. ## Packages and availability diff --git a/src/content/docs/speed/index.mdx b/src/content/docs/speed/index.mdx index 8631ba960aba2c6..d1e222404538fa6 100644 --- a/src/content/docs/speed/index.mdx +++ b/src/content/docs/speed/index.mdx @@ -24,7 +24,7 @@ Speed allows you to assess the performance of your website and get recommendatio ## Features - + Use Observatory to conduct tests with both synthetic and real user data to identify potential website performance enhancements. @@ -71,7 +71,7 @@ Take advantage of "server think time" to asynchronously send instructions to the - + Learn about the quota limits for the number of tests you can run per month. diff --git a/src/content/docs/speed/speed-test/faq.mdx b/src/content/docs/speed/observatory/faq.mdx similarity index 100% rename from src/content/docs/speed/speed-test/faq.mdx rename to src/content/docs/speed/observatory/faq.mdx diff --git a/src/content/docs/speed/speed-test/index.mdx b/src/content/docs/speed/observatory/index.mdx similarity index 94% rename from src/content/docs/speed/speed-test/index.mdx rename to src/content/docs/speed/observatory/index.mdx index 75a11cac0923b9a..4fd126930cf08bc 100644 --- a/src/content/docs/speed/speed-test/index.mdx +++ b/src/content/docs/speed/observatory/index.mdx @@ -21,4 +21,4 @@ As its name suggests, synthetic testing uses servers to simulate the conditions Real user monitoring (also known as RUM), on the other hand, captures real metrics from real users accessing a website. This provides information that synthetic tests cannot capture, as users might access your website from different parts of the world, with different network conditions, ISPs, browsers and computer hardware. However, RUM data is only applied to your own website. Real user data also includes two user interaction metrics that synthetic tests do not offer - [First Input Delay (FID)](https://web.dev/fid/) and [Interaction to Next Paint (INP)](https://web.dev/inp/). - Run test + Run test diff --git a/src/content/docs/speed/speed-test/rum-beacon.mdx b/src/content/docs/speed/observatory/rum-beacon.mdx similarity index 94% rename from src/content/docs/speed/speed-test/rum-beacon.mdx rename to src/content/docs/speed/observatory/rum-beacon.mdx index 8125c803c2a45cb..fef4a5babd05ac6 100644 --- a/src/content/docs/speed/speed-test/rum-beacon.mdx +++ b/src/content/docs/speed/observatory/rum-beacon.mdx @@ -6,7 +6,7 @@ sidebar: --- -The RUM beacon is a JavaScript snippet that runs when a Cloudflare customer enables RUM through [Web Analytics](/web-analytics/) or [Observatory](/speed/speed-test/). This script runs in users' browsers when they visit the customer's site, and its purpose is to collect performance-related data, for example, page load time, and send it to Cloudflare's systems for processing. This [data](/web-analytics/data-metrics/) is then presented to the customer, providing valuable insights into the website's performance and usage. +The RUM beacon is a JavaScript snippet that runs when a Cloudflare customer enables RUM through [Web Analytics](/web-analytics/) or [Observatory](/speed/observatory/). This script runs in users' browsers when they visit the customer's site, and its purpose is to collect performance-related data, for example, page load time, and send it to Cloudflare's systems for processing. This [data](/web-analytics/data-metrics/) is then presented to the customer, providing valuable insights into the website's performance and usage. The RUM beacon script can be enabled into a webpage in two ways: diff --git a/src/content/docs/speed/speed-test/run-speed-test.mdx b/src/content/docs/speed/observatory/run-speed-test.mdx similarity index 91% rename from src/content/docs/speed/speed-test/run-speed-test.mdx rename to src/content/docs/speed/observatory/run-speed-test.mdx index 32e472b4e7cc9ef..0ad1e4169063c4a 100644 --- a/src/content/docs/speed/speed-test/run-speed-test.mdx +++ b/src/content/docs/speed/observatory/run-speed-test.mdx @@ -18,9 +18,9 @@ import { Render } from "~/components"; 4. Select the **Region** the automated browser will use. -5. Then, you can select, depending on your plan, **Run test once**, **Run daily test** or **Run weekly test**. Refer to the [Quotas](/speed/speed-test/run-speed-test/#quotas) section for information on the test frequency available for your plan. +5. Then, you can select, depending on your plan, **Run test once**, **Run daily test** or **Run weekly test**. Refer to the [Quotas](/speed/observatory/run-speed-test/#quotas) section for information on the test frequency available for your plan. -6. After the test finishes running, you will get a Lighthouse score and you will have access to the list of the tests run. The test result page will give you details regarding the performance of your website, both for the desktop and mobile versions. Refer to [Understand test results](/speed/speed-test/test-results/) for more information. +6. After the test finishes running, you will get a Lighthouse score and you will have access to the list of the tests run. The test result page will give you details regarding the performance of your website, both for the desktop and mobile versions. Refer to [Understand test results](/speed/observatory/test-results/) for more information. @@ -40,7 +40,7 @@ Once a test has been run, you can enable RUM data in the test results page: 2. Once RUM data is running on your site, you can access **Real user measurements** on your test results page. Usually it takes less than five minutes to see the data coming in, but it will depend on traffic. -Refer to [Understand test results](/speed/speed-test/test-results/) for more information about the results provided by real user data. +Refer to [Understand test results](/speed/observatory/test-results/) for more information about the results provided by real user data. ### Information collected diff --git a/src/content/docs/speed/speed-test/test-results.mdx b/src/content/docs/speed/observatory/test-results.mdx similarity index 100% rename from src/content/docs/speed/speed-test/test-results.mdx rename to src/content/docs/speed/observatory/test-results.mdx diff --git a/src/content/docs/speed/optimization/measurement.mdx b/src/content/docs/speed/optimization/measurement.mdx index 3b849c59a5fe475..6412992d377a9a3 100644 --- a/src/content/docs/speed/optimization/measurement.mdx +++ b/src/content/docs/speed/optimization/measurement.mdx @@ -6,4 +6,4 @@ sidebar: --- -Enable measurement to track your traffic in a privacy-first manner, optimizing your site's speed tools. To access this feature, you need to enable [Web Analytics](/web-analytics/) on your website. This analytics tool leverages [Real User Measurement](/speed/speed-test/run-speed-test/#enable-real-user-monitoring-rum) (RUM) data, providing insights based on actual user interactions to enhance site performance effectively. +Enable measurement to track your traffic in a privacy-first manner, optimizing your site's speed tools. To access this feature, you need to enable [Web Analytics](/web-analytics/) on your website. This analytics tool leverages [Real User Measurement](/speed/observatory/run-speed-test/#enable-real-user-monitoring-rum) (RUM) data, providing insights based on actual user interactions to enhance site performance effectively. diff --git a/src/content/docs/web-analytics/get-started/rum-beacon.mdx b/src/content/docs/web-analytics/get-started/rum-beacon.mdx index 289a4d19c301d52..4c1c97e06502458 100644 --- a/src/content/docs/web-analytics/get-started/rum-beacon.mdx +++ b/src/content/docs/web-analytics/get-started/rum-beacon.mdx @@ -1,6 +1,6 @@ --- pcx_content_type: reference title: RUM beacon for Web Analytics -external_link: /speed/speed-test/rum-beacon/ +external_link: /speed/observatory/rum-beacon/ --- \ No newline at end of file diff --git a/src/content/partials/speed/brotli-compression-warning.mdx b/src/content/partials/speed/brotli-compression-warning.mdx index bf26204c2613918..97dfa5ee83bede2 100644 --- a/src/content/partials/speed/brotli-compression-warning.mdx +++ b/src/content/partials/speed/brotli-compression-warning.mdx @@ -15,7 +15,7 @@ Even when using the same compression algorithm end to end (between your origin s - [Polish](/images/polish/) - [Rocket Loader](/speed/optimization/content/rocket-loader/) - [JavaScript detections](/bots/additional-configurations/javascript-detections/) -- [RUM](/speed/speed-test/run-speed-test/#enable-real-user-monitoring-rum) +- [RUM](/speed/observatory/run-speed-test/#enable-real-user-monitoring-rum) To disable these settings for specific URI paths, create a [configuration rule](/rules/configuration-rules/).