Upgrade to PRO for Only $50/Year—Limited-Time Offer! 🔥
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
300
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
400
Open eCommerce | Beka Rice
wooconf
2
380
Enterprise ecommerce with WooCommerce at the centre of your architecture | David Lockie
wooconf
0
380
Paid Search and eCommerce | Elizabeth Marsten
wooconf
0
78
How To Price Your Product for Profitability | Kenn Kelly
wooconf
0
68
Moving from Etsy to WooCommerce | Jeff Daigle
wooconf
1
84
Scaling WooCommerce for international sales | Jimmy Rosén & Richard Sweeney
wooconf
0
780
WooCommerce Speed Demon | Zach Stepek
wooconf
1
380
Using the Woo API for Data Visualization with JavaScript | Zac Gordon
wooconf
0
130
Other Decks in Programming
See All in Programming
DevTools extensions で 独自の DevTool を開発する | FlutterKaigi 2024
kokiyoshida
0
290
.NET 9アプリをCGIとして レンタルサーバーで動かす
mayuki
0
730
事業成長を爆速で進めてきたプロダクトエンジニアたちの成功談・失敗談
nealle
3
1k
イマのCSSでできる インタラクション最前線 + CSS最新情報
clockmaker
5
3.7k
今からはじめるAndroidアプリ開発 2024 / DevFest 2024
star_zero
0
460
距離関数を極める! / SESSIONS 2024
gam0022
0
350
Thoughts and experiences on Rust and TypeScript
unvalley
2
200
初めてDefinitelyTypedにPRを出した話
syumai
0
480
OnlineTestConf: Test Automation Friend or Foe
maaretp
0
140
Discord Bot with AI -for English learners-
xin9le
0
110
かんたんデザイン編集やってみた~「完全に理解した」までの道のり~
morit4ryo
1
110
watsonx.ai Dojo #4 生成AIを使ったアプリ開発、応用編
oniak3ibm
PRO
1
260
Featured
See All Featured
Statistics for Hackers
jakevdp
796
220k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
25
1.8k
KATA
mclloyd
29
14k
Measuring & Analyzing Core Web Vitals
bluesmoon
4
150
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
For a Future-Friendly Web
brad_frost
175
9.4k
Visualization
eitanlees
145
15k
Automating Front-end Workflow
addyosmani
1366
200k
GitHub's CSS Performance
jonrohan
1030
460k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
111
49k
How to Think Like a Performance Engineer
csswizardry
20
1.2k
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