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
440
Open eCommerce | Beka Rice
wooconf
2
430
Enterprise ecommerce with WooCommerce at the centre of your architecture | David Lockie
wooconf
0
560
Paid Search and eCommerce | Elizabeth Marsten
wooconf
0
110
How To Price Your Product for Profitability | Kenn Kelly
wooconf
0
88
Moving from Etsy to WooCommerce | Jeff Daigle
wooconf
1
110
Scaling WooCommerce for international sales | Jimmy Rosén & Richard Sweeney
wooconf
0
860
WooCommerce Speed Demon | Zach Stepek
wooconf
1
430
Using the Woo API for Data Visualization with JavaScript | Zac Gordon
wooconf
0
160
Other Decks in Programming
See All in Programming
Updates on MLS on Ruby (and maybe more)
sylph01
1
120
🔨 小さなビルドシステムを作る
momeemt
2
590
デザインシステムが必須の時代に
yosuke_furukawa
PRO
2
120
Ruby Parser progress report 2025
yui_knk
1
150
【第4回】関東Kaggler会「Kaggleは執筆に役立つ」
mipypf
0
910
パッケージ設計の黒魔術/Kyoto.go#63
lufia
1
230
為你自己學 Python - 冷知識篇
eddie
1
270
DockerからECSへ 〜 AWSの海に出る前に知っておきたいこと 〜
ota1022
5
1.8k
AI時代のドメイン駆動設計-DDD実践におけるAI活用のあり方 / ddd-in-ai-era
minodriven
23
9.1k
UbieのAIパートナーを支えるコンテキストエンジニアリング実践
syucream
2
750
20250808_AIAgent勉強会_ClaudeCodeデータ分析の実運用〜競馬を題材に回収率100%の先を目指すメソッドとは〜
kkakeru
0
210
あのころの iPod を どうにか再生させたい
orumin
2
2.5k
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
134
9.5k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
The Cost Of JavaScript in 2023
addyosmani
53
8.8k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.4k
Music & Morning Musume
bryan
46
6.8k
A better future with KSS
kneath
239
17k
Thoughts on Productivity
jonyablonski
69
4.8k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
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