Skip to content

Instantly share code, notes, and snippets.

View guentur's full-sized avatar
🎯
Efficiency

Kyrylo guentur

🎯
Efficiency
  • Chernivtsi, Ukraine
View GitHub Profile
@ProcessEight
ProcessEight / Anatomy of Magento 2: Layered Navigation.md
Last active February 17, 2024 05:39
In-depth exploration of how layered navigation is implemented in Magento 2

Anatomy of Magento 2: Layered Navigation

Points for investigation

  • Generate high-level overview of all the main components
  • How are the total item counts for each option generated?
  • How is the catalog updated to display the matching products?
  • How are options rendered?
  • What are the customisation points?
  • What events are dispatched?