Jump to content

Edit History

nik

nik

My online shop is using a couple of menu addons, called JMSMegaMenu and JMSVerticalMenu. These came with the theme I have been using since day one, also from JMS.

I ran a profiler for diggint into some performance issue and I discovered following:
For every page request, the 2 addons run an identical sql query 456 and 231 times accordingly (once for every single menu item and subitem of the shop), inorder to fetch the names of the menu items.


Capture.thumb.JPG.3e42d3460ef28ec26bcd7d2b31dbcabd.JPG

 

I'm wondering if this is a good practise for Menu Addons and such an amount of double queries is normal, or if I am using an extremely badly designed addon.

I assume that this behaviour is stressing our the respective SQL tables, which highly affects the performance, and especially the TTFB, which I am having issues with.

Thanks in advance,

Nikos 

nik

nik

My online shop is using a couple of menu addons, called JMSMegaMenu and JMSVerticalMenu. These came with the theme I have been using since day one, also from JMS.

I ran a profiler for diggint into some performance issue and I discovered following:
For every page request, the 2 addons run an identical sql query 456 and 231 times accordingly (once for every single menu item and subitem of the shop), inorder to fetch the names of the menu items.


Capture.thumb.JPG.3e42d3460ef28ec26bcd7d2b31dbcabd.JPG

 

Im wondering if this is a good practise for Menu Addons and it's normal, or if I am using an extremely badly designed addon.

I assume that this behaviour is stressing our the respective SQL tables, which highly affects the performance, and especially the TTFB, which I am having issues with.

Thanks in advance,

Nikos 

×
×
  • Create New...