Submit Search
WordPress Database: What's behind those 12 tables
0 likes
730 views
Mauricio Gelves
Take a deep look at the WordPress database and fall in love with her.
Internet
Read more
1 of 64
Download now
Download to read offline
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
More Related Content
Viewers also liked
(17)
PDF
A Quick and Dirty D3.js Tutorial
Young-Ho Kim
PDF
Come migliorare le performance di WordPress con il Visual Composer
liciapelliconi.it
PDF
Javascript testing: tools of the trade
Juanma Orta
PDF
Using Composer to create manageable WordPress websites
Anna Ladoshkina
PPT
WordPress Plugin Basics
Amanda Giles
PDF
Php myadmin
IDEUCOM TECHNICAL SUPORT NETORKING COMPUTER
PDF
Federal reserve
William Daniels
PPSX
WordPress Theme Design and Development Workshop - Day 2
Mizanur Rahaman Mizan
PDF
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
LinnAlexandra
PPTX
To build a WordPress Theme: Wordcamp Denmark 2014
James Bonham
PPTX
Build a WordPress theme from HTML5 template @ Telerik
Mario Peshev
PPTX
10 Must Have WordPress Plugins
Affiliate Summit
ODP
Top 10 WordPress Plugins
Reem Al-Ashry
PPTX
Custom Database Queries in WordPress
topher1kenobe
PDF
JavaScript Test-Driven Development with Jasmine 2.0 and Karma
Christopher Bartling
PPTX
Analisis Kinerja Reksadana Saham Syariah Menggunakan Metode Sharpe, Treynor, ...
Arsyil Hendra Saputra
ODP
Hands On Approach To Networking
ayanthi
A Quick and Dirty D3.js Tutorial
Young-Ho Kim
Come migliorare le performance di WordPress con il Visual Composer
liciapelliconi.it
Javascript testing: tools of the trade
Juanma Orta
Using Composer to create manageable WordPress websites
Anna Ladoshkina
WordPress Plugin Basics
Amanda Giles
Php myadmin
IDEUCOM TECHNICAL SUPORT NETORKING COMPUTER
Federal reserve
William Daniels
WordPress Theme Design and Development Workshop - Day 2
Mizanur Rahaman Mizan
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
LinnAlexandra
To build a WordPress Theme: Wordcamp Denmark 2014
James Bonham
Build a WordPress theme from HTML5 template @ Telerik
Mario Peshev
10 Must Have WordPress Plugins
Affiliate Summit
Top 10 WordPress Plugins
Reem Al-Ashry
Custom Database Queries in WordPress
topher1kenobe
JavaScript Test-Driven Development with Jasmine 2.0 and Karma
Christopher Bartling
Analisis Kinerja Reksadana Saham Syariah Menggunakan Metode Sharpe, Treynor, ...
Arsyil Hendra Saputra
Hands On Approach To Networking
ayanthi
More from Mauricio Gelves
(20)
PDF
Introducción a GitFlow
Mauricio Gelves
PDF
Segui questi 10 passi per diventare Freelance con WordPress
Mauricio Gelves
PDF
Simple tricks to improve the performance of your site
Mauricio Gelves
PDF
Gutenberg Blocks Development for Programmers with no time
Mauricio Gelves
PDF
WordPress: el mejor amigo para tu emprendimiento
Mauricio Gelves
PDF
Sviluppo dei blocchi di Gutenberg per programmatori senza tempo
Mauricio Gelves
PDF
Gutenberg Blocks Development for Programmers with NO time
Mauricio Gelves
PDF
Flexbox y Grid: Los mejores amigos del maquetador
Mauricio Gelves
PDF
Desarrollo de bloques de Gutenberg para programadores con poco tiempo
Mauricio Gelves
PDF
Código Bonito con PHP
Mauricio Gelves
PDF
Follow these 10 steps to become a freelancer with WordPress
Mauricio Gelves
PDF
Domina el CSS de tu Web con la ténica BEM (bonito, elegante y molón)
Mauricio Gelves
PDF
10 pasos para convertirte en Freelance con WordPress
Mauricio Gelves
PDF
Gutenberg: Pros and Cons for this big change in WordPress
Mauricio Gelves
PDF
Il database di WordPress: Dodici tabelle che servono per fare di tutto e di più.
Mauricio Gelves
PDF
Vive de vacaciones con WordPress
Mauricio Gelves
PDF
Quiero aprender WordPress ¿Por donde empiezo?
Mauricio Gelves
PDF
Vive de tus sueños con WordPress
Mauricio Gelves
PDF
Taller de Iniciación a WordPress
Mauricio Gelves
PDF
La base de datos de WordPress
Mauricio Gelves
Introducción a GitFlow
Mauricio Gelves
Segui questi 10 passi per diventare Freelance con WordPress
Mauricio Gelves
Simple tricks to improve the performance of your site
Mauricio Gelves
Gutenberg Blocks Development for Programmers with no time
Mauricio Gelves
WordPress: el mejor amigo para tu emprendimiento
Mauricio Gelves
Sviluppo dei blocchi di Gutenberg per programmatori senza tempo
Mauricio Gelves
Gutenberg Blocks Development for Programmers with NO time
Mauricio Gelves
Flexbox y Grid: Los mejores amigos del maquetador
Mauricio Gelves
Desarrollo de bloques de Gutenberg para programadores con poco tiempo
Mauricio Gelves
Código Bonito con PHP
Mauricio Gelves
Follow these 10 steps to become a freelancer with WordPress
Mauricio Gelves
Domina el CSS de tu Web con la ténica BEM (bonito, elegante y molón)
Mauricio Gelves
10 pasos para convertirte en Freelance con WordPress
Mauricio Gelves
Gutenberg: Pros and Cons for this big change in WordPress
Mauricio Gelves
Il database di WordPress: Dodici tabelle che servono per fare di tutto e di più.
Mauricio Gelves
Vive de vacaciones con WordPress
Mauricio Gelves
Quiero aprender WordPress ¿Por donde empiezo?
Mauricio Gelves
Vive de tus sueños con WordPress
Mauricio Gelves
Taller de Iniciación a WordPress
Mauricio Gelves
La base de datos de WordPress
Mauricio Gelves
Ad
WordPress Database: What's behind those 12 tables
1.
WordPress Database: What’s behind
those 12 tables? Mauricio Gelves | @maugelves
2.
Do you know
this Masterpiece?
5.
@takisbig Athens, 2016
6.
A love story
8.
Set of columns Data
types Indexes The table anatomy
9.
Table rows
10.
I’m Rebel!
11.
Normalization
12.
Process to avoid: •
Data redundancy • Unnecessary updates • Data integrity problems
16.
Process to avoid: •
Data redundancy • Unnecessary updates • Data integrity problems
19.
WordPress code of
conduct: No political jokes are allowed
20.
UPDATE tbl_students SET president
= '<new president name>' WHERE president = 'Prokopis Pavlopoulos' On every change:
21.
Process to avoid: •
Data redundancy • Unnecessary updates • Data integrity problems
22.
Normalized tables: FK’s (Foreign Keys)
23.
Is WordPress Rebel?
24.
• wp-posts • wp-term-taxonomy
28.
33,3333333333333333333333333333333333333 333333333333333333333333333333333333333 333333333333333333333333333333333333333 333333333333333333333333333333333333333 333333333333333333333333333333333333333 333333333333333333333333333333333333333 333333333333333333333333333333333333333 333333333333333333333333333333333333333 333333333333333333333333333333333333333 333333333333333333333333333333333333333 333333333333333333333333333333333333333 333333333333333333333333333333333333…%
29.
Why WordPress powers 27%
of all websites?
30.
SHE’S FLEXIBLE
31.
KEY => VALUE
32.
wp_posts WordPress Heart.
33.
wp_posts
34.
Where’s the rest
of the information?
35.
Meta Tables wp_posts =>
wp_postmeta wp_users => wp_usermeta wp_comments => wp_commentmeta wp_terms => wp_termmeta
36.
KEY VALUE=> wp_posts wp_postmeta
37.
KEY VALUE=> wp_users wp_usermeta
38.
SHE ’S ORGANIZED
39.
KEY VALUE=> wp_options
40.
SHE’S ADAPTABLE
41.
Taxonomies
42.
Taxonomies Terms list Sets the taxonomy
name
43.
Es muy fácil
comunicarse con ella: Diapositiva: una mujer con un teléfono It’s easy to talk to her
44.
SQL Structured Query Language
45.
Query structure: Which column/s? Which
table/s? Should we filter the search?
46.
Do we have
to know SQL to work with WordPress?
48.
WordPress Functions:
49.
What if we
need Meta values?
50.
WordPress Functions:
51.
and for more complex
searches?
52.
WP_Query
56.
CUSTOM TABLES How and
why?
57.
Why Custom Tables?: •
Efficiency (Inner joins) • Efficiency (calculated fields) • Space (uncompleted fields) • Data security
58.
How to create
a Custom Tables?: • Create it on plugin/theme activation
60.
How to create
a Custom Tables?: • Create it on plugin/theme activation • UI implementation with WP_List class
62.
http://wpengineer.com/2426/wp_list_table-a-step-by-step-guide/
63.
Because of this
and more I’m in love with the WordPress database.
64.
Thank you! Mauricio Gelves @maugelves
- maugelves.com
Download