Performance Profiling Recommendations
Posted by galaxiecruzin on March 21, 2013 at 8:14pm
First off, thanks in advance for any comments/recommendations.
Over the past few months I have been working on performance tuning a D7 site that includes Drupal commerce. Using NewRelic, I was able to determine that menu_tree_check_access() was being called on every menu item with the Taxonomy Menu Block. I quickly replaced the menu block with Views that does the same thing as the menu block did, except much faster...
Read more