The rest of the presentation that I didn't get too :)
Paul Kinlan@paul_kinlan
View Slide
97%150%Increase in engagement forAdd to Home Screen usersOverall increase in conversions
Firefox ChromeOpera Samsung InternetUC Browser 360 BrowserBaidu Mobile AppService Worker Support
Service Worker SupportEdgeWebKitIn Development!
developers.google.com/web/tools/workbox
self.addEventListener('fetch', event => { event.respondWith( caches.open('my-cache').then(cache => { return cache.match(event.request).then(cacheResponse => { const fetchPromise = fetch(event.request).then(response => { cache.put(event.request, response.clone()); return response; }) return cacheResponse || fetchPromise; }); }) ); });
workboxSW.strategies.staleWhileRevalidate();
5s
% of Pages Loaded via HTTPS in Chrome10%20%30%40%50%60%70%March 2015 October 2017AndroidWindows
Autofill
PaymentRequest
&Google Payment APIdevelopers.google.com/paymentPaymentRequest
One-TapSign-InSign-Up &developers.google.com/identity
Image Gallery
MediaStream
Web Share API
Native notifications
Connected across devicesPresentation API
Connected across devicesBLE API
Web ShareWeb BluetoothAdd to Home screenBackground DownloadWeb AuthenticationShape DetectionWeb USBPresentation APIGeneric Sensor APIPayment HandlerWeb NFCShare Target
Custom Tabs
Trusted Web Activity
Desktop PWA
22%Faster on Speedometer5%Faster on top 25 websites40%Faster on ARES6
CSS Grid Layout Inspection
Color contrast evaluation
Top-level await in console
Performance monitor
Service Workers upgrades
Lighthouse
github.com/GoogleChrome/puppeteer
Chrome User Experience Report
chromestatus.com
developers.google.com/web/
Thanks!Paul Kinlan@paul_kinlan