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

Performance Optimization Tips for Meteor

arunoda
April 28, 2015

Performance Optimization Tips for Meteor

arunoda

April 28, 2015
Tweet

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