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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
WooConf
October 19, 2017
Programming
1
350
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
450
Open eCommerce | Beka Rice
wooconf
2
460
Enterprise ecommerce with WooCommerce at the centre of your architecture | David Lockie
wooconf
0
610
Paid Search and eCommerce | Elizabeth Marsten
wooconf
0
120
How To Price Your Product for Profitability | Kenn Kelly
wooconf
0
110
Moving from Etsy to WooCommerce | Jeff Daigle
wooconf
1
130
Scaling WooCommerce for international sales | Jimmy Rosén & Richard Sweeney
wooconf
0
900
WooCommerce Speed Demon | Zach Stepek
wooconf
1
450
Using the Woo API for Data Visualization with JavaScript | Zac Gordon
wooconf
0
190
Other Decks in Programming
See All in Programming
Codex の「自走力」を高める
yorifuji
0
1.2k
CSC307 Lecture 14
javiergs
PRO
0
470
Agent Skills Workshop - AIへの頼み方を仕組み化する
gotalab555
15
8.9k
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
990
ふつうの Rubyist、ちいさなデバイス、大きな一年
bash0c7
0
970
Takumiから考えるSecurity_Maturity_Model.pdf
gessy0129
1
150
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
160
grapheme_strrev関数が採択されました(あと雑感)
youkidearitai
PRO
1
220
Ruby and LLM Ecosystem 2nd
koic
1
860
The free-lunch guide to idea circularity
hollycummins
0
230
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
850
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
150
Featured
See All Featured
The SEO Collaboration Effect
kristinabergwall1
0
390
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
480
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Google's AI Overviews - The New Search
badams
0
930
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
2k
Chasing Engaging Ingredients in Design
codingconduct
0
140
WCS-LA-2024
lcolladotor
0
480
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
10
1.1k
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
740
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