I am aware of this answer that explains what setting lazy="extra" does.
My question is, is there any costs associated with using lazy="extra"? Why wouldn't we just set lazy="extra" to every instance where we would otherwise set it to "true"? It seems it is same as "true" but better?