Generally speaking, you should avoid using every tick as much as possible. Programming principals would lean towards not making something that you cant control.
Adding a simple variable compare is a reasonable solution... within reason. Speaking of within reason, running a set text every tick is reasonable, running many instances every tick, not so much.
As to sheet includes, there's not been any indication that they have any performance impact.