if there are `N` module on the page, **each** module renders `N` times, i.e: totlal number of rendering is `N^2`.
if there are
Nmodule on the page, each module rendersNtimes, i.e: totlal number of rendering isN^2.