I have a custom application built on DNN 5. We are having some scalability issues with the number of concurrent users. After some data capture / analysis it looks like our current menu system is consuming way to much resources. Since the menu isn't an integral part of the application, I want to switch it out with the most lightweight menu system possible. I still need a menu for Administrative functions related to the application. But not really for general users.
Any suggestions?