verbb / cp-nav

Control Panel Nav is a Craft CMS plugin to help manage your Control Panel navigation.
MIT License
130 stars 11 forks source link

slow page loads #100

Closed gixxy22 closed 2 years ago

gixxy22 commented 2 years ago

when cpnav is enabled, it adds ~300ms to each page load in admin. currently around 900ms for a page load, when disabling cpnav it drops to ~600ms.

anything thats causing this?

engram-design commented 2 years ago

Well, there's a lot more overhead with generating the menu, mostly because Craft needs to generate the menu first, then CP Nav takes over with database calls to its own tables to fetch your custom nav items (order, names, etc), so there's always going to be some overhead. It probably shouldn't be as high as 300ms, but it also doesn't surprise me.

I'll take a look at some ways we can improve performance.

engram-design commented 2 years ago

Should be improved in 4.0.0-beta.2 for Craft 4.