-
Notifications
You must be signed in to change notification settings - Fork 47
Home
This is a list of sources I personally found useful to learn about web performance. I will keep this list up to date and add new great resources.
If you know great resources which aren’t covered here please share them in the comments.
Last updated: August 1, 2018
-
Planet Performance Overview of performance related blogs
-
Dev Tips, Umar Hansa, weekly Great resource to learn the newest Chrome Dev Tools tips and tricks
-
Smashing Magazine Newsletter This is not a Web Performance only Newsletter
-
Twitter: #webperf, #perfmatters
-
This Web Performance Twitter-List makes it easy for you to follow all the web performance authors, speakers, and evangelists at once:
-
Web performance Slack channel Slack channel which is focusing on web performance with more than 750 members
-
Optimize Website Speed With Chrome DevTools, Kayce Basques, 07/2018
-
15+ Experts Share Their Web Performance Advice for 2018, Cody Arsenault, 06/2018
-
Fostering a Web Performance Culture, José M. Pérez, 06/2018
-
A Beginner’s Guide to Website Speed Optimization, Mark Gavalda, 05/2018
-
Delivering Fast and Light Applications with Save-Data, Ilya Grigroik, 01/2018
-
Essential Image Optimization, Addy Osmani, 2017
-
Can You Afford It?: Real-world Web Performance Budgets, Alex Russell, 10/2017
-
The State of the Web — A guide to impactful performance improvements, Karolina Szczur, 09/2017
-
Performant Web Animations and Interactions: Achieving 60 FPS, Emily Hayman, 08/2017
-
What is Progressive Enhancement and why should you care?, Tiffany Tse, 02/2017
-
Making websites that work well on Opera Mini, Bruce Lawson, 06/2015
-
Perf Audits for Blink & DevTools, CNet, Wikipedia, Time, Paul Irish, 02/2015
-
My Performance Audit Workflow, Paul Lewis, 04/2014
-
To push or not to push, Patrick Hamann, 06/2018
-
What is HTTP/2 — The Ultimate Guide, Ali Raza, 04/2018
-
Resource Hints — What is Preload, Prefetch, and Preconnect?, Brian Jackson, 01/2018
-
HTTP Caching, Ilya Grigorik, 01/2018
-
A Comprehensive Guide To HTTP/2 Server Push, Jeremy Wagner, 04/2017
-
What is the preload directive?, 01/2017
-
How DNS works (Comic)
-
How to track performance, U.S. Web Design System, 07/2018
-
Assessing Loading Performance in Real Life with Navigation and Resource Timing, Jeremy Wagner, 06/2018
-
User Timing API (Custom Timing): the most relevant performance measure ever, Damien Jubeau, 03/2018
-
ResourceTiming Visibility: Third-Party Scripts, Ads and Page Weight, Nic Jansma, 03/2018
-
Measure Performance with the RAIL Model, Addy Osmani, 02/2018
-
User-centric Performance Metrics, Philip Walton, 02/2018
-
An Audit of Boomerang’s Performance, Nic Jansma, 12/2017
-
User Timing and Custom Metrics, Steve Souders, 11/2015
-
Conversion Impact Score: What is it? And why do you need to know yours?, Tammy Everts, 07/2015
-
Driving WebPagetest from a Google Docs Spreadsheet, Andy Davies, 12/2014
-
When 3rd parties stop being polite … and start getting real, Charles Vazac & Nic Jansma, 06/2018
-
Identifying, Auditing, and Discussing Third Parties, Harry Roberts, 05/2018
-
Crashing the (Third) Party, Oleg Zender, 06/2018
-
Collection of articles about 3rd party, Trend Walton
-
How 3rd Party Scripts can be performant citizens on the web, Ryan Townsend, 08/2017
-
Performance and Resilience: Stress-Testing Third Parties, Harry Roberts, 07/2017
-
Discover how Adidas is using data science to deliver third-party governance, Kristian Sköld, 11/2016
-
10 pro tips for managing the performance of your third-party scripts, Tammy Everts, 11/2015
-
Front-End Performance Checklist, 2018, GitHub Project with updates
-
The PRPL Pattern, Addy Osmani, 02/2018
-
Now You See Me: How To Defer, Lazy-Load And Act With IntersectionObserver, Denys Mishunov, 01/2018
-
Optimising the front end for the browser, Sanjay Purswani, 02/2017
-
A comprehensive guide to font loading strategies, Zach Leatherman, 07/2016
-
Understanding the critical rendering path, rendering pages in 1 second, Luis Vieira, 06/2015
-
More Weight Doesn’t Mean More Wait, Scott Jehl, 04/2015
-
Front-End Performance Checklist, 2018, GitHub Project with updates
-
jankfree, Website which collects resources about render performance
-
What forces layout/reflow?, Paul Irish
-
Using requestIdleCallback, Paul Lewis, 01/2018
-
Optimize Javascript Execution, Paul Lewis, 01/2018
-
Improving Performance with the Paint Timing API, Umar Hansa, 10/2017
-
JavaScript Start-up Performance, Addy Osmani, 02/2017
-
The Anatomy of a Frame, Paul Lewis, 02/16
-
The future of loading CSS, Jake Archibald, 02/2016
-
The cost of frameworks, Paul Lewis, 11/2015
-
FLIP Your Animations, Paul Lewis, 02/2015
This is all about how humans perceive performance and what we can do to help our users to keep focused:
-
The psychology of web performance, 06/2018
-
The Illusion of Time, Adrian Zumbrunnen, 08/2015
-
Why Performance Matters: The Perception Of Time, Denys Mishunov, 09/2015
-
Why Performance Matters, Part 2: Perception Management, Denys Mishunov, 11/2015
-
Why Performance Matters, Part 3: Tolerance Management, Denys Mishunov, 12/2015
-
True Lies Of Optimistic User Interfaces, Denys Mishunov, 11/2016
-
Taking A Look At The State Of Progressive Images And User Perception, José Manuel Pérez, 02/2018
These are excellent courses for web developer to gain a lot of insights about web performance.
-
Udacity: Website Performance Optimization by Google (free) This course is great to start. You will learn how the browser works internally and how you can optimise the critical render path.
-
Frontend Masters: Web Performance, Steve Kinney, 03/2018 ($39 / monthly subscription) This is the go to course for Frontend Developers. This course is going really deep into Javascript Performance and Rendering Performance. I recommend this for more senior developers.
-
Pluralsight: Tracking Real World Web Performance, Nik Molnar, 05/2015 ($29 / monthly subscription) Nice introduction into web performance measurement.
-
Modern Dev Tools, Umar Hansa, 05/2017 ($94) Umar is a Chrome Developer Tools expert and explains all the tools you need to understand and fix web performance issues.
-
Frontend Center, Glen Maddern, ($15/monthly subscription) Not 100% related to Web Performance. A few of the trainings are available for free.
This is a great free introduction into web performance. Ilya Grigorik from Google is covering everything from network, the critical render path and in-app performance. It is from 2013 but it is still highly relevant.
-
Critical rendering path (41:10)
-
Delivering 60 FPS in the browser (48:15)
-
Starting a Dedicated Web Performance Team, Sarah Dapul-Weberman, 06/2018
-
Web Performance @ NBrown (Slides), Nick Webb & Laura Sheridan, 06/2018
-
Fast Fashion: Missguided (Slides), Mark Leach & Andy Davies, 06/2018
-
25% Faster Hotel Search. Web Performance? — Trivago, Tobias Baldauf, 06/2018
-
Conversions@Google 2018, Luke Wroblewski, 05/2018
-
On Building Performance for the Long Term (Slides), Allison McKnight, 02/2018
-
Building for Billions, Tal Oppenheimer, 06/2016
-
Making a business case for web performance optimization, Kristian Sköld, 04/2016
-
Performance Budget, Tim Kadlec, 04/2015
-
It’s My (Third) Party and I’ll Cry If I Want To (Slides), Harry Roberts, 06/2018
-
Name That Script (Slides), Trent Walton, 04/2018
-
A/B Testing, Ads and other 3rd Party Tags (Slides), Andy Davies, 02/2018
-
3rd Parties: A Hate Love Who Wants to be Managed, Kristian Sköld, 12/2017
-
What are third party components doing to your site?, Andy Davies/Simon Hearne, 06/2015
-
Stranger Danger: Tracking Vulnerabilities in Your Third Party Code, Guy Podjarny, 2015
-
Third Party Performance, Guy Podjarny, 04/2015
-
Cheating the UX when there is nothing more to optimize (Slides), Stephanie Walter, 01/2018
-
O’Reilly Safaribooksonline: Perceived Performance: The Only Kind that Really Matters (Slides), Eli Fitch, 11/2017 (34$ / monthly subscription) This is a really good talk about how humans perceive performance. Eli shares a lot of good tips and tricks how you can improve the perceived performance.
-
Deconstructing Performance, Denys Mishunov, 01/2016 The content of this talk is similar to Eli Fitch’s talk, but less technical.
-
QUIC: in Theory and Practice (Slides), Robin Marx, 06/2018
-
HTTP/2 101, Surma, 11/2015 Nice introduction to HTTP2
-
Yesterday’s perf best-practices are today’s HTTP/2 anti-patterns, Ilya Grigorik, 06/2015
-
Chrome User Experience Report, Inian Parameshwaran, 06/2018
-
How Fast Is It? (Slides), Patrick Meenan, 02/2018
-
How’s the UX on the Web, Really?, Ilya Grigorik, 02/2018
-
Reliably Measuring Responsiveness in the Wild, Shubhie Panicker/Nic Jansma, 07/2017
-
Web Performance: Leveraging the Metrics that Most Affect User Experience, Shubhie Panicker/Philip Walton, 05/2017
-
Measuring Continuity, Philip Tellis/Nic Jansma, 07/2016
-
Using Machine Learning to Determine Drivers of Bounce and Conversion, Tammy Everts/Patrick Meenan, 07/2016
-
Forensic Tools for In-Depth Performance Investigations, Philip Tellis/Nic Jansma, 06/2016
-
Visualizing performance data in engaging ways, Mark Zeman, 06/2015
-
What’s new in Chrome Dev Tools, Paul Irish, 05/2018
-
The power of Headless Chrome and browser automation, Eric Bidelman, 05/2018
-
Use Lighthouse and Chrome UX Report to optimize web app performance, 05/2018 Use the new Lighthouse API to integrate it into the Jenkins pipeline.
-
A Modern Front-End Workflow with DevTools, Umar Hansa, 02/2018
-
Charles Proxy, Willow Talk, 01/2016
-
Developer’s Toolbox: What is Charles and why would I want it?, Team Learnable, 05/2014
-
Beyond the Basics of Image Optimization — (Slides), Una Kravets/Martin Splitt, 02/2018
-
Your Hero Images Need You! Save the Day with HTTP2 Image Loading, Tobias Baldauf, 04/2016
-
High Performance Images: Beautiful Shouldn’t Mean Slow, Guy Podjarny, 12/2015
-
Frontend Resilience (Slides), Ian Feather, 06/2018
-
Performant Animations: Hitting 60fps, Emily Hayman, 02/2018
-
Resource Loading — Past, Present & Future (Slides), Yoav Weiss, 02/2018
-
Web Fonts are ▢▢▢ Rocket Science (Zach’s lenghty article), Zach Leatherman, 02/2018
-
Creating UX that “Just Feels Right” with Progressive Web Apps, Owen Campbell-Moore, 05/2017
-
Front End Center: Caching & CDNs, 10/2017
-
Fast By Default: Modern Loading Best Practices, Addi Osmani/Ilya Grigorik, 10/2017
-
Front End Center: Why Latency Matters: Foundations of Web Performance, 08/2017
-
Solving the Web Performance Crisis, Nolan Lawson, 01/2017
-
Planning for Performance: PRPL, Sam Saccone, 11/2016
-
AMP: Does it Really Make Your Site Faster?, Nic Jansma, Nigel Heron, 11/2016
-
UI Elements at 60fps, Paul Lewis, 06/2016
-
Owning your performance: RAIL, Paul Irish, 11/2015
-
HTTP2 and Front-End Performance, Mark Nottingham, 05/2015
This are the books I read about web performance and I can highly recommend all of them:
-
Going Offline, Jeremy Keith, A Book Apart, 04/2018
-
High Performance Images, Colin Bendell/Tim Kadlec/Yoav Weiss/Guy Podjarny/Nick Doyle/Mike McCall, O’Reilly, 11/2016 This book goes really deep and will answer you all the questions you could possible ask about images.
-
Time is money, Tammy Everts, O’Reilly, 06/2016 This book is great to understand why performance matters and how it influences human behaviour and your business metrics. I recommend this book highly for Business Consultants.
-
Using WebPageTest, Rick Viscomi/Andy Davies/Marcel Duran, O’Reilly, 10/2015 This book gives a deep insight into WebPageTest. You will learn a lot of things you wouldn’t find out reading this book.
-
Designing for Performance, Lara Callender Hogan, O’Reilly, 12/2014
-
Responsible Responsive Design, Scott Jehl, A Book Apart, 11/2014
-
High Performance Browser Networking, Ilya Grigorik, O’Reilly, 09/2013 (free) This book is a must read. If you are serious about web performance you have to understand the network layer. This book will teach you what you need to know.
-
High Performance Web Sites, Steve Souders, O’Reilly, 09/2007 This book is a classic.
-
Lighthouse Lighthouse is becoming the best audit tool for web performance. It has a great documentation and gives valuable insights. This is where my performance audit is starting.
-
Chrome Developer Tools This is the go to tool for all web developers. Understand how your code gets loaded, parsed and rendered.
-
Image Analyser Image analysis tool. This tool gives you insight about how you can optimise your images to gain a better web performance. This tool is also integrated within webpagetest.org.
-
WebPageTest Make synthetic measurements from all over the world. Make performance audits of any website. This tool is very powerful and gives you a lot of insights. I use it a lot to make a website comparison video.
-
Request Map Generator The Request Map Generator is the go to place to understand what 3rd party tools are running on your page and how much data they are adding.
-
What does my site cost How much does it cost for your users to download your page? In many countries the majority of the users are on a pre paid data plan.
-
spof-o-matic Chrome extension for detecting and simulating frontend Single Points Of Failure
-
CSS Triggers Which CSS element trigger layout, paint, or composite?
-
Ghostery See what 3rd party tools are loaded on a site.
-
https://better.fyi/trackers/ Nice list of 3rd party trackers with detailed information, for example about how to block the service. Which comes in handy when you want to measure the impact of a tool.
-
ImageOptim Image compression
-
Can I use? Check the browser support for every web technology.
-
JS Manners I like this page to audit JS Frameworks and 3rd party tools.
-
You might not need Javascript Don’t use Javascript for things where it is not really needed. This website shows you to do stuff with CSS: Slider, Modal, Scroll Indicator, Navigation, Tabs, Accordion
-
You might not need jQuery Learn how to get rid of jQuery dependencies in your project. This page shows you how to achieve things with Vanilla Javascript.
-
Cloud Ping See the network latency from your location to all AWS centres in the work.
-
Charles Web Debugging Proxy (free/$50) The proxy sits between your browser and the internet and lets you monitor and alter all the network traffic. I use it mainly for network throttling and request blocking.
-
har.tech Collection of tools which can be used to inspect HAR files.
-
httpstat.us Service which responds which all kind of http error codes. With this service you can check how your app or website reacts when 3rd party services are responding with an error.
-
Font Style Matcher If you use font-display: swap this tool is great to make sure the fallback font looks as similar as possible to avoid major layout changes once the web font is loaded and swapped.
-
3rdParty.io 3rdParty.io monitors third-party scripts and libraries, and checks that they’re following best practices for performance, reliability and security
-
3rd Party Audit Google Sheet A Google Sheet provided by Harry Roberts which gives you a nice overview over your used 3rd Party Tools
-
Real User Experience Test (rUXt) Access RUM data for 3,237,526 websites accessed by Google Chrome Users
-
Waterfall Heatmap Bookmarklet Prints the timing data on assets.
These are professional tools which cost money. The cost are usually depends on traffic, server or data.
-
New Relic New Relic offers your great tools which give you insight in your whole app stack in real time. New Relic insights lets you also consume 3rd party APIs and correlate performance with business data. It also comes with great monitor solutions which alert you before things getting bad.
-
Speedcurve Speedcurve is build on top of WebPageTest and makes running synthetic tests easy. You get nice looking dashboards which are great for running on a big display in your office. With Lux they also integrated a RUM solution.
-
Akamai Web Performance Tools With mPulse you can understand how your performance and business data is correlation. With the “What if” tool you can predict the impact of performance changes on your business KPI. Works together with Chrome UX report data and shows RUM data of your competition (if the data is available).
-
Cloudinary Image and video management in the cloud
-
Fast Dom Eliminates layout thrashing by batching DOM measurement and mutation tasks.
-
FutureLink Calculates the deceleration of the cursor to predict when a link is about to be clicked.
-
guess.js Libraries and tools for enabling data-driven user-experiences on the web.
-
WebPageTest Foundation for WebPageTest.org. You can install it locally to run it behind a firewall.
-
Lighthouse Codebase of the Google Chrome Lighthouse tool.
Studies are important to understand how the different markets in the world are working. What are the most used devices? What is the average network connection?
-
Web Performance Optimisation Stats Web performance studies. Learn how web performance impacts business KPIs. A good source to convince people to invest money in web performance optimisations.
-
Progressive Web Apps Stats Learn what influence PWA have on business metrics.
-
https://www.akamai.com/us/en/about/our-thinking/state-of-the-internet-report/
-
HTTP Archive HTTP archive crawls periodically the top sites of the web and is a great source for learning about trends on the internet.
-
Chrome UX report This is the only source I know of, which provides you with RUM data of the most used websites. The data source is the user data of Chrome users. With Google BigQuery or Page Speed Insights you can analyse your competition.
-
Akamai Internet Observatory Browser stats, Network latency between regions
Look for a performance Meetup group close to where you live. This is a great opportunity to share and discuss ideas with other performance experts. Here are some groups close to our offices:
-
Munich: https://www.meetup.com/Munchen-Web-Performance-Group/
-
Berlin: https://www.meetup.com/Berlin-Web-Performance-Group/
-
Barcelona: https://www.meetup.com/Barcelona-Web-Performance/
This are all conferences with a strong focus on web performance. They all have a very good lineup:
-
Smashing Conference London 2018 (Ticket: Early Bird: $499 — Conference & Workshop: $922) 07–08 February 2018, London, UK
-
#perfMatters / Twitter (Ticket: Blind Bird $239 — Conference & Workshop: $748) 27–28 March, 2018, Redwood City, California, USA
-
DeltaV / Twitter (Ticket: Early bird £399 + VAT) 10–11 May 2018, London, UK
-
Performance.now() / Twitter (Ticket: 550 EUR + VAT) 8–9 November 2018, Amsterdam, Netherland
The Web Performance Working Group is providing methods to measure and improve aspects of application performance of user agent features and APIs.
The Performance Timing Primer gives a good overview on what the Web Performance Group is working on: