Skip to content

docs(product): Add description teaser performance info#2323

Open
Marcel Brode (marcelbrode) wants to merge 1 commit into
mainfrom
6310/description-teaser
Open

docs(product): Add description teaser performance info#2323
Marcel Brode (marcelbrode) wants to merge 1 commit into
mainfrom
6310/description-teaser

Conversation

@marcelbrode

Copy link
Copy Markdown
Contributor

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

  • I reviewed affected links, code samples, and cross-references, including PageRef references where relevant.
  • I added or updated redirects in .gitbook.yaml if pages were moved, renamed, or deleted.
  • I updated .wordlist.txt (and sorted it) if spellcheck flags new legitimate terms.
  • Any required dependent changes in downstream modules have already been merged and published.
  • This pull request is ready for review.

Notes

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

High Loading Times for Categories Due to Short Descriptions in Product Boxes

2 participants