Skip to content

Commit 844b558

Browse files
committed
Change link
1 parent 824f50f commit 844b558

File tree

13 files changed

+15
-14
lines changed

13 files changed

+15
-14
lines changed

public/__redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2298,7 +2298,8 @@
22982298
/fundamentals/speed/amp-real-ulr/* /speed/optimization/other/amp-real-ulr/:splat 301
22992299
/fundamentals/speed/rocket-loader/* /speed/optimization/content/rocket-loader/:splat 301
23002300
/fundamentals/speed/signed-exchanges/* /speed/optimization/other/signed-exchanges/:splat 301
2301-
/fundamentals/speed/speed-test/* /speed/speed-test/:splat 301
2301+
/fundamentals/speed/speed-test/* /speed/observatory/:splat 301
2302+
/speed/speed-test/:splat 301 /speed/observatory/:splat 301
23022303
/http-applications/* /version-management/:splat 301
23032304
/http3/* https://www.cloudflare.com/learning/performance/what-is-http3/ 301
23042305
/railgun/* / 301

src/content/docs/data-localization/compatibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ The table below provides a summary of the Data Localization Suite product's beha
190190

191191
[^42]: Only applies to HTTP/S Spectrum applications.
192192

193-
[^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).
193+
[^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).

src/content/docs/fundamentals/reference/cloudflare-site-crawling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Cloudflare will also crawl your site in other, specific situations:
3434

3535
* **Speed tests**
3636
* *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`
37-
* *Triggered when*: You launch a speed test from within [the Cloudflare dashboard](/speed/speed-test/run-speed-test/).
37+
* *Triggered when*: You launch a speed test from within [the Cloudflare dashboard](/speed/observatory/run-speed-test/).
3838
* **Support diagnostics**:
3939
* *User-Agent*: `Cloudflare-diagnostics`
4040
* *Triggered when*: Cloudflare Support Engineers perform error checks and by continuous monitoring used to raise intelligent alerts in the Cloudflare dashboard.

src/content/docs/smart-shield/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Smart Shield is available to all customers as an opt-in configuration.
2121
3. (Optional) Explore the different [available packages](#packages-and-availability).
2222
4. Select **Get started for free** or choose a different package and select **Continue** to proceed to the guided onboarding flow.
2323

24-
Access analytics and get insights through the [Internet Observatory](/speed/speed-test/) dashboard.
24+
Access analytics and get insights through the [Internet Observatory](/speed/observatory/) dashboard.
2525

2626
## Packages and availability
2727

src/content/docs/speed/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Speed allows you to assess the performance of your website and get recommendatio
2424

2525
## Features
2626

27-
<Feature header="Observatory" href="/speed/speed-test/">
27+
<Feature header="Observatory" href="/speed/observatory/">
2828

2929
Use Observatory to conduct tests with both synthetic and real user data to identify potential website performance enhancements.
3030

@@ -71,7 +71,7 @@ Take advantage of "server think time" to asynchronously send instructions to the
7171

7272
<CardGrid>
7373

74-
<LinkTitleCard title="Quotas" href="/speed/speed-test/run-speed-test/#quotas" icon="document">
74+
<LinkTitleCard title="Quotas" href="/speed/observatory/run-speed-test/#quotas" icon="document">
7575

7676
Learn about the quota limits for the number of tests you can run per month.
7777
</LinkTitleCard>
File renamed without changes.

src/content/docs/speed/speed-test/index.mdx renamed to src/content/docs/speed/observatory/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ As its name suggests, synthetic testing uses servers to simulate the conditions
2121

2222
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/).
2323

24-
<LinkButton variant="primary" href="/speed/speed-test/run-speed-test/">Run test</LinkButton>
24+
<LinkButton variant="primary" href="/speed/observatory/run-speed-test/">Run test</LinkButton>

src/content/docs/speed/speed-test/rum-beacon.mdx renamed to src/content/docs/speed/observatory/rum-beacon.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66

77
---
88

9-
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.
9+
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.
1010

1111
The RUM beacon script can be enabled into a webpage in two ways:
1212

src/content/docs/speed/speed-test/run-speed-test.mdx renamed to src/content/docs/speed/observatory/run-speed-test.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ import { Render } from "~/components";
1818

1919
4. Select the **Region** the automated browser will use.
2020

21-
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.
21+
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.
2222

23-
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.
23+
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.
2424

2525
<Render file="user-agents" product="speed" />
2626

@@ -40,7 +40,7 @@ Once a test has been run, you can enable RUM data in the test results page:
4040

4141
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.
4242

43-
Refer to [Understand test results](/speed/speed-test/test-results/) for more information about the results provided by real user data.
43+
Refer to [Understand test results](/speed/observatory/test-results/) for more information about the results provided by real user data.
4444

4545
### Information collected
4646

File renamed without changes.

0 commit comments

Comments
 (0)