Skip to content

Commit 4797e95

Browse files
committed
proofreading done
1 parent 67adfc6 commit 4797e95

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+274
-274
lines changed

pages/web_cloud/web_hosting/cdn_how_to_use_cdn/guide.de-de.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Ihre Webseiten mit CDN beschleunigen"
33
excerpt: "Diese Anleitung erklärt, wie Sie die Ladezeiten Ihres Webhostings mit der CDN-Option verbessern"
4-
updated: 2025-05-21
4+
updated: 2025-05-22
55
---
66

77
## Ziel
@@ -183,11 +183,11 @@ Gehen Sie auf den Tab `Multisite`{.action} Ihres Hostings, klicken Sie auf `...`
183183

184184
- **Prefetch**: Planen Sie das Laden der nächsten Ressource. Laden Sie sie automatisch im CDN Cache mithilfe des *header link* Ihrer Website. Dieser Mechanismus wird hauptsächlich verwendet, um CSS, JavaScript, Bilder, Favicons oder Schriftarten zu laden, die von der Website angefordert werden.
185185

186-
Im folgenden Beispiel wird, wenn die aktuelle Seite "Hi" anzeigt, eine Subanfrage das Vorladen der Ressource`/cache/style.CSS` auslösen.
186+
Im folgenden Beispiel wird, wenn die aktuelle Seite "Hi" anzeigt, eine Subanfrage das Vorladen der Ressource`/cache/style.css` auslösen.
187187

188188
```
189189
<?php
190-
header("Link: </cache/style.CSS>; rel=prefetch");
190+
header("Link: </cache/style.css>; rel=prefetch");
191191
print 'Hi'
192192
?>
193193
```
@@ -229,8 +229,8 @@ Klicken Sie unter **Cache-Regeln** auf den Button `Regel hinzufügen`{.action}.
229229

230230
* **Regelname**: Weisen Sie Ihrer Regel einen Namen zu.
231231
* **Ressourcenart**: Wählen Sie aus den folgenden Optionen:
232-
* **Endung**: Geben Sie eine gültige Dateiendung ohne Punkt ein, zum Beispiel: CSS
233-
* **Ordner**: Geben Sie einen gültigen Pfad zu einem Ordner im Wurzelverzeichnis Ihrer Website an.
232+
* **Endung**: Geben Sie eine gültige Dateiendung ohne Punkt ein, zum Beispiel: CSS.
233+
* **Ordner**: Geben Sie einen gültigen Pfad zu einem Ordner im Wurzelverzeichnis Ihrer Website an.
234234
* **Eigener regulärer Ausdruck**: Gilt für alle URIs Ihrer Website.
235235
* **URI**: Geben Sie die Teilmenge der Ressourcen Ihrer Website über den URL-Pfad ein.
236236
* **Ressource**: Definieren Sie die Attribute abhängig vom gewählten Ressourcentyp.
@@ -266,7 +266,7 @@ Sie können auch dann vom CDN-Cache profitieren, wenn Sie kein CMS verwenden. Hi
266266
</FilesMatch>
267267
268268
# Caching von JavaScript und CSS für einen Monat
269-
<FilesMatch "\.(js|CSS)$">
269+
<FilesMatch "\.(js|css)$">
270270
Header-Set Cache-Control "max-age=2592000"
271271
</FilesMatch>
272272
```

pages/web_cloud/web_hosting/cdn_how_to_use_cdn/guide.en-asia.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Speeding up your website with CDN"
33
excerpt: "Find out how to improve your website by reducing loading times on a Web Hosting plan using the CDN"
4-
updated: 2025-05-21
4+
updated: 2025-05-22
55
---
66

77
## Objective
@@ -183,11 +183,11 @@ Go to the `Multisite`{.action} tab for your Web Hosting plan, click on `...`{.ac
183183

184184
- **Prefetch**: Anticipate the next resource being loaded. Preload it automatically in the CDN cache using your website’s *header link*. This mechanism is mainly used to load CSS, JavaScript, images, favicons or web fonts that are required by the website theme.
185185

186-
In the example below, when the current page is displaying 'Hi', a subquery triggers the preloading of the resource `/cache/style.CSS`.
186+
In the example below, when the current page is displaying 'Hi', a subquery triggers the preloading of the resource `/cache/style.css`.
187187

188188
```
189189
<?php
190-
header("Link: </cache/style.CSS>; rel=prefetch");
190+
header("Link: </cache/style.css>; rel=prefetch");
191191
print 'Hi'
192192
?>
193193
```
@@ -229,8 +229,8 @@ Under **Cache** rules, click the `Add a rule`{.action} button.
229229

230230
* **Rule name**: Give your rule a name.
231231
* **Resource type**: Choose from the options below:
232-
* **Extension**: Please enter a valid file extension without putting a period, for example: CSS
233-
* **File**: Please enter a valid path for one of the folders in the root directory of your website.
232+
* **Extension**: Please enter a valid file extension without putting a period, for example: CSS.
233+
* **File**: Please enter a valid path for one of the folders in the root directory of your website.
234234
* **Custom regular expression**: It applies to all URIs on your website.
235235
* **URI**: Enter the subset of your website’s resources via their URL path.
236236
* **Resource**: set attributes based on the type of resource you choose.
@@ -266,7 +266,7 @@ If you are not using a CMS, you can also use the CDN cache. To do this, you must
266266
4. </FilesMatch>
267267
5.
268268
6. # Cache JavaScript and CSS for 1 month
269-
7. <FilesMatch "\.(js|CSS)$">
269+
7. <FilesMatch "\.(js|css)$">
270270
8. Header set Cache-Control "max-age=2592000"
271271
9. </FilesMatch>
272272
```

