After deploying, I noticed that user_quota_menu() is calling rebuild_menu() on every page load. While it's not going to bring a site to its knees, it's definitely non-optimal. I will have a fix up shortly.

Comments

dmuth’s picture

Title: Excessive CPU useage » Excessive CPU usege

Er, I guess the function is menu_rebuild(). Silly me.

dmuth’s picture

Title: Excessive CPU usege » Excessive CPU usage
Status: Active » Fixed

Okay, this has been fixed. It turns out that the menus are built just fine even if menu_rebuild() is not called. Heh.

Anonymous’s picture

Status: Fixed » Closed (fixed)