Log1x/navi

Serious performance issues – just using `build()`, no actual output...

E-VANCE opened this issue · 3 comments

Serious performance issues – just using `build()`, no actual output...
Log1x commented

Care to elaborate? I've built a few pretty large mega menu's with Navi and have never had any sort of performance issue.

Sorry, posted by accident while I was still debugging (hit enter without having added the description) and I found the root issue in the meantime – was calling (new Navi())->build('primary_navigation') as a non-static function which resulted in massive overhead / redundancy.

Many thanks for providing this brilliant helper which makes working with the WordPress menus so much cleaner and accessible!

Log1x commented

No problem. Glad you got it sorted. 😄