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
71
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
200
Scaling a Meteor Cluster
arunoda
0
250
Microservices and Meteor
arunoda
0
880
Introduction to Meteor
arunoda
1
95
How to write CPU optimized Meteor apps
arunoda
3
86
Newer way to notify customer about features
arunoda
1
65
Other Decks in Technology
See All in Technology
SDN の Hype Cycle を一通り経験してみて思うこと / Going through the Hype Cycle of SDN
mshindo
1
160
AGIについてChatGPTに聞いてみた
blueb
0
130
DynamoDB でスロットリングが発生したとき_大盛りver/when_throttling_occurs_in_dynamodb_long
emiki
1
460
B2B SaaSから見た最近のC#/.NETの進化
sansantech
PRO
0
950
CDCL による厳密解法を採用した MILP ソルバー
imai448
3
180
20241120_JAWS_東京_ランチタイムLT#17_AWS認定全冠の先へ
tsumita
2
310
アプリエンジニアのためのGraphQL入門.pdf
spycwolf
0
110
Terraform Stacks入門 #HashiTalks
msato
0
360
強いチームと開発生産性
onk
PRO
36
12k
OCI Vault 概要
oracle4engineer
PRO
0
9.7k
マルチプロダクトな開発組織で 「開発生産性」に向き合うために試みたこと / Improving Multi-Product Dev Productivity
sugamasao
1
310
OS 標準のデザインシステムを超えて - より柔軟な Flutter テーマ管理 | FlutterKaigi 2024
ronnnnn
1
300
Featured
See All Featured
Building an army of robots
kneath
302
43k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
YesSQL, Process and Tooling at Scale
rocio
169
14k
The Invisible Side of Design
smashingmag
298
50k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
What's in a price? How to price your products and services
michaelherold
243
12k
[RailsConf 2023] Rails as a piece of cake
palkan
52
4.9k
Rails Girls Zürich Keynote
gr2m
94
13k
4 Signs Your Business is Dying
shpigford
180
21k
The Art of Programming - Codeland 2020
erikaheidi
52
13k
How GitHub (no longer) Works
holman
310
140k
Building Your Own Lightsaber
phodgson
103
6.1k
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!