Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cache warmer docs #1602

Merged
merged 1 commit into from
Dec 9, 2024
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
4 changes: 0 additions & 4 deletions guides/hosting/performance/caches.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ The HTTP cache configuration takes place completely in the `.env file.` The foll
| `SHOPWARE_HTTP_CACHE_ENABLED` | Enables the HTTP cache |
| `SHOPWARE_HTTP_DEFAULT_TTL` | Defines the default cache time |

### How to trigger the HTTP cache warmer

To warm up the HTTP cache, you can simply use the console command `http:cache:warm:up`. This command sends a message to the message queue for each sales channel domain to warm it up as fast as possible. It is important that queue workers are started according to our [message queue](../infrastructure/message-queue).

### How to change the cache storage

The standard Shopware HTTP cache can be exchanged or reconfigured in several ways. The standard cache comes with an `adapter.filesystem`. The configuration can be found in the `shopware/src/Core/Framework/Resources/config/packages/framework.yaml` file.
Expand Down
Loading