Skip to content

Commit b74ea2e

Browse files
committed
📝 added TIP for cache
Signed-off-by: Bruno Meilick <[email protected]>
1 parent d72c13a commit b74ea2e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

readme.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -89,20 +89,6 @@ return [
8989
];
9090
```
9191
92-
For best performance set the **global** [cache driver](https://getkirby.com/docs/reference/system/options/cache#cache-driver) to one using the servers memory not files on the harddisk (even on SSDs), like APCu or Redis if they are available on your hosting.
93-
94-
```php
95-
return [
96-
'cache' => [
97-
'driver' => 'apcu', // redis
98-
],
99-
// or per plugin
100-
'bnomei.fingerprint.cache' => [
101-
'type' => 'apcu', // redis
102-
],
103-
];
104-
```
105-
10692
## Similar Plugins
10793
10894
The following plugins can do cache busting, but they do not cache the modified timestamp, nor can they do SRI, nor do cache busting for non-js/CSS files.

0 commit comments

Comments
 (0)