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
400
Enterprise ecommerce with WooCommerce at the centre of your architecture | David Lockie
wooconf
0
490
Paid Search and eCommerce | Elizabeth Marsten
wooconf
0
91
How To Price Your Product for Profitability | Kenn Kelly
wooconf
0
77
Moving from Etsy to WooCommerce | Jeff Daigle
wooconf
1
97
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
2025/3/18 サービスの成長で生じる幅広いパフォーマンスの問題を、 AIで手軽に解決する
shirahama_x
0
160
‘무차별 LGTM~👍’만 외치던 우리가 ‘고봉밥 코드 리뷰’를?
hannah0731
0
530
List とは何か? / PHPerKaigi 2025
meihei3
0
560
snacks.nvim内のセットアップ不要なプラグインを紹介 / introduce_snacks_nvim
uhooi
0
350
remix + cloudflare workers (DO) docker上でいい感じに開発する
yoshidatomoaki
0
120
生成AIの使いどころ
kanayannet
0
100
令和トラベルにおけるコンテンツ生成AIアプリケーション開発の実践
ippo012
1
270
Let's Take a Peek at PHP Parser 5.x!
inouehi
0
100
아직도 SOLID 를 '글'로만 알고 계신가요?
sh1mj1
0
360
Compose Navigation実装の見通しを良くする
hiroaki404
0
180
goにおける コネクションプールの仕組み を軽く掘って見た
aronokuyama
0
140
英語文法から学ぶ、クリーンな設計の秘訣
newnomad
1
270
Featured
See All Featured
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.7k
Scaling GitHub
holman
459
140k
It's Worth the Effort
3n
184
28k
Unsuck your backbone
ammeep
670
57k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Fireside Chat
paigeccino
37
3.3k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
Stop Working from a Prison Cell
hatefulcrawdad
268
20k
What's in a price? How to price your products and services
michaelherold
245
12k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
470
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
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