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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
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
91
Newer way to notify customer about features
arunoda
1
71
Other Decks in Technology
See All in Technology
WebアクセシビリティをCI/CDで担保する ― axe DevTools × Playwright C#実践ガイド
tomokusaba
2
170
Go 1.26 Genericsにおける再帰的型制約 / Recursive Type Constraints in Go 1.26 Generics
ryokotmng
0
120
フロントエンド刷新 4年間の軌跡
yotahada3
0
490
夢の無限スパゲッティ製造機 #phperkaigi
o0h
PRO
0
130
Cortex Code CLI と一緒に進めるAgentic Data Engineering
__allllllllez__
0
430
AI時代の「本当の」ハイブリッドクラウド — エージェントが実現した、あの頃の夢
ebibibi
0
150
最強のAIエージェントを諦めたら品質が上がった話 / how quality improved after giving up on the strongest AI agent
kt2mikan
0
190
CyberAgentの生成AI戦略 〜変わるものと変わらないもの〜
katayan
0
270
生成AI活用でQAエンジニアにどのような仕事が生まれるか/Support Required of QA Engineers for Generative AI
goyoki
1
260
1GB RAMのラズピッピで何ができるのか試してみよう / 20260319-rpijam-1gb-rpi-whats-possible
akkiesoft
0
380
コンテキスト・ハーネスエンジニアリングの現在
hirosatogamo
PRO
3
470
VLAモデル構築のための AIロボット向け模倣学習キット
kmatsuiugo
0
250
Featured
See All Featured
Abbi's Birthday
coloredviolet
2
5.4k
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.4k
How Software Deployment tools have changed in the past 20 years
geshan
0
33k
Max Prin - Stacking Signals: How International SEO Comes Together (And Falls Apart)
techseoconnect
PRO
0
120
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.3k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
16k
Art, The Web, and Tiny UX
lynnandtonic
304
21k
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
640
The Curious Case for Waylosing
cassininazir
0
270
The Pragmatic Product Professional
lauravandoore
37
7.2k
Raft: Consensus for Rubyists
vanstee
141
7.4k
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!