"Premature optimization is a root of all evil." Popularized by Donald Knuth, author of "The Art of Computer Programming." The point is that optimizing when you don't know you have a bottleneck is usually a waste of time.
Yep. I didn't originate the sentiment. I just recall learning that back in some CS class.