that's like saying high level languages cannot be unequivocally better then writing assembly, not doing your own memory management is bad, etc...
Functional programming is a higher level abstraction. If the underlying implementation is not well implemented/optimized then you could have bad performance while the opposite is also true.
FP is a higher level paradigm so you might have to trade off with performance too