Retrouvez les présentations du PerfUG 26 par Gareth Hughes et Tobias Baldauf.
- Measuring Front-end Performance: What, When and How?
- High Performance Images
Measuring Front-end Performance: What, When and How?
by: Gareth Hughes, Web Performance Enterprise Architect at Akamai Technologies
Les slides sont disponibles ici : http://fr.slideshare.net/GarethHughes3/measuring-frontend-performance-what-when-and-how
Quelques outils utiles cités pendant la présentation :
- WebPageTest : http://www.webpagetest.org (Open source : https://github.com/WPO-Foundation/webpagetest)
- Site Speed : https://www.sitespeed.io/
- PerfBar : http://wpotools.github.io/perfBar/
High Performance Images
by: Tobias Baldauf, Senior Web Performance Solutions Architect at Akamai
Les slides sont disponibles ici : https://speakerdeck.com/tbaldauf/high-performance-images-paris-perfug-meetup-20151102
Quelques outils utiles pour optimiser vos images JPEG :
- CPJPEG DSSIM : https://github.com/technopagan/cjpeg-dssim (calcule l’index de dissimilarité DSSIM en utilisant différents algorithmes de compression afin de choisir le meilleur
- Adept JPG Compressor : https://github.com/technopagan/adept-jpg-compressor
- MSS Saliency : https://github.com/technopagan/mss-saliency (implémente l’algorithme de Maximum Symmetric Surround Saliency)
- ZorroSVG : http://quasimondo.com/ZorroSVG/ (transforme les images PNG transparante et lourde en un SVG qui aura les mêmes propriétés de transparences mais une taille bien plus faible)
Et le dernier standard, JPEG XT, backward compatible que seul Safari supporte malheureusement.