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
73
Meteor & Container (by Justin from MDG)
arunoda
0
110
Tour De Docker - Meteorhacks Show 2015 May
arunoda
1
150
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
97
How to write CPU optimized Meteor apps
arunoda
3
87
Newer way to notify customer about features
arunoda
1
69
Other Decks in Technology
See All in Technology
面倒な作業はAIにおまかせ。Flutter開発をスマートに効率化
ruideengineer
0
260
Tokyo_reInforce_2025_recap_iam_access_analyzer
hiashisan
0
190
DatabricksにOLTPデータベース『Lakebase』がやってきた!
inoutk
0
120
LangChain Interrupt & LangChain Ambassadors meetingレポート
os1ma
2
320
Glacierだからってコストあきらめてない? / JAWS Meet Glacier Cost
taishin
1
170
Delta airlines®️ USA Contact Numbers: Complete 2025 Support Guide
airtravelguide
0
340
マネジメントって難しい、けどおもしろい / Management is tough, but fun! #em_findy
ar_tama
7
1.1k
クラウド開発の舞台裏とSRE文化の醸成 / SRE NEXT 2025 Lunch Session
kazeburo
0
110
高速なプロダクト開発を実現、創業期から掲げるエンタープライズアーキテクチャ
kawauso
3
9.5k
American airlines ®️ USA Contact Numbers: Complete 2025 Support Guide
airhelpsupport
0
390
AI専用のリンターを作る #yumemi_patch
bengo4com
6
4.3k
20250705 Headlamp: 專注可擴展性的 Kubernetes 用戶界面
pichuang
0
280
Featured
See All Featured
A Tale of Four Properties
chriscoyier
160
23k
The Language of Interfaces
destraynor
158
25k
Documentation Writing (for coders)
carmenintech
72
4.9k
4 Signs Your Business is Dying
shpigford
184
22k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Automating Front-end Workflow
addyosmani
1370
200k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
BBQ
matthewcrist
89
9.7k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
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!