Ng2-translate performance

Hello, I want to i18n my application but ng2-translate uses pipes all over.

Would that trigger change detection for EVERY label? Or does it simply cache

If that’s a performance problem how should we use it for performance?

I found this thread but didn’t get the idea of the answer… https://forum.ionicframework.com/t/ng2-translate-and-performance/62569

Thank you.