Best hosting for Production E-commerce application?
Unanswered
Chilean jack mackerel posted this in #help-forum
Chilean jack mackerelOP
All thoughts are welcome.
I have recently migrated my e-commerce application to Next JS, I'm currently hosting it on an EC2 using PM2 in cluster mode, I'm not getting the best possible output at this moment, I've experienced users complaining about slowness and delays. I was wondering what is the best way to host a Next application for e-commerce domain where expected traffic is somewhere around 4-5k hits per minute with 1-2k active users at any given time? I want to deliver a seamless experience to the customers but also not compromise on SEO performance which was one of the main reasons to migrate to Next JS from React JS, a lot of in app performance improvements would be needed since it's not always just the hosting making any application better. #hosting #nextjs #production
I have recently migrated my e-commerce application to Next JS, I'm currently hosting it on an EC2 using PM2 in cluster mode, I'm not getting the best possible output at this moment, I've experienced users complaining about slowness and delays. I was wondering what is the best way to host a Next application for e-commerce domain where expected traffic is somewhere around 4-5k hits per minute with 1-2k active users at any given time? I want to deliver a seamless experience to the customers but also not compromise on SEO performance which was one of the main reasons to migrate to Next JS from React JS, a lot of in app performance improvements would be needed since it's not always just the hosting making any application better. #hosting #nextjs #production
1 Reply
first off, you need to share what is the root cause of slowness and delays, web servers, DB, network and so on. on top of that we would come up with solutions.