Is it normal for has_access to take (with caching enabled) 2ms per request? (on a fast server)
For the 'menu' part of the project, i'm looping through all options with has_access, there's about 20 modules with all separate rights installed. It takes approx 35-45ms to just loop through all options and generate the menu..
Perhaps there's another option to loop through pages like that?