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
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
370
Enterprise ecommerce with WooCommerce at the centre of your architecture | David Lockie
wooconf
0
370
Paid Search and eCommerce | Elizabeth Marsten
wooconf
0
78
How To Price Your Product for Profitability | Kenn Kelly
wooconf
0
67
Moving from Etsy to WooCommerce | Jeff Daigle
wooconf
1
82
Scaling WooCommerce for international sales | Jimmy Rosén & Richard Sweeney
wooconf
0
780
WooCommerce Speed Demon | Zach Stepek
wooconf
1
370
Using the Woo API for Data Visualization with JavaScript | Zac Gordon
wooconf
0
130
Other Decks in Programming
See All in Programming
Amazon Neptuneで始めてみるグラフDB-OpenSearchによるグラフの全文検索-
satoshi256kbyte
4
340
CPython 인터프리터 구조 파헤치기 - PyCon Korea 24
kennethanceyer
0
250
NSOutlineView何もわからん:( 前編 / I Don't Understand About NSOutlineView :( Pt. 1
usagimaru
0
210
Kubernetes for Data Engineers: Building Scalable, Reliable Data Pipelines
sucitw
1
200
讓數據說話:用 Python、Prometheus 和 Grafana 講故事
eddie
0
370
Golang と Erlang
taiyow
8
1.9k
Importmapを使ったJavaScriptの 読み込みとブラウザアドオンの影響
swamp09
4
1.3k
Vue.js学習の振り返り
hiro_xre
2
130
Android 15 でアクションバー表示時にステータスバーが白くなってしまう問題
tonionagauzzi
0
150
Content Security Policy入門 セキュリティ設定と 違反レポートのはじめ方 / Introduction to Content Security Policy Getting Started with Security Configuration and Violation Reporting
uskey512
1
440
Identifying User Idenity
moro
6
8.4k
Vue SFCのtemplateでTypeScriptの型を活用しよう
tsukkee
3
1.5k
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
14
2k
Designing on Purpose - Digital PM Summit 2013
jponch
115
6.9k
Typedesign – Prime Four
hannesfritz
39
2.4k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
37
1.8k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
355
29k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Designing for humans not robots
tammielis
249
25k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
328
21k
Scaling GitHub
holman
458
140k
Statistics for Hackers
jakevdp
796
220k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
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