You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take advantage of “server think time” to asynchronously send instructions to the browser to begin loading resources while the origin server is compiling the full response.
65
+
Take advantage of "server think time" to asynchronously send instructions to the browser to begin loading resources while the origin server is compiling the full response.
66
66
</RelatedProduct>
67
67
68
68
***
@@ -73,12 +73,12 @@ Take advantage of “server think time” to asynchronously send instructions to
Copy file name to clipboardExpand all lines: src/content/docs/speed/optimization/images/mirage.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Mirage will work with the following image formats:
51
51
:::note
52
52
53
53
If you send a <GlossaryTooltipterm="content security policy (CSP)">Content Security Policy (CSP)</GlossaryTooltip> header that restricts where scripts can be loaded, you will need to ensure `ajax.cloudflare.com` is enabled. For example, to allow scripts from your own domain and `ajax.cloudflare.com` enter the following:
54
-
`script-src 'self' ajax.cloudflare.com;`
54
+
`script-src 'self' ajax.cloudflare.com;`
55
55
:::
56
56
57
57
To enable Mirage image optimization for your entire domain:
Copy file name to clipboardExpand all lines: src/content/docs/speed/optimization/other/signed-exchanges/enable-signed-exchange.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Before enabling Cloudflare Automatic Signed Exchange, refer to the following req
22
22
23
23
:::note
24
24
25
-
For SXGs to be enabled, a CAA record (Certification Authority Authorization) is required to allowlist the CA (Certificate Authority) permitted to issue Certificates for signing the Signed Exchange. Cloudflare will automatically add the corresponding CAA records in DNS on behalf of users after they enable SXGs. This is to ensure that SSL certificate issuance is not blocked. If you would like to obtain SSL certificates that are issued by other CAs, make sure that you manually add the required CAA records after enabling SXGs.
25
+
For SXGs to be enabled, a CAA record (Certification Authority Authorization) is required to allowlist the CA (Certificate Authority) permitted to issue Certificates for signing the Signed Exchange. Cloudflare will automatically add the corresponding CAA records in DNS on behalf of users after they enable SXGs. This is to ensure that SSL certificate issuance is not blocked. If you would like to obtain SSL certificates that are issued by other CAs, make sure that you manually add the required CAA records after enabling SXGs.
26
26
:::
27
27
28
28
* Content needs to be cached for 120 seconds or longer, as Google checks this setting to generate an SXG. To ensure that content is cached for 120 seconds or more, go to the [Cloudflare dashboard](https://dash.cloudflare.com/) > select your account and domain > **Caching** > **Configuration** > **Browser Cache TTL** and check the period of time Cloudflare instructs a browser to cache files.
0 commit comments