Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 629 Bytes

2022-07-20-improve-seo-indexer-performance.md

File metadata and controls

16 lines (13 loc) · 629 Bytes
title issue author author_email
Improve seo indexer performance
NEXT-17325
Soner Sayakci

Core

  • Changed \Shopware\Core\Content\Seo\SeoUrlPersister to not set updated_at to set urls while changing is_deleted

Storefront

  • Deprecated product.mainCategory variable in seo url product template, use product.categories.sortByPosition().first.translated.name instead
    • All additional needed information will be joined automatically loaded when needed in the template
  • Added active product filtering to \Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute