SlideShare a Scribd company logo
High Performance Images
High Performance Images
High Performance Images
GPRS EDGE UMTS HSDPA LTE
1
10
100
1000
10000
100000
http://commons.wikimedia.org/wiki/File:MobileBitRate-logScale.svg
https://twitter.com/codepo8/status/705061006683348992https://twitter.com/codepo8/status/705061006683348992
High Performance Images
Bildformate
GIF
PNG
JPEG
Bildformate
GIF
PNG
JPEG
Gut für Logos / Grafiken
Transparenz
Maximal 256 Farben
Animationen
https://de.wikipedia.org/wiki/Graphics_Interchange_Format
Bildformate
GIF
PNG
JPEG
Gut für Logos / Grafiken
Transparenz
Maximal 256 Farben
Animationen
Optimieren:
Gifsicle
https://de.wikipedia.org/wiki/Graphics_Interchange_Format
Bildformate
GIF
PNG
JPEG
Gut für Logos / Grafiken
Transparenzstufen
PNG8 = 256 Farben (± 21% kleiner als GIF)
Komprimierung einstellbar 1 – 9 (gzip)
https://de.wikipedia.org/wiki/Portable_Network_Graphics
http://www.phpied.com/give-png-a-chance/
Bildformate
GIF
PNG
JPEG
Gut für Logos / Grafiken
Transparenzstufen
PNG8 = 256 Farben (± 21% kleiner als GIF)
Komprimierung einstellbar 1 – 9 (gzip)
Optimieren:
pngcrush, optipng, advpng, pngout, pngquant,
zopflipng
https://de.wikipedia.org/wiki/Portable_Network_Graphics
http://www.phpied.com/give-png-a-chance/
Bildformate
GIF
PNG
JPEG Gut für Fotos
Keine Transparenzen
Bildqualität einstellbar 1% - 100%
https://de.wikipedia.org/wiki/JPEG_File_Interchange_Format
Bildformate
GIF
PNG
JPEG Gut für Fotos
Keine Transparenzen
Bildqualität einstellbar 1% - 100%
Optimieren:
jpegoptim, jpegtran, mozjpeg
https://de.wikipedia.org/wiki/JPEG_File_Interchange_Format
Bildformate
GIF
PNG
JPEG
SVG Vektorgrafiken
Animationen
CSS
JavaScript
https://css-tricks.com/using-svg/
http://sarasoueidan.com/tags/svg/
High Performance Images
SVG mit Fallback
<img src="bild.png" srcset="bild.svg">
<img src="bild.png" srcset="bild.svgz">
http://caniuse.com/#feat=srcsethttp://caniuse.com/#feat=srcset
http://walterebert.com/playground/html5/img-svg/http://walterebert.com/playground/html5/img-svg/
Inline SVG
<!DOCTYPE html>
<html>
...
<svg version="1.1" width="300" height="200">
<title>Grünes Rechteck</title>
<rect width="75" height="50" rx="20" ry="20"
fill="#90ee90" stroke="#228b22" stroke-fill="1" />
</svg>
...
</html>
SVG optimieren
Scour
http://www.codedread.com/scour/
SVGO
https://github.com/svg/svgo
SVGOMG (online)
https://jakearchibald.github.io/svgomg/
High Performance Images
WebP mit Fallback
<picture>
<source srcset="image.webp" type="image/webp">
<img src="image.jpg">
</picture>
JPEG-XR, JPEG-2000, WebP + JPEG
<picture>
<source srcset="image.jxr" type="image/vnd.ms-photo">
<source srcset="image.jp2" type="image/jp2">
<source srcset="image.webp" type="image/webp">
<img src="image.jpg" alt="">
</picture>
Safari
IE
Chrome
High Performance Images
High Performance Images
High Performance Images
High Performance Images
High Performance Images
Desktop-Werkzeuge
ImageOptim (Mac)
https://imageoptim.com/https://imageoptim.com/
https://github.com/JamieMason/ImageOptim-CLIhttps://github.com/JamieMason/ImageOptim-CLI
FileOptimizer (Windows)FileOptimizer (Windows)
http://sourceforge.net/projects/nikkhokkho/files/FileOptimizer/http://sourceforge.net/projects/nikkhokkho/files/FileOptimizer/
Trimage (Linux)Trimage (Linux)
http://trimage.org/http://trimage.org/
Nicht Verlustfreie Optimierung
ImageAlpha (Mac)
https://pngmini.com/https://pngmini.com/
Imagemin App (Mac, Windows, Linux)Imagemin App (Mac, Windows, Linux)
https://github.com/imagemin/imagemin-apphttps://github.com/imagemin/imagemin-app
JPEGmini (Mac, Windows)JPEGmini (Mac, Windows)
http://www.jpegmini.com/http://www.jpegmini.com/
cjpeg-dssimcjpeg-dssim
https://github.com/technopagan/cjpeg-dssimhttps://github.com/technopagan/cjpeg-dssim
imagemin
NPM
https://www.npmjs.com/package/image-min
gulp-imagemin
https://github.com/sindresorhus/gulp-imagemin
grunt-contrib-imagemin
https://github.com/gruntjs/grunt-contrib-imagemin
High Performance Images
jpegtran
742K jpegtran -copy none -optimize
708K jpegtran -copy none -optimize -progressive
mozjpeg
704K jpegtran -copy none
697K jpegtran -copy none -fastcrush
Original JPEG
853K
2592 x 1456 pixel
5,6M PNG
1,5M FLIF
318K WebP
284K BPG
Original JPEG
853K
2592 x 1456 pixel
697K JPEG quality 85
588K JPEG quality 75
327K JPEG quality 50
319K cjpeg-dssim
5,6M PNG
1,5M FLIF
318K WebP
284K BPG
Original JPEG
853K
2592 x 1456 pixel
225K JPEG 1024 x 575
96K JPEG 640 x 360
40K JPEG 320 x 180
5,6M PNG
1,5M FLIF
318K WebP
284K BPG
697K JPEG q 85
588K JPEG q 75
327K JPEG q 50
319K cjpeg-dssim
Original JPEG
853K
2592 x 1456 pixel
In 2012 waren
86%
der responsive Webseiten
in der Mobil-Ansicht
genau so schwer
wie in der Desktop-Ansicht
http://www.guypo.com/performance-implications-of-responsive-design-book-contribution/
High Performance Images
HTML5 srcset
<img src="default.jpg"
srcset="default.jpg 1x, retina.jpg 2x">
http://blog.cloudfour.com/responsive-images-101-definitions/
HTML5 srcset
<img src="default.jpg"
srcset="default.jpg 1x, retina.jpg 2x">
<img src="S.jpg"
sizes="(max-width: 800px) 100vw, 70vw"
srcset="S.jpg 400w, M.jpg 800w, L.jpg 1600w">
http://blog.cloudfour.com/responsive-images-101-definitions/
HTML5 picture
<picture>
<source srcset="S.jpg" media="(max-width: 600px)">
<source srcset="L.jpg" media="(min-width: 1200px)">
<img src="M.jpg" alt"">
</picture>
http://blog.cloudfour.com/responsive-images-101-definitions/
Responsive Image Webdienste
Cloudinary http://cloudinary.com/
Responsive Image Breakpoints Generator
http://www.responsivebreakpoints.com/
imgix https://www.imgix.com/
Resize.ly https://resize.ly/
ReSRC.it https://www.resrc.it/
High Performance Images
Lazy-loading
<img src="bild.jpg" alt="" lazyload>
Lazy-loading
<img src="bild.jpg" alt="" lazyload>
Ab IE 11
https://msdn.microsoft.com/en-us/library/dn369270%28v=vs.85%29.aspx
Lazy-loading mit JavaScript
<script src="lazysizes.min.js" async></script>
<!-- non-responsive: -->
<img data-src="image.jpg" class="lazyload">
<!-- responsive example -->
<img data-sizes="auto"
data-src="image2.jpg"
data-srcset="image1.jpg 300w,
image2.jpg 600w,
image3.jpg 900w" class="lazyload">
https://github.com/aFarkas/lazysizes
Low Quality Image Placeholders (LQIP)
<script src="lazysizes.min.js" async></script>
<img src="lqip-src.jpg"
data-src="image.jpg" class="lazyload" alt="">
http://www.guypo.com/introducing-lqip-low-quality-image-placeholders/
High Performance Images
Lazy-loading mit <template>
<ul class="cardlist">
<li class="card"><img src="a-push-please.jpg" alt=""></li>
<li class="card"><img src="baby-hippo-nom.jpg" alt=""></li>
<template>
<li class="card"><img src="baby-rhino.jpg" alt=""></li>
<li class="card"><img src="derpy-hedgehog.jpg" alt=""></li>
</template>
</ul>
https://www.christianheilmann.com/2015/09/08/quick-trick-using-template-to-delay-loading-of-images/
http://caniuse.com/#feat=template
Lazy-loading mit <template>
<script>
window.addEventListener('load', function(ev) {
if ('content' in document.createElement('template')) {
var t = document.querySelector('template'),
list = t.parentNode,
contents = t.innerHTML;
list.removeChild(t);
list.innerHTML += contents;
}
});
</script>
https://www.christianheilmann.com/2015/09/08/quick-trick-using-template-to-delay-loading-of-images/
http://caniuse.com/#feat=template
Iconfonts
Funktioniert nicht mit Benutzer-definierten
Schriften (z.B. wegen Lesestörungen)
In iOS9 kann man Support für Webfonts
deaktivieren
Kein Support in Opera Mini (277M Benutzer)
SVG-Sprites
<svg xmlns="http://www.w3.org/2000/svg"
style="display: none;">
<symbol id="icon-1" viewBox="214.7 0 182.6 792">
<!-- ... -->
</symbol>
<symbol id="icon-2" viewBox="0 26 100 48">
<!-- ... -->
</symbol>
</svg>
<svg class="icon">
<use xlink:href="#icon-1" />
</svg>
https://css-tricks.com/svg-symbol-good-choice-icons/
High Performance Images
High Performance Images
High Performance Images
High Performance Images
Animated GIF
GIF = 4,3 MB WebP = 3,3 MB MP4 = 143 kB
ffmpeg -i video.gif -c:v libx264 -an -movflags faststart 
-pix_fmt yuv420p -s 544x292 video.mp4
Video
<video controls autoplay muted loop>
<source src="video.mp4" type="video/mp4">
<img src="fallback.jpg" alt="Video Screenshot">
</video>
http://caniuse.com/#feat=mpeg4
http://walterebert.com/blog/video-autoplay-on-mobile/
http://walterebert.com/blog/removing-audio-from-video-with-ffmpeg/
Veraltete Techniken wegen HTTP2
• Spriting
• Inlining
http://chimera.labs.oreilly.com/books/1230000000545/ch12.html
High Performance Images
http://www.http2demo.io/
walter.ebert.engineering
@wltrd
walterebert.de
slideshare.net/walterebert

More Related Content

PDF
Responsive Videos, mehr oder weniger
PDF
Responsive Design: Mehr als CSS
PDF
Bilder usw...
PDF
Progressive web and the problem of JavaScript
PDF
Bilder einbinden ist kein Thema, oder?
KEY
HTML5: Markup Evolved
PPTX
Hybrid app
PDF
WordPress-Templates mit Twig erstellen - PHPUGFFM
Responsive Videos, mehr oder weniger
Responsive Design: Mehr als CSS
Bilder usw...
Progressive web and the problem of JavaScript
Bilder einbinden ist kein Thema, oder?
HTML5: Markup Evolved
Hybrid app
WordPress-Templates mit Twig erstellen - PHPUGFFM

What's hot (20)

PDF
Mehr Performance für WordPress - WordCamp Köln
PDF
[CSSDevConf] Adaptive Images in Responsive Web Design 2014
PDF
[rwdsummit] Adaptive Images in Responsive Web Design
PDF
[parisweb] Adaptive Images in Responsive Web Design
PDF
[funka] Adaptive Images in Responsive Web Design
PDF
[refreshaustin] Adaptive Images in Responsive Web Design
PDF
[Austin WordPress Meetup] Adaptive Images in Responsive Web Design
PDF
[wcatx] Adaptive Images in Responsive Web Design
PDF
[peachpit] Adaptive Images in Responsive Web Design
PDF
[HEWEBFL] Adaptive Images in Responsive Web Design
PDF
[cssdevconf] Adaptive Images in Responsive Web Design
PDF
WordCamp Praga 2015
PPTX
PDF
[HEWEBAR 2012] Adaptive Images in Responsive Web Design
PPTX
PDF
[wvbcn] Adaptive Images in Responsive Web Design
PDF
[refreshpitt] Adaptive Images in Responsive Web Design
PDF
Responsive and Fast
PDF
Responsive Enhancement
TXT
Yeşilbayır antika kol saati 0531 9810190 eski kurmalı saat
Mehr Performance für WordPress - WordCamp Köln
[CSSDevConf] Adaptive Images in Responsive Web Design 2014
[rwdsummit] Adaptive Images in Responsive Web Design
[parisweb] Adaptive Images in Responsive Web Design
[funka] Adaptive Images in Responsive Web Design
[refreshaustin] Adaptive Images in Responsive Web Design
[Austin WordPress Meetup] Adaptive Images in Responsive Web Design
[wcatx] Adaptive Images in Responsive Web Design
[peachpit] Adaptive Images in Responsive Web Design
[HEWEBFL] Adaptive Images in Responsive Web Design
[cssdevconf] Adaptive Images in Responsive Web Design
WordCamp Praga 2015
[HEWEBAR 2012] Adaptive Images in Responsive Web Design
[wvbcn] Adaptive Images in Responsive Web Design
[refreshpitt] Adaptive Images in Responsive Web Design
Responsive and Fast
Responsive Enhancement
Yeşilbayır antika kol saati 0531 9810190 eski kurmalı saat
Ad

