Skip to content

Commit 45351c3

Browse files
committed
Add two new files
Signed-off-by: MachinisteWeb <[email protected]>
1 parent 16a711e commit 45351c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

en/api/configuration-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: "API: The cache Property"
33
description: Nuxt.js use lru-cache to allow cached components for better render performances
44
---
55

6-
# The cache Property
6+
# The cache Property (EN)
77

88
> Nuxt.js use [lru-cache](https://github.com/isaacs/node-lru-cache) to allow cached components for better render performances
99
1010
## Usage
1111

1212
- Type: `Boolean` or `Object` (Default: `false`)
1313

14-
If an object, see [lru-cache options](https://github.com/isaacs/node-lru-cache#options).
14+
<p style="width: 294px;position: fixed; top : 64px; right: 4px;" class="Alert Alert--orange"><strong>⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou <a href="https://github.com/vuejs-fr/nuxt" target="_blank">participer à la traduction</a> de celle-ci dès maintenant !</strong></p><p>If an object, see [lru-cache options](https://github.com/isaacs/node-lru-cache#options).</p>
1515

1616
Use the `cache` key in your `nuxt.config.js`:
1717
```js

en/api/configuration-performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "API: The performance Property"
33
description: Configure nuxt.js performance options
44
---
55

6-
# The performance Property
6+
# The performance Property (EN)
77

88
> Nuxt.js lets you configure nuxt.js performance options.
99
@@ -18,7 +18,7 @@ description: Configure nuxt.js performance options
1818
}
1919
```
2020

21-
In production, nuxt.js will gzip all your assets by using the [compression](https://github.com/expressjs/compression) module.
21+
<p style="width: 294px;position: fixed; top : 64px; right: 4px;" class="Alert Alert--orange"><strong>⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou <a href="https://github.com/vuejs-fr/nuxt" target="_blank">participer à la traduction</a> de celle-ci dès maintenant !</strong></p><p>In production, nuxt.js will gzip all your assets by using the [compression](https://github.com/expressjs/compression) module.</p>
2222

2323
If you are using a service like [CloudFare](https://www.cloudflare.com/) which already gzip every response, you can disable this feature in your `nuxt.config.js`:
2424
```js

0 commit comments

Comments
 (0)