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
How We Are Scaling WooCommerce Core | Kevin Ki...
Search
WooConf
October 19, 2017
Programming
1
320
How We Are Scaling WooCommerce Core | Kevin Killingsworth
WooConf
October 19, 2017
Tweet
Share
More Decks by WooConf
See All by WooConf
Weaving CRO and Agile methodologies: A Big Brand Case Study | Laura Nelson
wooconf
0
420
Open eCommerce | Beka Rice
wooconf
2
410
Enterprise ecommerce with WooCommerce at the centre of your architecture | David Lockie
wooconf
0
510
Paid Search and eCommerce | Elizabeth Marsten
wooconf
0
94
How To Price Your Product for Profitability | Kenn Kelly
wooconf
0
79
Moving from Etsy to WooCommerce | Jeff Daigle
wooconf
1
99
Scaling WooCommerce for international sales | Jimmy Rosén & Richard Sweeney
wooconf
0
820
WooCommerce Speed Demon | Zach Stepek
wooconf
1
410
Using the Woo API for Data Visualization with JavaScript | Zac Gordon
wooconf
0
150
Other Decks in Programming
See All in Programming
Instrumentsを使用した アプリのパフォーマンス向上方法
hinakko
0
230
Ruby on Railroad: The Power of Visualizing CFG
ydah
0
290
The Nature of Complexity in John Ousterhout’s Philosophy of Software Design
philipschwarz
PRO
0
160
プロフェッショナルとしての成長「問題の深掘り」が導く真のスキルアップ / issue-analysis-and-skill-up
minodriven
8
1.9k
SwiftDataのカスタムデータストアを試してみた
1mash0
0
140
七輪ライブラリー: Claude AI で作る Next.js アプリ
suneo3476
1
170
監視 やばい
syossan27
12
10k
開発者フレンドリーで顧客も満足?Platformの秘密
algoartis
0
170
iOSアプリで測る!名古屋駅までの 方向と距離
ryunakayama
0
150
State of Namespace
tagomoris
5
2.4k
Rubyの!メソッドをちゃんと理解する
alstrocrack
1
120
The Implementations of Advanced LR Parser Algorithm
junk0612
2
1.3k
Featured
See All Featured
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.5k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Adopting Sorbet at Scale
ufuk
76
9.3k
The Cult of Friendly URLs
andyhume
78
6.3k
Rails Girls Zürich Keynote
gr2m
94
13k
Building an army of robots
kneath
305
45k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.4k
Mobile First: as difficult as doing things right
swwweet
223
9.6k
Agile that works and the tools we love
rasmusluckow
329
21k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
A designer walks into a library…
pauljervisheath
205
24k
Transcript
How we are scaling WooCommerce core Kevin Killingsworth @coderkevin
#GOALS Scaling: Small to Huge Performance: Appropriate for scale Extension
compatibility
Step 1: CRUD
Data Stores = Data Flexibility
None
Custom Tables
None
Multiple Sites Multiple Databases
None
Import and Export (for free!)
None
Get Started • Start a plugin • Install prerequisites •
Install hooks add_filter( 'woocommerce_order_data_store', my_order_datastore ); • Fulfill data operations • Data migration