Skip to content

Commit 3123815

Browse files
vil02pedrosousa
andauthored
[Speed] Remove trailing spaces and replace curly quotes (#20191)
--------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent 453c5eb commit 3123815

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

src/content/docs/speed/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct } f
1313

1414
<Description>
1515

16-
Improve the performance of your website or web application.
16+
Improve the performance of your website or web application.
1717
</Description>
1818

1919
<Plan type="all" />
@@ -50,19 +50,19 @@ Understand your Internet quality to identify scenarios that your Internet connec
5050
## Related products
5151

5252
<RelatedProduct header="Cache rules" href="/cache/how-to/cache-rules/" product="cache">
53-
Customize the cache properties of your HTTP requests.
53+
Customize the cache properties of your HTTP requests.
5454
</RelatedProduct>
5555

5656
<RelatedProduct header="Cloudflare Web Analytics" href="/web-analytics/" product="analytics">
57-
Understand the performance of your webpages as experienced by your site visitors.
57+
Understand the performance of your webpages as experienced by your site visitors.
5858
</RelatedProduct>
5959

6060
<RelatedProduct header="Cloudflare Image Resizing" href="/images/transform-images/" product="images">
61-
Transform images on Cloudflares edge platform: resize, adjust quality, and convert images to WebP or AVIF format on demand.
61+
Transform images on Cloudflare's edge platform: resize, adjust quality, and convert images to WebP or AVIF format on demand.
6262
</RelatedProduct>
6363

6464
<RelatedProduct header="Early Hints" href="/cache/advanced-configuration/early-hints/" product="cache">
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.
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.
6666
</RelatedProduct>
6767

6868
***
@@ -73,12 +73,12 @@ Take advantage of “server think time” to asynchronously send instructions to
7373

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

76-
Learn about the quota limits for the number of tests you can run per month.
76+
Learn about the quota limits for the number of tests you can run per month.
7777
</LinkTitleCard>
7878

7979
<LinkTitleCard title="Community Forum" href="https://community.cloudflare.com/c/website-application-performance/88" icon="open-book">
8080

81-
Engage with other users and explore more resources on Cloudflare support forum.
81+
Engage with other users and explore more resources on Cloudflare support forum.
8282
</LinkTitleCard>
8383

8484
</CardGrid>

src/content/docs/speed/optimization/content/rocket-loader/ignore-javascripts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ head:
1212
You can have Rocket Loader ignore individual scripts by adding the `data-cfasync="false"` attribute to the relevant script tag:
1313

1414
```html
15-
<script data-cfasync="false" src="/javascript.js"></script>
15+
<script data-cfasync="false" src="/javascript.js"></script>
1616
```
1717

1818
Rocket Loader will still optimize the loading of all other scripts on the page.

src/content/docs/speed/optimization/images/mirage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Mirage will work with the following image formats:
5151
:::note
5252

5353
If you send a <GlossaryTooltip term="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;`
5555
:::
5656

5757
To enable Mirage image optimization for your entire domain:

src/content/docs/speed/optimization/other/signed-exchanges/enable-signed-exchange.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before enabling Cloudflare Automatic Signed Exchange, refer to the following req
2222

2323
:::note
2424

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.
2626
:::
2727

2828
* 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.

src/content/docs/speed/optimization/other/signed-exchanges/signed-exchanges-caveats.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ The `cache-control` response header can have one of the following names:
7070
* `cloudflare-cdn-cache-control`
7171
* `surrogate-control`
7272

73-
For example, `cdn-cache-control=no-cache` would mean that a signed exchange is not created.
73+
For example, `cdn-cache-control=no-cache` would mean that a signed exchange is not created.
7474
:::

0 commit comments

Comments
 (0)