After logging in when a user clicks on the conversation it gets fetched, if the user clicks on other conversation it fetches other conversation again i.e every time user clicks on a conversation a new request is sent to server which delays the application
SOLUTION -> Fetch all the conversations of the logged in user and store them in Redis
After logging in when a user clicks on the conversation it gets fetched, if the user clicks on other conversation it fetches other conversation again i.e every time user clicks on a conversation a new request is sent to server which delays the application
SOLUTION -> Fetch all the conversations of the logged in user and store them in Redis