I am using Twilio Chat Javascript SDK.
https://media.twiliocdn.com/sdk/js/chat/releases/3.2.3/docs/Client.html#getChannelBySid__anchor
This function is very slow when the user is part of 100 channels. This takes around 6-7 seconds to return channel information.
Interestingly if I remove all the sessionStorage items related to twilio and reload the page, the same function takes around 1-2 seconds.
Any help here would be really appreciated.