Global row / modules : number of page request

Hi,

i would like to know if using multiple golabl module / rows on the same page inreases the number of requests of the page (http/sql) ?

Thanks,

Adelino.

Hey Adelino,

I’ve already assigned another member of the team to assist you with your concern.

Ben

Hey Adelino,

Pages with global rows/modules make the same number of requests as a page with the same content that isn’t global. Everything gets wrapped up into a single CSS and JS file for each layout, regardless of if it has globals in it. There might be a few more SQL requests, but nothing major.

Justin