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
68
Moving from Etsy to WooCommerce | Jeff Daigle
wooconf
1
83
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
どうして僕の作ったクラスが手続き型と言われなきゃいけないんですか
akikogoto
1
100
讓數據說話:用 Python、Prometheus 和 Grafana 講故事
eddie
0
390
Tauriでネイティブアプリを作りたい
tsucchinoko
0
360
初めてDefinitelyTypedにPRを出した話
syumai
0
240
ローコードSaaSのUXを向上させるためのTypeScript
taro28
1
350
Boost Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
1.7k
Make Impossible States Impossibleを 意識してReactのPropsを設計しよう
ikumatadokoro
0
150
ペアーズにおけるAmazon Bedrockを⽤いた障害対応⽀援 ⽣成AIツールの導⼊事例 @ 20241115配信AWSウェビナー登壇
fukubaka0825
5
1.5k
LLM生成文章の精度評価自動化とプロンプトチューニングの効率化について
layerx
PRO
2
180
C++でシェーダを書く
fadis
6
4k
TypeScriptでライブラリとの依存を限定的にする方法
tutinoko
1
390
subpath importsで始めるモック生活
10tera
0
110
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
364
19k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
16
2.1k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.2k
Facilitating Awesome Meetings
lara
50
6.1k
Code Review Best Practice
trishagee
64
17k
Scaling GitHub
holman
458
140k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
506
140k
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
Adopting Sorbet at Scale
ufuk
73
9.1k
Writing Fast Ruby
sferik
627
61k
Side Projects
sachag
452
42k
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