Skip to content

Commit

Permalink
chore: make clearer what the disadvantages refer to (#1614)
Browse files Browse the repository at this point in the history
* chore: make clearer what the disadvantages refer to

* Update guides/hosting/performance/performance-tweaks.md

---------

Co-authored-by: Micha Hobert <[email protected]>
  • Loading branch information
tinect and Isengo1989 authored Dec 16, 2024
1 parent ce91303 commit 41cd044
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions guides/hosting/performance/performance-tweaks.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,12 @@ This is available starting with Shopware 6.6.10.0
The **Product Stream Indexer** is a background process that creates a mapping table of products to their streams.
It is used to find which category pages are affected by product changes. On a larger inventory set or a high update frequency, the **Product Stream Indexer** can be a performance bottleneck.

Disadvantages are:
To disable the Product Stream Indexer, you can set the following configuration:

<<< @/docs/snippets/config/product_stream.yaml

Disabling the Product Stream Indexer has the following disadvantages:

- When you change a product in a stream, the category page is not updated until the HTTP cache expires
- You could also explicitly update the category page containing the stream to workaround if that is a problem
- Also, the Line Item in the Stream Rule will always be evaluated to `false`

To disable the Product Stream Indexer, you can set the following configuration:

<<< @/docs/snippets/config/product_stream.yaml

0 comments on commit 41cd044

Please sign in to comment.