1

My Meteor application is deployed on aws EC2 large instance with 8gb ram and 50 gb storage using Mup, My application have more than 30 clients, It slows down at any time in a day i.e. pages keeps on loading.

please suggest load balancing techniques for meteor.

It works fine and smooth on local environment, but slows down in production. I have minimised subscriptions and loaded minimum amount of data in all pages. Application works fine for sometime when instance is restarted.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Tushar Kale
  • 159
  • 1
  • 12
  • 30 users should not kill your system performance, you should probably look at how the code performs and optimise that before you go to load balancing. You could start by using Kadira to identify the bottlenecks – Mikkel Jul 26 '19 at 21:42
  • Hi Mikkel, please provide link for kadira, I am not able to install from atmospherJS – Tushar Kale Jul 29 '19 at 12:34

1 Answers1

0

Following up on your request for Kadira - it is a meteor package itself, there is an announcement of it becoming open source in 2017 here: https://blog.meteor.com/kadira-apm-is-now-open-source-490469ffc85f

The github repo is here: https://github.com/kadira-open/kadira-server

This hasn't been actively maintained, there is another fork of it here that has had some work on it: https://github.com/lmachens/meteor-apm-server

Mikkel
  • 7,693
  • 3
  • 17
  • 31