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
310
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
390
Enterprise ecommerce with WooCommerce at the centre of your architecture | David Lockie
wooconf
0
420
Paid Search and eCommerce | Elizabeth Marsten
wooconf
0
82
How To Price Your Product for Profitability | Kenn Kelly
wooconf
0
70
Moving from Etsy to WooCommerce | Jeff Daigle
wooconf
1
85
Scaling WooCommerce for international sales | Jimmy Rosén & Richard Sweeney
wooconf
0
790
WooCommerce Speed Demon | Zach Stepek
wooconf
1
390
Using the Woo API for Data Visualization with JavaScript | Zac Gordon
wooconf
0
130
Other Decks in Programming
See All in Programming
htmxって知っていますか?次世代のHTML
hiro_ghap1
0
410
React 19でお手軽にCSS-in-JSを自作する
yukukotani
5
550
AWSのLambdaで PHPを動かす選択肢
rinchoku
2
380
歴史と現在から考えるスケーラブルなソフトウェア開発のプラクティス
i10416
0
290
php-conference-japan-2024
tasuku43
0
420
BEエンジニアがFEの業務をできるようになるまでにやったこと
yoshida_ryushin
0
170
『改訂新版 良いコード/悪いコードで学ぶ設計入門』活用方法−爆速でスキルアップする!効果的な学習アプローチ / effective-learning-of-good-code
minodriven
26
3.1k
iOS開発におけるCopilot For XcodeとCode Completion / copilot for xcode
fuyan777
1
1.4k
サーバーゆる勉強会 DBMS の仕組み編
kj455
1
270
オニオンアーキテクチャを使って、 Unityと.NETでコードを共有する
soi013
0
360
ErdMap: Thinking about a map for Rails applications
makicamel
1
100
ゆるやかにgolangci-lintのルールを強くする / Kyoto.go #56
utgwkk
2
890
Featured
See All Featured
Producing Creativity
orderedlist
PRO
343
39k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
19
2.3k
Designing on Purpose - Digital PM Summit 2013
jponch
116
7.1k
Automating Front-end Workflow
addyosmani
1366
200k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.5k
Music & Morning Musume
bryan
46
6.3k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
18k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Six Lessons from altMBA
skipperchong
27
3.5k
Building Your Own Lightsaber
phodgson
104
6.2k
Building Better People: How to give real-time feedback that sticks.
wjessup
366
19k
Adopting Sorbet at Scale
ufuk
74
9.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