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
88
How To Price Your Product for Profitability | Kenn Kelly
wooconf
0
74
Moving from Etsy to WooCommerce | Jeff Daigle
wooconf
1
91
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
Bedrock Agentsレスポンス解析によるAgentのOps
licux
3
930
Ça bouge du côté des animations CSS !
goetter
2
150
Djangoアプリケーション 運用のリアル 〜問題発生から可視化、最適化への道〜 #pyconshizu
kashewnuts
1
270
Djangoにおける複数ユーザー種別認証の設計アプローチ@DjangoCongress JP 2025
delhi09
PRO
4
490
一休.com のログイン体験を支える技術 〜Web Components x Vue.js 活用事例と最適化について〜
atsumim
0
1k
Boost Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
880
[JAWS DAYS 2025] 最近の DB の競合解決の仕組みが分かった気になってみた
maroon1st
0
130
CSS Linter による Baseline サポートの仕組み
ryo_manba
1
150
お前もAI鬼にならないか?👹Bolt & Cursor & Supabase & Vercelで人間をやめるぞ、ジョジョー!👺
taishiyade
7
4.2k
PRレビューのお供にDanger
stoticdev
1
230
1年目の私に伝えたい!テストコードを怖がらなくなるためのヒント/Tips for not being afraid of test code
push_gawa
1
620
Jakarta EE meets AI
ivargrimstad
0
420
Featured
See All Featured
Designing for humans not robots
tammielis
250
25k
RailsConf 2023
tenderlove
29
1k
Thoughts on Productivity
jonyablonski
69
4.5k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Fireside Chat
paigeccino
34
3.2k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.5k
Docker and Python
trallard
44
3.3k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Unsuck your backbone
ammeep
669
57k
Done Done
chrislema
182
16k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
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