Skip to content

Commit 50504a5

Browse files
* Update https://developers.cloudflare.com/turnstile/get-started/client-side-rendering/ https://jira.cfdata.org/browse/PCX-20004 * Update src/content/docs/turnstile/get-started/client-side-rendering/index.mdx --------- Co-authored-by: Patricia Santa Ana <[email protected]>
1 parent fe03859 commit 50504a5

File tree

1 file changed

+6
-1
lines changed
  • src/content/docs/turnstile/get-started/client-side-rendering

1 file changed

+6
-1
lines changed

src/content/docs/turnstile/get-started/client-side-rendering/index.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,11 @@ const widgetId = turnstile.render("#container", {
492492
turnstile.execute("#container");
493493
```
494494

495+
---
496+
## Performance and user experience optimization
497+
498+
Cloudflare recommends that you execute the Turnstile script as early upon the visitor's page entry as possible, so that the verification is complete and the interaction is available once the visitor attempts an action on the page.
499+
495500
---
496501

497502
## Configuration options
@@ -526,4 +531,4 @@ Turnstile is designed to function only on pages using `http://` or `https://` UR
526531

527532
## Security requirements
528533

529-
<Render file="security-requirements" product="turnstile" />
534+
<Render file="security-requirements" product="turnstile" />

0 commit comments

Comments
 (0)