Skip to content

Commit

Permalink
Remove cache warmer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
keulinho committed Dec 9, 2024
1 parent 9d2e27d commit d62383e
Showing 1 changed file with 0 additions and 4 deletions.
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

0 comments on commit d62383e

Please sign in to comment.