Similar to High Performance Images (20)

PDF
Weniger aus Bilder holen
PPTX
Fastandbeautiful gdgtartu
PPTX
Fastandbeautiful gdgtallinn
PDF
Delivering Optimal Images for Phones and Tablets on the Modern Web
PDF
Maximize The Performance of HTML5 Video in RPI2 (Embedded Linux Conference 2016)
PPTX
Fastandbeautiful mobilewarsaw
PPTX
Edi react fastandbeautiful
PPTX
Fastandbeautiful devdayseu
PPTX
Fastandbeautiful yglf
PDF
[cssdevconf] Adaptive Images in RWD
PPTX
Fastandbeautiful krakow
PDF
[rwdsummit2012] Adaptive Images in Responsive Web Design
PDF
MOConf'13: WebNotBombs: Optimize this
PDF
The future of images in email - Litmus live London 2017
PDF
[html5tx] Adaptive Images in Responsive Web Design
PPTX
Fastandbeautiful chemnitz
PDF
Performance as UX with Justin Howlett
PDF
[convergese] Adaptive Images in Responsive Web Design
PPTX
Fastandbeautiful novi sad
PPTX
Fastandbeautiful belgrade
Weniger aus Bilder holen
Fastandbeautiful gdgtartu
Fastandbeautiful gdgtallinn
Delivering Optimal Images for Phones and Tablets on the Modern Web
Maximize The Performance of HTML5 Video in RPI2 (Embedded Linux Conference 2016)
Fastandbeautiful mobilewarsaw
Edi react fastandbeautiful
Fastandbeautiful devdayseu
Fastandbeautiful yglf
[cssdevconf] Adaptive Images in RWD
Fastandbeautiful krakow
[rwdsummit2012] Adaptive Images in Responsive Web Design
MOConf'13: WebNotBombs: Optimize this
The future of images in email - Litmus live London 2017
[html5tx] Adaptive Images in Responsive Web Design
Fastandbeautiful chemnitz
Performance as UX with Justin Howlett
[convergese] Adaptive Images in Responsive Web Design
Fastandbeautiful novi sad
Fastandbeautiful belgrade
Ad

