On every request, all configured (and published) Layer (from the Orcahrd.Widgets module) content items are being fetched to test whether each one is active for the specific page being displayed.
Since these contents generally don't change very often, we end up with the same list of contents again and again.
I will soon post a PR where I propose to solve this by caching the result of that query.
On every request, all configured (and published) Layer (from the Orcahrd.Widgets module) content items are being fetched to test whether each one is active for the specific page being displayed.
Since these contents generally don't change very often, we end up with the same list of contents again and again.
I will soon post a PR where I propose to solve this by caching the result of that query.