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
340
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
580
Paid Search and eCommerce | Elizabeth Marsten
wooconf
0
110
How To Price Your Product for Profitability | Kenn Kelly
wooconf
0
93
Moving from Etsy to WooCommerce | Jeff Daigle
wooconf
1
110
Scaling WooCommerce for international sales | Jimmy Rosén & Richard Sweeney
wooconf
0
880
WooCommerce Speed Demon | Zach Stepek
wooconf
1
430
Using the Woo API for Data Visualization with JavaScript | Zac Gordon
wooconf
0
170
Other Decks in Programming
See All in Programming
AI Agent 時代的開發者生存指南
eddie
4
2.2k
Devvox Belgium - Agentic AI Patterns
kdubois
1
150
Pythonに漸進的に型をつける
nealle
1
130
bootcamp2025_バックエンド研修_WebAPIサーバ作成.pdf
geniee_inc
0
140
理論と実務のギャップを超える
eycjur
0
180
Developer Joy - The New Paradigm
hollycummins
1
370
コードとあなたと私の距離 / The Distance Between Code, You, and I
hiro_y
0
200
登壇は dynamic! な営みである / speech is dynamic
da1chi
0
360
When Dependencies Fail: Building Antifragile Applications in a Fragile World
selcukusta
0
110
バッチ処理を「状態の記録」から「事実の記録」へ
panda728
PRO
0
190
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
510
Building, Deploying, and Monitoring Ruby Web Applications with Falcon (Kaigi on Rails 2025)
ioquatix
4
2.5k
Featured
See All Featured
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Practical Orchestrator
shlominoach
190
11k
YesSQL, Process and Tooling at Scale
rocio
173
15k
Music & Morning Musume
bryan
46
6.9k
BBQ
matthewcrist
89
9.9k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Site-Speed That Sticks
csswizardry
13
930
Code Reviewing Like a Champion
maltzj
526
40k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
A Modern Web Designer's Workflow
chriscoyier
697
190k
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