Currently Vara.Eth Idea indexer has 4 different endpoints to get a message: /messages/requests, /messages/sent, /replies/requests and /replies/sent.
Because of this, app's message page sends 4 requests at the same time.
It's possible to avoid - there should be only one endpoint that resolves message type internally.