How to run MERN apps on Heroku as fast they run on localhost?

Viewed 15

I have developed a MERN social media app. Here is the link : https://we2weapp.herokuapp.com/auth.

I am hosting it on Heroku. It works. But there is a serious performance drop between how it runs on the web and how it runs on localhost. Its much snappier, and faster on localhost. Things get slowed down significantly on Heroku. Is it because I am a free tier user of Heroku? Is it my code? Is it MongoDb? Thanks a lot community for your help!

0 Answers
Related