You must be logged in to reply to this topic. Click here to login or register
Forum › Forum › Magento Theme › SNS Avaz – Magento Theme › Custom menu items performance
app/code/local/Sns/Avaz/Block/Mainmenu.php line 380
“`
$html .= $this->_getCustomItems(false, $collect_customitems, $category->getId());
“`
This causes each existing custom menu block to be rendered for each top level menu item. I have a menu with 10 main navigation items and one block each. This results in those blocks to be rendered 10 x 10 times resulting in a 90% overhead. Please fix and provide a fix and patch.
You must be logged in to reply to this topic. Click here to login or register