We have integrated Twilio Chat in Angular 7 applications with Angular Material and now having issues with performance (app freezes, slow animations) on first load (about 10s).
It's strongly depends on number of channels current user has. Currently it's about 70.
Twilio Chat installed using npm
from https://www.npmjs.com/package/twilio-chat
.
Does anyone experienced the same issue and found any feasible solution?
UPDATE
Tried with a new client which has only one channels and performance is good. But with the client which has about 151 channels still see performance issues.