More from Walter Ebert (20)

PDF
FrOSCon 2023: WordPress als ActivityPub-Instanz
PDF
Hero Video Performance - DrupalCamp Ruhr
PDF
Sicherheit für WordPress
PDF
WordPress aufräumen - WordCamp Stuttgart
PDF
WordPress aufräumen
PDF
Hero Video Performance
PDF
WordPress-Webseiten umziehen / online stellen
PDF
Using browser settings for performance
PDF
Das richtige WordPress-Theme finden
PDF
WordPress Health Check - WordCamp Würzburg
PDF
WordPress Health Check
PDF
Making WordPress fast(er)
PDF
Testumgebungen für WordPress
PDF
Modernism in Web Design
PDF
WordPress Multisite
PDF
WordPress mit Composer und Git verwalten
PDF
HTTPS + Let's Encrypt
PDF
WordPress-Themes mit Twig entwickeln
PDF
Mehr Performance für WordPress - WPFra
PDF
Sinn und Unsinn von SSL
FrOSCon 2023: WordPress als ActivityPub-Instanz
Hero Video Performance - DrupalCamp Ruhr
Sicherheit für WordPress
WordPress aufräumen - WordCamp Stuttgart
WordPress aufräumen
Hero Video Performance
WordPress-Webseiten umziehen / online stellen
Using browser settings for performance
Das richtige WordPress-Theme finden
WordPress Health Check - WordCamp Würzburg
WordPress Health Check
Making WordPress fast(er)
Testumgebungen für WordPress
Modernism in Web Design
WordPress Multisite
WordPress mit Composer und Git verwalten
HTTPS + Let's Encrypt
WordPress-Themes mit Twig entwickeln
Mehr Performance für WordPress - WPFra
Sinn und Unsinn von SSL

