This repository was archived by the owner on Sep 16, 2021. It is now read-only.
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
explain how to cache menu blocks with ESI #312
Open
Description
especially due to the performance issues with MenuBundle it would be good to explain how to efficiently cache menu inside an ESI block.
for now there are two strategies to still be able to handle highlighting the selected menu entry:
- pass the url to the ESI prevent KnpMenu from loading the entire menu/route/content tree menu-bundle#19 (comment)
- do the highlighting with javascript