I have researched a lot and found that one of the performance techniques is to set ChangeDetectionStrategy to OnPush in Angular to reduce modification numbers in Angular App, but can be some cases when it's not recommended to use it?
I will start using it in Ionic Angular Application with a declarative/reactive RxJS pattern.
It will be so nice to suggest to me some keywords to increase performance to the max.