docs(product): Add description teaser performance info#2323
Open
Marcel Brode (marcelbrode) wants to merge 1 commit into
Open
docs(product): Add description teaser performance info#2323Marcel Brode (marcelbrode) wants to merge 1 commit into
Marcel Brode (marcelbrode) wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extends the performance documentation by describing Shopware’s “reduced product data in listings” behavior (including descriptionTeaser) and cross-linking it to the existing “Partial Data Loading” integration/API guide.
Changes:
- Added a new performance-tweaks section explaining reduced/partial product entities in storefront listings and how to enable the related setting.
- Added a note to the Partial Data Loading guide pointing to its usage in storefront listings and linking to the new performance section.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| guides/hosting/performance/performance-tweaks.md | Adds a new section documenting reduced product data in listings, configuration location, and related constraints. |
| guides/development/integrations-api/partial-data-loading.md | Adds a cross-reference noting Shopware’s own usage of partial data loading for listings when enabled. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| This includes the `descriptionTeaser`, a shortened, HTML-free excerpt that replaces the full description in listings. | ||
| It lowers database load, memory usage and transfer size — especially for catalogs with large product descriptions. | ||
|
|
||
| Enable the setting per sales channel under *Settings > Products > "Load reduced product data in listings"* (`core.listing.partialDataLoading`). |
Comment on lines
+112
to
+114
| Product listings can load a reduced, curated field set instead of full product entities. | ||
| This includes the `descriptionTeaser`, a shortened, HTML-free excerpt that replaces the full description in listings. | ||
| It lowers database load, memory usage and transfer size — especially for catalogs with large product descriptions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes: shopware/shopware#6310
Summary
Added info über descriptionTeaser, which reduces the load of the description to a maximum of 512 characters
Related links
shopware/shopware#6310
Checklist
PageRefreferences where relevant..gitbook.yamlif pages were moved, renamed, or deleted..wordlist.txt(and sorted it) if spellcheck flags new legitimate terms.Notes