Turboframe unnecessary queries from out-of-frame pieces

When lazyloading or updating a turboframe, the page that’s requested needs to contain a turboframe with the same ID.

The frame being updated may only be a portion of the page, with lots of other content outside of the frame. That work to prepare the outside-of-frame content still needs to be done, including database queries.

Is that a problem that folks are addressing somehow, or is it more of just a theoretical problem?