Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/infrastructure_and_maintenance/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

### Redis-compatible data stores

Redis and its alternatives, like Valkey, can in some cases perform better than filesystem cache even with a single server, as it offers better general performance for operations invalidating cache.
- Redis and its alternatives, like Valkey, can in some cases perform better than filesystem cache even with a single server, as it offers better general performance for operations invalidating cache.

Check failure on line 72 in docs/infrastructure_and_maintenance/performance.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/infrastructure_and_maintenance/performance.md#L72

[Ibexa.Spellcheck] Did you really mean 'Valkey'?
Raw output
{"message": "[Ibexa.Spellcheck] Did you really mean 'Valkey'?", "location": {"path": "docs/infrastructure_and_maintenance/performance.md", "range": {"start": {"line": 72, "column": 36}}}, "severity": "ERROR"}
- However, pure read performance is slower, especially if the next points aren't optimized.
- With cache being on different node(s) than web server, make sure to try to tune latency between the two.

Expand Down
Loading