Does Ionic side-menu(tutorial) app runs faster than tabs app?

Looking at the DOM nodes I see that the side menu app only has the current page in the DOM while in tabs apps the DOM of every tab is there? Does this mean the tabs would get slow as the complexity of the app increases? Has anyone done any bench marks on this?

Seems to work similarly.