pages/web_cloud/web_hosting/cdn_how_to_use_cdn/guide.en-au.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Speeding up your website with CDN"
33
excerpt: "Find out how to improve your website by reducing loading times on a Web Hosting plan using the CDN"
4-
updated: 2025-05-21
4+
updated: 2025-05-22
55
---
66

77
## Objective
@@ -183,11 +183,11 @@ Go to the `Multisite`{.action} tab for your Web Hosting plan, click on `...`{.ac
183183

184184
- **Prefetch**: Anticipate the next resource being loaded. Preload it automatically in the CDN cache using your website’s *header link*. This mechanism is mainly used to load CSS, JavaScript, images, favicons or web fonts that are required by the website theme.
185185

186-
In the example below, when the current page is displaying 'Hi', a subquery triggers the preloading of the resource `/cache/style.CSS`.
186+
In the example below, when the current page is displaying 'Hi', a subquery triggers the preloading of the resource `/cache/style.css`.
187187

188188
```
189189
<?php
190-
header("Link: </cache/style.CSS>; rel=prefetch");
190+
header("Link: </cache/style.css>; rel=prefetch");
191191
print 'Hi'
192192
?>
193193
```
@@ -229,8 +229,8 @@ Under **Cache** rules, click the `Add a rule`{.action} button.
229229

230230
* **Rule name**: Give your rule a name.
231231
* **Resource type**: Choose from the options below:
232-
* **Extension**: Please enter a valid file extension without putting a period, for example: CSS
233-
* **File**: Please enter a valid path for one of the folders in the root directory of your website.
232+
* **Extension**: Please enter a valid file extension without putting a period, for example: CSS.
233+
* **File**: Please enter a valid path for one of the folders in the root directory of your website.
234234
* **Custom regular expression**: It applies to all URIs on your website.
235235
* **URI**: Enter the subset of your website’s resources via their URL path.
236236
* **Resource**: set attributes based on the type of resource you choose.
@@ -266,7 +266,7 @@ If you are not using a CMS, you can also use the CDN cache. To do this, you must
266266
4. </FilesMatch>
267267
5.
268268
6. # Cache JavaScript and CSS for 1 month
269-
7. <FilesMatch "\.(js|CSS)$">
269+
7. <FilesMatch "\.(js|css)$">
270270
8. Header set Cache-Control "max-age=2592000"
271271
9. </FilesMatch>
272272
```

pages/web_cloud/web_hosting/cdn_how_to_use_cdn/guide.en-ca.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Speeding up your website with CDN"
33
excerpt: "Find out how to improve your website by reducing loading times on a Web Hosting plan using the CDN"
4-
updated: 2025-05-21
4+
updated: 2025-05-22
55
---
66

77
## Objective
@@ -183,11 +183,11 @@ Go to the `Multisite`{.action} tab for your Web Hosting plan, click on `...`{.ac
183183

184184
- **Prefetch**: Anticipate the next resource being loaded. Preload it automatically in the CDN cache using your website’s *header link*. This mechanism is mainly used to load CSS, JavaScript, images, favicons or web fonts that are required by the website theme.
185185

186-
In the example below, when the current page is displaying 'Hi', a subquery triggers the preloading of the resource `/cache/style.CSS`.
186+
In the example below, when the current page is displaying 'Hi', a subquery triggers the preloading of the resource `/cache/style.css`.
187187

188188
```
189189
<?php
190-
header("Link: </cache/style.CSS>; rel=prefetch");
190+
header("Link: </cache/style.css>; rel=prefetch");
191191
print 'Hi'
192192
?>
193193
```
@@ -229,8 +229,8 @@ Under **Cache** rules, click the `Add a rule`{.action} button.
229229

230230
* **Rule name**: Give your rule a name.
231231
* **Resource type**: Choose from the options below:
232-
* **Extension**: Please enter a valid file extension without putting a period, for example: CSS
233-
* **File**: Please enter a valid path for one of the folders in the root directory of your website.
232+
* **Extension**: Please enter a valid file extension without putting a period, for example: CSS.
233+
* **File**: Please enter a valid path for one of the folders in the root directory of your website.
234234
* **Custom regular expression**: It applies to all URIs on your website.
235235
* **URI**: Enter the subset of your website’s resources via their URL path.
236236
* **Resource**: set attributes based on the type of resource you choose.
@@ -266,7 +266,7 @@ If you are not using a CMS, you can also use the CDN cache. To do this, you must
266266
4. </FilesMatch>
267267
5.
268268
6. # Cache JavaScript and CSS for 1 month
269-
7. <FilesMatch "\.(js|CSS)$">
269+
7. <FilesMatch "\.(js|css)$">
270270
8. Header set Cache-Control "max-age=2592000"
271271
9. </FilesMatch>
272272
```

pages/web_cloud/web_hosting/cdn_how_to_use_cdn/guide.en-gb.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Speeding up your website with CDN"
33
excerpt: "Find out how to improve your website by reducing loading times on a Web Hosting plan using the CDN"
4-
updated: 2025-05-21
4+
updated: 2025-05-22
55
---
66

77
## Objective
@@ -183,11 +183,11 @@ Go to the `Multisite`{.action} tab for your Web Hosting plan, click on `...`{.ac
183183

184184
- **Prefetch**: Anticipate the next resource being loaded. Preload it automatically in the CDN cache using your website’s *header link*. This mechanism is mainly used to load CSS, JavaScript, images, favicons or web fonts that are required by the website theme.
185185

186-
In the example below, when the current page is displaying 'Hi', a subquery triggers the preloading of the resource `/cache/style.CSS`.
186+
In the example below, when the current page is displaying 'Hi', a subquery triggers the preloading of the resource `/cache/style.css`.
187187

188188
```
189189
<?php
190-
header("Link: </cache/style.CSS>; rel=prefetch");
190+
header("Link: </cache/style.css>; rel=prefetch");
191191
print 'Hi'
192192
?>
193193
```
@@ -229,8 +229,8 @@ Under **Cache** rules, click the `Add a rule`{.action} button.
229229

230230
* **Rule name**: Give your rule a name.
231231
* **Resource type**: Choose from the options below:
232-
* **Extension**: Please enter a valid file extension without putting a period, for example: CSS
233-
* **File**: Please enter a valid path for one of the folders in the root directory of your website.
232+
* **Extension**: Please enter a valid file extension without putting a period, for example: CSS.
233+
* **File**: Please enter a valid path for one of the folders in the root directory of your website.
234234
* **Custom regular expression**: It applies to all URIs on your website.
235235
* **URI**: Enter the subset of your website’s resources via their URL path.
236236
* **Resource**: set attributes based on the type of resource you choose.
@@ -266,7 +266,7 @@ If you are not using a CMS, you can also use the CDN cache. To do this, you must
266266
4. </FilesMatch>
267267
5.
268268
6. # Cache JavaScript and CSS for 1 month
269-
7. <FilesMatch "\.(js|CSS)$">
269+
7. <FilesMatch "\.(js|css)$">
270270
8. Header set Cache-Control "max-age=2592000"
271271
9. </FilesMatch>
272272
```

pages/web_cloud/web_hosting/cdn_how_to_use_cdn/guide.en-ie.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Speeding up your website with CDN"
33
excerpt: "Find out how to improve your website by reducing loading times on a Web Hosting plan using the CDN"
4-
updated: 2025-05-21
4+
updated: 2025-05-22
55
---
66

77
## Objective
@@ -183,11 +183,11 @@ Go to the `Multisite`{.action} tab for your Web Hosting plan, click on `...`{.ac
183183

184184
- **Prefetch**: Anticipate the next resource being loaded. Preload it automatically in the CDN cache using your website’s *header link*. This mechanism is mainly used to load CSS, JavaScript, images, favicons or web fonts that are required by the website theme.
185185

186-
In the example below, when the current page is displaying 'Hi', a subquery triggers the preloading of the resource `/cache/style.CSS`.
186+
In the example below, when the current page is displaying 'Hi', a subquery triggers the preloading of the resource `/cache/style.css`.
187187

188188
```
189189
<?php
190-
header("Link: </cache/style.CSS>; rel=prefetch");
190+
header("Link: </cache/style.css>; rel=prefetch");
191191
print 'Hi'
192192
?>
193193
```
@@ -229,8 +229,8 @@ Under **Cache** rules, click the `Add a rule`{.action} button.
229229

230230
* **Rule name**: Give your rule a name.
231231
* **Resource type**: Choose from the options below:
232-
* **Extension**: Please enter a valid file extension without putting a period, for example: CSS
233-
* **File**: Please enter a valid path for one of the folders in the root directory of your website.
232+
* **Extension**: Please enter a valid file extension without putting a period, for example: CSS.
233+
* **File**: Please enter a valid path for one of the folders in the root directory of your website.
234234
* **Custom regular expression**: It applies to all URIs on your website.
235235
* **URI**: Enter the subset of your website’s resources via their URL path.
236236
* **Resource**: set attributes based on the type of resource you choose.
@@ -266,7 +266,7 @@ If you are not using a CMS, you can also use the CDN cache. To do this, you must
266266
4. </FilesMatch>
267267
5.
268268
6. # Cache JavaScript and CSS for 1 month
269-
7. <FilesMatch "\.(js|CSS)$">
269+
7. <FilesMatch "\.(js|css)$">
270270
8. Header set Cache-Control "max-age=2592000"
271271
9. </FilesMatch>
272272
```

pages/web_cloud/web_hosting/cdn_how_to_use_cdn/guide.en-sg.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Speeding up your website with CDN"
33
excerpt: "Find out how to improve your website by reducing loading times on a Web Hosting plan using the CDN"
4-
updated: 2025-05-21
4+
updated: 2025-05-22
55
---
66

77
## Objective
@@ -183,11 +183,11 @@ Go to the `Multisite`{.action} tab for your Web Hosting plan, click on `...`{.ac
183183

184184
- **Prefetch**: Anticipate the next resource being loaded. Preload it automatically in the CDN cache using your website’s *header link*. This mechanism is mainly used to load CSS, JavaScript, images, favicons or web fonts that are required by the website theme.
185185

186-
In the example below, when the current page is displaying 'Hi', a subquery triggers the preloading of the resource `/cache/style.CSS`.
186+
In the example below, when the current page is displaying 'Hi', a subquery triggers the preloading of the resource `/cache/style.css`.
187187

188188
```
189189
<?php
190-
header("Link: </cache/style.CSS>; rel=prefetch");
190+
header("Link: </cache/style.css>; rel=prefetch");
191191
print 'Hi'
192192
?>
193193
```
@@ -229,8 +229,8 @@ Under **Cache** rules, click the `Add a rule`{.action} button.
229229

230230
* **Rule name**: Give your rule a name.
231231
* **Resource type**: Choose from the options below:
232-
* **Extension**: Please enter a valid file extension without putting a period, for example: CSS
233-
* **File**: Please enter a valid path for one of the folders in the root directory of your website.
232+
* **Extension**: Please enter a valid file extension without putting a period, for example: CSS.
233+
* **File**: Please enter a valid path for one of the folders in the root directory of your website.
234234
* **Custom regular expression**: It applies to all URIs on your website.
235235
* **URI**: Enter the subset of your website’s resources via their URL path.
236236
* **Resource**: set attributes based on the type of resource you choose.
@@ -266,7 +266,7 @@ If you are not using a CMS, you can also use the CDN cache. To do this, you must
266266
4. </FilesMatch>
267267
5.
268268
6. # Cache JavaScript and CSS for 1 month
269-
7. <FilesMatch "\.(js|CSS)$">
269+
7. <FilesMatch "\.(js|css)$">
270270
8. Header set Cache-Control "max-age=2592000"
271271
9. </FilesMatch>
272272
```

pages/web_cloud/web_hosting/cdn_how_to_use_cdn/guide.en-us.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Speeding up your website with CDN"
33
excerpt: "Find out how to improve your website by reducing loading times on a Web Hosting plan using the CDN"
4-
updated: 2025-05-21
4+
updated: 2025-05-22
55
---
66

77
## Objective
@@ -183,11 +183,11 @@ Go to the `Multisite`{.action} tab for your Web Hosting plan, click on `...`{.ac
183183

184184
- **Prefetch**: Anticipate the next resource being loaded. Preload it automatically in the CDN cache using your website’s *header link*. This mechanism is mainly used to load CSS, JavaScript, images, favicons or web fonts that are required by the website theme.
185185

186-
In the example below, when the current page is displaying 'Hi', a subquery triggers the preloading of the resource `/cache/style.CSS`.
186+
In the example below, when the current page is displaying 'Hi', a subquery triggers the preloading of the resource `/cache/style.css`.
187187

188188
```
189189
<?php
190-
header("Link: </cache/style.CSS>; rel=prefetch");
190+
header("Link: </cache/style.css>; rel=prefetch");
191191
print 'Hi'
192192
?>
193193
```
@@ -229,8 +229,8 @@ Under **Cache** rules, click the `Add a rule`{.action} button.
229229

230230
* **Rule name**: Give your rule a name.
231231
* **Resource type**: Choose from the options below:
232-
* **Extension**: Please enter a valid file extension without putting a period, for example: CSS
233-
* **File**: Please enter a valid path for one of the folders in the root directory of your website.
232+
* **Extension**: Please enter a valid file extension without putting a period, for example: CSS.
233+
* **File**: Please enter a valid path for one of the folders in the root directory of your website.
234234
* **Custom regular expression**: It applies to all URIs on your website.
235235
* **URI**: Enter the subset of your website’s resources via their URL path.
236236
* **Resource**: set attributes based on the type of resource you choose.
@@ -266,7 +266,7 @@ If you are not using a CMS, you can also use the CDN cache. To do this, you must
266266
4. </FilesMatch>
267267
5.
268268
6. # Cache JavaScript and CSS for 1 month
269-
7. <FilesMatch "\.(js|CSS)$">
269+
7. <FilesMatch "\.(js|css)$">
270270
8. Header set Cache-Control "max-age=2592000"
271271
9. </FilesMatch>
272272
```

0 commit comments

Comments
 (0)