Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Performance Optimization Tips for Meteor
Search
arunoda
April 28, 2015
Technology
0
300
Performance Optimization Tips for Meteor
arunoda
April 28, 2015
Tweet
Share
More Decks by arunoda
See All by arunoda
How JavaScript Works
arunoda
1
76
Meteor & Container (by Justin from MDG)
arunoda
0
110
Tour De Docker - Meteorhacks Show 2015 May
arunoda
1
160
Introduction to Flow - UI Architecture for Meteor
arunoda
1
210
Scaling a Meteor Cluster
arunoda
0
250
Microservices and Meteor
arunoda
0
890
Introduction to Meteor
arunoda
1
98
How to write CPU optimized Meteor apps
arunoda
3
90
Newer way to notify customer about features
arunoda
1
70
Other Decks in Technology
See All in Technology
"おまじない"はもう卒業! デバッガで探るSpring Bootの裏側と「学び方」の学び方
takeuchi_132917
0
110
Data & AIの未来とLakeHouse
ishikawa_satoru
0
720
Flutterで実装する実践的な攻撃対策とセキュリティ向上
fujikinaga
1
330
AIエージェントは「使う」だけじゃなくて「作る」時代! 〜最新フレームワークで楽しく開発入門しよう〜
minorun365
11
1.6k
こんな時代だからこそ! 想定しておきたいアクセスキー漏洩後のムーブ
takuyay0ne
4
540
Lazy Constant - finalフィールドの遅延初期化
skrb
0
130
Design and implementation of "Markdown to Google Slides" / phpconfuk 2025
k1low
1
390
ある編集者のこれまでとこれから —— 開発者コミュニティと歩んだ四半世紀
inao
1
410
内部品質・フロー効率・コミュニケーションコストを悪化させ現場を苦しめかねない16の組織設計アンチパターン[超簡易版] / 16 Organization Design Anti-Patterns for Software Development
mtx2s
2
200
これからアウトプットする人たちへ - アウトプットを支える技術 / that support output
soudai
PRO
17
5.3k
“それなりに”安全なWebアプリケーションの作り方
xryuseix
0
290
エンジニアに定年なし! AI時代にキャリアをReboot — 学び続けて未来を創る
junjikoide
0
180
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Music & Morning Musume
bryan
46
6.9k
RailsConf 2023
tenderlove
30
1.3k
A Tale of Four Properties
chriscoyier
161
23k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
320
Build The Right Thing And Hit Your Dates
maggiecrowley
38
2.9k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3.1k
Raft: Consensus for Rubyists
vanstee
140
7.2k
Agile that works and the tools we love
rasmusluckow
331
21k
Transcript
Performance Optimisation Tips for Meteor @meteorhacks
Use this.unblock
Use this.unblock for publications use `meteorhacks:unblock`
Use this.unblock
Use subs-manager
Use subs-manager
Use subs-manager
Send the data you only need (to the client) Use
field filters add limits do not count data on the client
Don’t fetch a lot of data to the Server Use
aggregation pipelines (meteorhacks:aggregate) Pre-aggregate using some other tools
Use indexes from the beginning
Don’t overuse $in inside publications
Stop subscriptions properly
Defer Execution
Avoid .fetch() inside #each helper values
Don’t change Layout too often Try to do the smallest
set of UI changes
Use Flow Router
Use Kadira
Get 40% discount https://bulletproofmeteor.com/coupon/meteor-taipe
Thank You!