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
72
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
880
Introduction to Meteor
arunoda
1
97
How to write CPU optimized Meteor apps
arunoda
3
86
Newer way to notify customer about features
arunoda
1
66
Other Decks in Technology
See All in Technology
Oracle Cloud Infrastructure:2025年2月度サービス・アップデート
oracle4engineer
PRO
1
140
バックエンドエンジニアのためのフロントエンド入門 #devsumiC
panda_program
16
7k
エンジニアの育成を支える爆速フィードバック文化
sansantech
PRO
3
990
Building Products in the LLM Era
ymatsuwitter
10
5k
OpenID BizDay#17 KYC WG活動報告(法人) / 20250219-BizDay17-KYC-legalidentity
oidfj
0
140
飲食店予約台帳を支えるインタラクティブ UI 設計と実装
siropaca
7
1.6k
ホワイトボードチャレンジ 説明&実行資料
ichimichi
0
120
「海外登壇」という 選択肢を与えるために 〜Gophers EX
logica0419
0
640
なぜ私は自分が使わないサービスを作るのか? / Why would I create a service that I would not use?
aiandrox
0
510
The Future of SEO: The Impact of AI on Search
badams
0
160
Googleマップ/Earthが一般化した 地図タイルのイマ
mapconcierge4agu
1
200
明日からできる!技術的負債の返済を加速するための実践ガイド~『ホットペッパービューティー』の事例をもとに~
recruitengineers
PRO
3
290
Featured
See All Featured
It's Worth the Effort
3n
184
28k
Practical Orchestrator
shlominoach
186
10k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
Git: the NoSQL Database
bkeepers
PRO
427
64k
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
29
2.2k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Designing for humans not robots
tammielis
250
25k
How to train your dragon (web standard)
notwaldorf
91
5.8k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
Docker and Python
trallard
44
3.3k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
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!