Previously, we were loading all conversations at once on the conversation's page.
This was causing performance issues for users with a large number of conversations.
We have now switched to an infinite scroll approach where we load conversations as the user scrolls down.
Now the page loads instantly and you can scroll through past conversations without any delay