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
530
Paid Search and eCommerce | Elizabeth Marsten
wooconf
0
96
How To Price Your Product for Profitability | Kenn Kelly
wooconf
0
82
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
Parallel::Pipesの紹介
skaji
2
900
複数アプリケーションを育てていくための共通化戦略
irof
10
3.7k
PT AI без купюр
v0lka
0
230
💎 My RubyKaigi Effect in 2025: Top Ruby Companies 🌐
yasulab
PRO
1
130
関数型まつり2025登壇資料「関数プログラミングと再帰」
taisontsukada
2
760
GoのGenericsによるslice操作との付き合い方
syumai
2
390
Go Modules: From Basics to Beyond / Go Modulesの基本とその先へ
kuro_kurorrr
0
110
漸進。
ssssota
0
1.8k
Spring gRPC で始める gRPC 入門 / Introduction to gRPC with Spring gRPC
mackey0225
2
480
エラーって何種類あるの?
kajitack
5
120
Blueskyのプラグインを作ってみた
hakkadaikon
1
480
型安全RESTで爆速プロトタイピング – Hono RPC実践
tacke_jp
0
110
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Typedesign – Prime Four
hannesfritz
42
2.7k
What's in a price? How to price your products and services
michaelherold
245
12k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
For a Future-Friendly Web
brad_frost
179
9.8k
How STYLIGHT went responsive
nonsquared
100
5.6k
A Tale of Four Properties
chriscoyier
159
23k
The World Runs on Bad Software
bkeepers
PRO
68
11k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
Adopting Sorbet at Scale
ufuk
77
9.4k
YesSQL, Process and Tooling at Scale
rocio
172
14k
The Language of Interfaces
destraynor
158
25k
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