Skip to content

Commit 93aa7d3

Browse files
author
Weera1234
authored
Merge branch 'cloudflare:production' into production
2 parents 3f9da9d + 6dbfe39 commit 93aa7d3

File tree

11 files changed

+495
-220
lines changed

11 files changed

+495
-220
lines changed

public/workers-ai-notebooks/cloudflare-workers-ai.ipynb

Lines changed: 32 additions & 26 deletions
Large diffs are not rendered by default.
181 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Up to 10x faster cached queries for Hyperdrive
3+
description: Hyperdrive now caches queries in all Cloudflare locations decreasing cache hit latency by up to 90%
4+
products:
5+
- hyperdrive
6+
date: 2024-12-11T18:00:00Z
7+
---
8+
9+
Hyperdrive now caches queries in all Cloudflare locations, decreasing cache hit latency by up to 90%.
10+
11+
When you make a query to your database and Hyperdrive has cached the query results, Hyperdrive will now return the results from the nearest cache. By caching data closer to your users, the latency for cache hits reduces by up to 90%.
12+
13+
This reduction in cache hit latency is reflected in a reduction of the session duration for all queries (cached and uncached) from Cloudflare Workers to Hyperdrive, as illustrated below.
14+
15+
![Hyperdrive edge caching improves average session duration for database queries](~/assets/images/hyperdrive/changelog/hyperdrive-edge-caching-metrics.png)
16+
17+
_P50, P75, and P90 Hyperdrive session latency for all client connection sessions (both cached and uncached queries) for Hyperdrive configurations with caching enabled during the rollout period._
18+
19+
This performance improvement is applied to all new and existing Hyperdrive configurations that have caching enabled.
20+
21+
For more details on how Hyperdrive performs query caching, refer to the [Hyperdrive documentation](/hyperdrive/configuration/how-hyperdrive-works/#query-caching).

src/content/docs/1.1.1.1/setup/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ head:
88
- tag: title
99
content: Set up Cloudflare 1.1.1.1 resolver
1010
slug: 1.1.1.1/setup
11+
description: Learn how to set up Cloudflare's 1.1.1.1 DNS resolver for enhanced security and privacy. Protect against malware and adult content with easy configuration.
1112

1213
---
1314

src/content/docs/magic-transit/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ Magic Transit steers traffic along tunnel routes based on priorities you define
3737
Use Cloudflare-owned IP addresses if you want to protect a smaller network and do not meet Magic Transit's `/24` prefix length requirements.
3838
</Feature>
3939

40+
<Feature header="BGP peering" href="/magic-transit/how-to/bgp-peering/">
41+
Use BGP peering between your networks and Cloudflare to automate the process of adding or removing networks and subnets, and take advantage of failure detection and session recovery features.
42+
</Feature>
43+
4044
---
4145

4246
## Related products

src/content/docs/magic-wan/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ Learn how to [get started](/magic-wan/get-started/).
7474
Learn how you can use Magic WAN with other Cloudflare Zero Trust products.
7575
</Feature>
7676

77+
<Feature header="BGP peering" href="/magic-wan/configuration/manually/how-to/bgp-peering/">
78+
Use BGP peering between your networks and Cloudflare to automate the process of adding or removing networks and subnets, and take advantage of failure detection and session recovery features.
79+
</Feature>
80+
7781
---
7882

7983
## Related products

src/content/docs/queues/observability/metrics.mdx

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

77
---
88

9-
You can view the metrics for a Queue on your account via the [Cloudflare dashboard](https://dash.cloudflare.com). Navigate to **Workers** > **Queues** > **your Queue** and under the **Metrics** tab you'll be able to view line charts describing the number of messages processed by final outcome, the number of messages in the backlog, and other important indicators.
9+
You can view the metrics for a Queue on your account via the [Cloudflare dashboard](https://dash.cloudflare.com). Navigate to **Storage & Databases** > **Queues** > **your Queue** and under the **Metrics** tab you'll be able to view line charts describing the number of messages processed by final outcome, the number of messages in the backlog, and other important indicators.
1010

1111
The metrics displayed in the Cloudflare dashboard charts are all pulled from Cloudflare's GraphQL Analytics API. You can access the metrics programmatically.
1212

src/content/docs/support/contacting-cloudflare-support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: troubleshooting
33
source: https://support.cloudflare.com/hc/en-us/articles/200172476-Contacting-Cloudflare-Support
44
title: Contacting Cloudflare Support
5-
description: Learn how to contact Cloudflare Support through various methods, including live chat and phone, with guidelines for identity verification and case submission.
5+
description: Learn how to contact Cloudflare Support via community, chat, or phone. Get help with issues, verify identity, and understand SLAs for different plans.
66
sidebar:
77
order: 1
88
---

src/content/docs/support/third-party-software/others/configure-cloudflare-and-heroku-over-https.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ Server: cloudflare
111111
CF-RAY: 3e1e77d5c42b8c52-SFO-DOG
112112
```
113113

114-
If SSL was not working for your domain (e.g. your SSL certificate has not yet been issued), you would see a [525](https://support.cloudflare.com/hc/articles/115003011431#525error) or [526](https://support.cloudflare.com/hc/articles/115003011431#526error) HTTP response after the redirect.
114+
If SSL was not working for your domain (for example, your SSL certificate has not yet been issued), you would see a [525](/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-525-ssl-handshake-failed) or [526](/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-526-invalid-ssl-certificate) HTTP response after the redirect.
115115

116116
Please note that the issuing of a Universal SSL certificate typically takes up to 24 hours. Our paid SSL certificates issue within 10-15 minutes.

0 commit comments

Comments
 (0)