Recently uploaded (20)

PPT
isotopes_sddsadsaadasdasdasdasdsa1213.ppt
PDF
Understand the Gitlab_presentation_task.pdf
PPTX
Internet Safety for Seniors presentation
PDF
Exploring VPS Hosting Trends for SMBs in 2025
PDF
si manuel quezon at mga nagawa sa bansang pilipinas
PDF
Smart Home Technology for Health Monitoring (www.kiu.ac.ug)
PPT
Ethics in Information System - Management Information System
PPTX
module 1-Part 1.pptxdddddddddddddddddddddddddddddddddddd
PDF
📍 LABUAN4D EXCLUSIVE SERVER STAR GAMING ASIA NO.1 TERPOPULER DI INDONESIA ! 🌟
PPTX
Introduction to cybersecurity and digital nettiquette
PPTX
1402_iCSC_-_RESTful_Web_APIs_--_Josef_Hammer.pptx
PPTX
Cyber Hygine IN organizations in MSME or
PPTX
E -tech empowerment technologies PowerPoint
PDF
FINAL CALL-6th International Conference on Networks & IOT (NeTIOT 2025)
PPTX
Database Information System - Management Information System
PDF
mera desh ae watn.(a source of motivation and patriotism to the youth of the ...
PPTX
Reading as a good Form of Recreation
PDF
SlidesGDGoCxRAIS about Google Dialogflow and NotebookLM.pdf
PDF
📍 LABUAN4D EXCLUSIVE SERVER STAR GAMING ASIA NO.1 TERPOPULER DI INDONESIA ! 🌟
PDF
Exploring The Internet Of Things(IOT).ppt
isotopes_sddsadsaadasdasdasdasdsa1213.ppt
Understand the Gitlab_presentation_task.pdf
Internet Safety for Seniors presentation
Exploring VPS Hosting Trends for SMBs in 2025
si manuel quezon at mga nagawa sa bansang pilipinas
Smart Home Technology for Health Monitoring (www.kiu.ac.ug)
Ethics in Information System - Management Information System
module 1-Part 1.pptxdddddddddddddddddddddddddddddddddddd
📍 LABUAN4D EXCLUSIVE SERVER STAR GAMING ASIA NO.1 TERPOPULER DI INDONESIA ! 🌟
Introduction to cybersecurity and digital nettiquette
1402_iCSC_-_RESTful_Web_APIs_--_Josef_Hammer.pptx
Cyber Hygine IN organizations in MSME or
E -tech empowerment technologies PowerPoint
FINAL CALL-6th International Conference on Networks & IOT (NeTIOT 2025)
Database Information System - Management Information System
mera desh ae watn.(a source of motivation and patriotism to the youth of the ...
Reading as a good Form of Recreation
SlidesGDGoCxRAIS about Google Dialogflow and NotebookLM.pdf
📍 LABUAN4D EXCLUSIVE SERVER STAR GAMING ASIA NO.1 TERPOPULER DI INDONESIA ! 🌟
Exploring The Internet Of Things(IOT).ppt

High Performance Images