Skip to content

Commit 0f1dfd7

Browse files
Updates navigation (#26762)
1 parent a520203 commit 0f1dfd7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/content/docs/speed/optimization/protocol/enhanced-http2-prioritization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To enable **Enhanced HTTP/2 Prioritization** in the Cloudflare dashboard:
2929

3030
1. Log into the [Cloudflare dashboard](https://dash.cloudflare.com).
3131
2. Select your account and zone.
32-
3. Go to **Speed** > **Optimization**.
32+
3. Go to **Speed** > **Settings**.
3333
4. Go to **Protocol Optimization**.
3434
5. For **Enhanced HTTP/2 Prioritization**, switch the toggle to **On**.
3535

src/content/docs/speed/optimization/protocol/http2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To disable **HTTP/2** in the dashboard:
3333

3434
1. Log into the [Cloudflare dashboard](https://dash.cloudflare.com).
3535
2. Select your account and zone.
36-
3. Go to **Speed** > **Optimization**.
36+
3. Go to **Speed** > **Settings**.
3737
4. Go to **Protocol Optimization**.
3838
5. For **HTTP/2**, switch the toggle to **Off**.
3939

src/content/docs/speed/optimization/protocol/http3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To enable **HTTP/3** in the dashboard:
3535

3636
1. Log into the [Cloudflare dashboard](https://dash.cloudflare.com).
3737
2. Select your account and zone.
38-
3. Go to **Speed** > **Optimization**.
38+
3. Go to **Speed** > **Settings**.
3939
4. Go to **Protocol Optimization**.
4040
5. For **HTTP/3**, switch the toggle to **On**.
4141

src/content/docs/support/third-party-software/content-management-system-cms/speed-up-wordpress-and-improve-performance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Cloudflare's "[Bypass Cache on Cookie](/cache/how-to/cache-rules/examples/bypass
1515

1616
### Optimise Images
1717

18-
Images can be incredibly costly to page load times; fortunately, Cloudflare can dramatically help improve image load times. You can find these features in the Cloudflare dashboard by going to **Speed** > **Optimization** > **Image Optimization**.
18+
Images can be incredibly costly to page load times; fortunately, Cloudflare can dramatically help improve image load times. You can find these features in the Cloudflare dashboard by going to **Speed** > **Settings** > **Image Optimization**.
1919

2020
After enabling [**Polish**](/images/polish/), you can dramatically improve image and web page load times by compressing images and stripping metadata. Lossless will strip most metadata (`EXIF` data, for example) but doesn't change the image detail. Lossy will strip most metadata and compresses images by approximately 48 percent.
2121

src/content/docs/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-520.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ As a temporary workaround, you can set the affected DNS record to [DNS-only](/dn
3636

3737
- Contact your hosting provider or site administrator and share the necessary [error details](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/#required-error-details-for-hosting-provider) to assist with troubleshooting. Request a review of your origin web server error logs for crashes and check for [common causes](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-520/#common-causes) mentioned in the previous section.
3838

39-
- If HTTP/2 is enabled at your origin server, ensure it is correctly set up. Cloudflare connects to servers who announce support of HTTP/2 connections via [ALPN](https://blog.cloudflare.com/introducing-http2). If the origin web server accepts the HTTP/2 connection but then does not respect or support the protocol, an HTTP `520` error will be returned. You can disable the [HTTP/2 to Origin](/speed/optimization/protocol/http2-to-origin/#disable-http2-to-origin) in **Speed** > **Optimization** > **Protocol Optimization** on the Cloudflare dashboard.
39+
- If HTTP/2 is enabled at your origin server, ensure it is correctly set up. Cloudflare connects to servers who announce support of HTTP/2 connections via [ALPN](https://blog.cloudflare.com/introducing-http2). If the origin web server accepts the HTTP/2 connection but then does not respect or support the protocol, an HTTP `520` error will be returned. You can disable the [HTTP/2 to Origin](/speed/optimization/protocol/http2-to-origin/#disable-http2-to-origin) in **Speed** > **Settings** > **Protocol Optimization** on the Cloudflare dashboard.
4040

4141
- If `520` errors continue after contacting your hosting provider or site administrator, provide the following information to [Cloudflare Support](/support/contacting-cloudflare-support/):
4242
- Full URL(s) of the resource requested when the error occurred.

src/content/docs/workers/reference/protocols.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Cloudflare Workers support the following protocols and interfaces:
1414
| **Direct TCP sockets** | Support for handling inbound TCP connections is [coming soon](https://blog.cloudflare.com/workers-tcp-socket-api-connect-databases/) | Create outbound TCP connections using the [`connect()` API](/workers/runtime-apis/tcp-sockets/) |
1515
| **WebSockets** | Accept incoming WebSocket connections using the [`WebSocket` API](/workers/runtime-apis/websockets/), or with [MQTT over WebSockets (Pub/Sub)](/pub-sub/learning/websockets-browsers/) | [MQTT over WebSockets (Pub/Sub)](/pub-sub/learning/websockets-browsers/) |
1616
| **MQTT** | Handle incoming messages to an MQTT broker with [Pub Sub](/pub-sub/learning/integrate-workers/) | Support for publishing MQTT messages to an MQTT topic is [coming soon](/pub-sub/learning/integrate-workers/) |
17-
| **HTTP/3 (QUIC)** | Accept inbound requests over [HTTP/3](https://www.cloudflare.com/learning/performance/what-is-http3/) by enabling it on your [zone](/fundamentals/concepts/accounts-and-zones/#zones) in **Speed** > **Optimization** > **Protocol Optimization** area of the [Cloudflare dashboard](https://dash.cloudflare.com/). | |
17+
| **HTTP/3 (QUIC)** | Accept inbound requests over [HTTP/3](https://www.cloudflare.com/learning/performance/what-is-http3/) by enabling it on your [zone](/fundamentals/concepts/accounts-and-zones/#zones) in **Speed** > **Settings** > **Protocol Optimization** area of the [Cloudflare dashboard](https://dash.cloudflare.com/). | |
1818
| **SMTP** | Use [Email Workers](/email-routing/email-workers/) to process and forward email, without having to manage TCP connections to SMTP email servers | [Email Workers](/email-routing/email-workers/) |

0 commit comments

Comments
 (0)