Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Performance Optimization Tips for Meteor

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.
Avatar for arunoda arunoda
April 28, 2015

Performance Optimization Tips for Meteor

Avatar for arunoda

arunoda

April 28, 2015

More Decks by arunoda

Other Decks in Technology

Transcript

  1. Send the data you only need
 (to the client) Use

    field filters add limits do not count data on the client
  2. Don’t fetch a lot of data to the Server Use

    aggregation pipelines (meteorhacks:aggregate) Pre-aggregate using some other tools