Quick question about static methods

Are static methods innately slower than instance methods? I have been using static methods heavily in a project I’m working on and was just worried that maybe instance methods would be faster… anybody know for certain?

thanks!