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
410
Open eCommerce | Beka Rice
wooconf
2
400
Enterprise ecommerce with WooCommerce at the centre of your architecture | David Lockie
wooconf
0
460
Paid Search and eCommerce | Elizabeth Marsten
wooconf
0
86
How To Price Your Product for Profitability | Kenn Kelly
wooconf
0
72
Moving from Etsy to WooCommerce | Jeff Daigle
wooconf
1
90
Scaling WooCommerce for international sales | Jimmy Rosén & Richard Sweeney
wooconf
0
810
WooCommerce Speed Demon | Zach Stepek
wooconf
1
400
Using the Woo API for Data Visualization with JavaScript | Zac Gordon
wooconf
0
140
Other Decks in Programming
See All in Programming
Visual StudioのGitHub Copilotでいろいろやってみる
tomokusaba
1
210
Generating OpenAPI schema from serializers throughout the Rails stack - Kyobashi.rb #5
envek
1
360
sappoRo.R #12 初心者セッション
kosugitti
0
270
CloudNativePGを布教したい
nnaka2992
0
110
CDK開発におけるコーディング規約の運用
yamanashi_ren01
2
250
ソフトウェアエンジニアの成長
masuda220
PRO
12
2.1k
一休.com のログイン体験を支える技術 〜Web Components x Vue.js 活用事例と最適化について〜
atsumim
0
900
2025.2.14_Developers Summit 2025_登壇資料
0101unite
0
180
Djangoにおける複数ユーザー種別認証の設計アプローチ@DjangoCongress JP 2025
delhi09
PRO
4
460
Jasprが凄い話
hyshu
0
150
バッチを作らなきゃとなったときに考えること
irof
2
520
Serverless Rust: Your Low-Risk Entry Point to Rust in Production (and the benefits are huge)
lmammino
1
150
Featured
See All Featured
KATA
mclloyd
29
14k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
430
The Invisible Side of Design
smashingmag
299
50k
Code Reviewing Like a Champion
maltzj
521
39k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
640
Into the Great Unknown - MozCon
thekraken
35
1.6k
For a Future-Friendly Web
brad_frost
176
9.6k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
Done Done
chrislema
182
16k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.1k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.3k
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