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
330
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
430
Open eCommerce | Beka Rice
wooconf
2
420
Enterprise ecommerce with WooCommerce at the centre of your architecture | David Lockie
wooconf
0
540
Paid Search and eCommerce | Elizabeth Marsten
wooconf
0
100
How To Price Your Product for Profitability | Kenn Kelly
wooconf
0
84
Moving from Etsy to WooCommerce | Jeff Daigle
wooconf
1
100
Scaling WooCommerce for international sales | Jimmy Rosén & Richard Sweeney
wooconf
0
840
WooCommerce Speed Demon | Zach Stepek
wooconf
1
420
Using the Woo API for Data Visualization with JavaScript | Zac Gordon
wooconf
0
160
Other Decks in Programming
See All in Programming
KotlinConf 2025 現地参加の土産話
n_takehata
0
100
統一感のある Go コードを生成 AI の力で手にいれる
otakakot
0
3k
「ElixirでIoT!!」のこれまでとこれから
takasehideki
0
360
Go Modules: From Basics to Beyond / Go Modulesの基本とその先へ
kuro_kurorrr
0
120
Javaに鉄道指向プログラミング (Railway Oriented Pro gramming) のエッセンスを取り入れる/Bringing the Essence of Railway-Oriented Programming to Java
cocet33000
2
580
Webからモバイルへ Vue.js × Capacitor 活用事例
naokihaba
0
710
アンドパッドの Go 勉強会「 gopher 会」とその内容の紹介
andpad
0
230
Cursor Meetup Tokyo ゲノミクスとCursor: 進化と制約のあいだ
koido
2
1k
技術懸念に立ち向かい 法改正を穏便に乗り切った話
pop_cashew
0
1.5k
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
0
300
セキュリティマネジャー廃止とクラウドネイティブ型サンドボックス活用
kazumura
1
180
Effect の双対、Coeffect
yukikurage
5
1.4k
Featured
See All Featured
Code Review Best Practice
trishagee
68
18k
Building an army of robots
kneath
306
45k
Facilitating Awesome Meetings
lara
54
6.4k
Into the Great Unknown - MozCon
thekraken
39
1.8k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.7k
Automating Front-end Workflow
addyosmani
1370
200k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
43
2.4k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Agile that works and the tools we love
rasmusluckow
329
21k
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