admin_toolbar_tools adds a lot of links to the toolbar.
In our dev environment without cache almost half of the rendering time is spent on the toolbar.
We identified two things that are slow:
{{ link(item.title, item.url) }}
with <a href="{{ item.url }}">{{ item.title }}</a>
it becomes much faster but it feels dirty.Disable cache entirely.
Measure the time it takes to generate a page with and without admin_toolbar_tools.
I'm not sure what can be done here, the module does not really do anything wrong, it's just the sheer amount of links that makes things slow.
Active
3.6
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.