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
440
Open eCommerce | Beka Rice
wooconf
2
430
Enterprise ecommerce with WooCommerce at the centre of your architecture | David Lockie
wooconf
0
570
Paid Search and eCommerce | Elizabeth Marsten
wooconf
0
110
How To Price Your Product for Profitability | Kenn Kelly
wooconf
0
91
Moving from Etsy to WooCommerce | Jeff Daigle
wooconf
1
110
Scaling WooCommerce for international sales | Jimmy Rosén & Richard Sweeney
wooconf
0
870
WooCommerce Speed Demon | Zach Stepek
wooconf
1
430
Using the Woo API for Data Visualization with JavaScript | Zac Gordon
wooconf
0
170
Other Decks in Programming
See All in Programming
Back to the Future: Let me tell you about the ACP protocol
terhechte
0
120
ИИ-Агенты в каждый дом – Алексей Порядин, PythoNN
sobolevn
0
140
2025年版 サーバーレス Web アプリケーションの作り方
hayatow
23
25k
Let's Write a Train Tracking Algorithm
twocentstudios
0
220
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
170
高度なUI/UXこそHotwireで作ろう Kaigi on Rails 2025
naofumi
4
3k
ABEMAモバイルアプリが Kotlin Multiplatformと歩んだ5年 ─ 導入と運用、成功と課題 / iOSDC 2025
akkyie
0
310
詳しくない分野でのVibe Codingで困ったことと学び/vibe-coding-in-unfamiliar-area
shibayu36
2
2k
メモリ不足との戦い〜大量データを扱うアプリでの実践例〜
kwzr
1
720
SpecKitでどこまでできる? コストはどれくらい?
leveragestech
0
440
アメ車でサンノゼを走ってきたよ!
s_shimotori
0
120
Conquering Massive Traffic Spikes in Ruby Applications with Pitchfork
riseshia
0
140
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
For a Future-Friendly Web
brad_frost
180
9.9k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
20k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Embracing the Ebb and Flow
colly
88
4.8k
How STYLIGHT went responsive
nonsquared
100
5.8k
Code Review Best Practice
trishagee
72
19k
Docker and Python
trallard
46
3.6k
Designing for humans not robots
tammielis
254
25k
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