heartbeat api jumpstart - getsource.net · 2014-06-28 · who am i? • mike schroder, a.k.a dh-...

17
Heartbeat API Jumpstart WordCamp Seattle 2014 Mike Schroder (DH-Shredder) @GetSource - http://www.getsource.net

Upload: others

Post on 09-Aug-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress

Heartbeat API Jumpstart !WordCamp Seattle 2014

Mike Schroder (DH-Shredder) @GetSource - http://www.getsource.net

Page 2: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress

Who Am I?

• Mike Schroder, a.k.a DH-Shredder, a.k.a. @GetSource

• Third Culture Kid, enjoy Coffee & Sailing

• WordPress 3.9 Co-Lead and co-author of Heartbeat API

• Happy DreamHost Employee

Page 3: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress

WAT is Heartbeat API?

Page 4: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress

Realtime* Bidirectional communication via AJAX.

Page 5: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress

15-30 seconds by default. 120 seconds when inactive.

Page 6: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress
Page 7: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress
Page 8: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress
Page 9: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress
Page 10: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress
Page 11: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress

EXPERIMENTAL WARNING!

Page 12: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress

EXPERIMENTAL WARNING!

Page 13: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress

No longer experimental as of WordPress 3.9

Page 14: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress

JS Trigger Flow !

!-> heartbeat-send -> heartbeat-tick -/> heartbeat-error

!!

(wp-includes/js/heartbeat.js)

Page 15: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress

PHP Filter/Action Flow !

!-> heartbeat_received -> heartbeat_send

-> heartbeat_tick (action) !!

(wp-admin/includes/ajax-actions.php)

Page 16: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress

This is just a start.

Page 17: Heartbeat API Jumpstart - GetSource.net · 2014-06-28 · Who Am I? • Mike Schroder, a.k.a DH- Shredder, a.k.a. @GetSource • Third Culture Kid, enjoy Coffee & Sailing • WordPress

Resources!

• getsource.net/2014/01/heartbeat-api-wordcamp-phoenix/

• gist.github.com/getsource/6254495

• core.trac.wordpress.org/browser/tags/3.9/src/wp-includes/js/heartbeat.js

• pippinsplugins.com/using-the-wordpress-heartbeat-api/

Mike Schroder (DH-Shredder) @GetSource - http://www.getsource.net