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
330
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
430
Open eCommerce | Beka Rice
wooconf
2
420
Enterprise ecommerce with WooCommerce at the centre of your architecture | David Lockie
wooconf
0
540
Paid Search and eCommerce | Elizabeth Marsten
wooconf
0
100
How To Price Your Product for Profitability | Kenn Kelly
wooconf
0
84
Moving from Etsy to WooCommerce | Jeff Daigle
wooconf
1
100
Scaling WooCommerce for international sales | Jimmy Rosén & Richard Sweeney
wooconf
0
840
WooCommerce Speed Demon | Zach Stepek
wooconf
1
420
Using the Woo API for Data Visualization with JavaScript | Zac Gordon
wooconf
0
160
Other Decks in Programming
See All in Programming
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
390
関数型まつりレポート for JuliaTokai #22
antimon2
0
160
LINEヤフー データグループ紹介
lycorp_recruit_jp
0
1.7k
datadog dash 2025 LLM observability for reliability and stability
ivry_presentationmaterials
0
420
WebViewの現在地 - SwiftUI時代のWebKit - / The Current State Of WebView
marcy731
0
110
Result型で“失敗”を型にするPHPコードの書き方
kajitack
4
560
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
480
C++20 射影変換
faithandbrave
0
560
#QiitaBash MCPのセキュリティ
ryosukedtomita
0
730
PHP 8.4の新機能「プロパティフック」から学ぶオブジェクト指向設計とリスコフの置換原則
kentaroutakeda
2
710
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
250
ruby.wasmで多人数リアルタイム通信ゲームを作ろう
lnit
2
330
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.4k
Agile that works and the tools we love
rasmusluckow
329
21k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
A Tale of Four Properties
chriscoyier
160
23k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Gamification - CAS2011
davidbonilla
81
5.3k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
940
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
Embracing the Ebb and Flow
colly
86
4.7k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.5k
A Modern Web Designer's Workflow
chriscoyier
694
190k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
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