Meteor app working too slow over amazon ec2 server and CPU usage reaching to 100%. Subscriptions loads too slow and frustrating.
Any help?
Meteor app working too slow over amazon ec2 server and CPU usage reaching to 100%. Subscriptions loads too slow and frustrating.
Any help?
Install Kadira APM to see what’s happening behind the scenes (it will help you answer @rjakobsson’s great questions).
subscription are fetching data to client with thousands of records. For now there are `50-70 clients connecting simultaneously.I am using 1.1.0.3 meteor version.
I believe that @hwillson’s recommendation - to install Kadira, is the quickest way you’ll determine what’s causing the CPU to spike.
Thanks Robin Jakobsson . I will take a look into Kadira