Sleek, Swift, and Sustainable: Optimizations every web developer should consider
Stop throwing hardware at performance problems. This case study reveals how to build a lightning-fast site on a minimal budget.
#1about 3 minutes
The challenge of building fast websites for poor connections
Poor internet connectivity, like on a train, highlights the need for web performance beyond just adding more bandwidth or hardware.
#2about 4 minutes
Rebuilding a voting advice app for speed and accessibility
A dated and slow voting advice application was rebuilt from scratch with a focus on performance, accessibility, and a minimalist design.
#3about 1 minute
The three core principles of web optimization
Performance is gained by reducing three key factors: server computation, response size, and the number of network round trips.
#4about 4 minutes
Reducing server load with build steps and caching
Use a build process and implement caching at every layer, from database materialized views to browser caching with ETags and content hashes.
#5about 4 minutes
Shrinking asset size with modern formats and analysis
Reduce payload size by using modern compressed formats like WebP, responsive images with the picture tag, and analyzing JavaScript bundles for unnecessary code.
#6about 2 minutes
Leveraging server configuration and modern protocols
Configure your web server for optimal compression and enable HTTP/2 to benefit from features like header compression and server push.
#7about 3 minutes
Eliminating requests by inlining resources
Reduce network round trips by inlining critical CSS, using inline SVGs for icons, and relying on system fonts to avoid font file requests.
#8about 4 minutes
Using server-side pre-rendering for perceived speed
Server-side pre-rendering delivers a fast initial HTML page for a quick First Contentful Paint, improving perceived performance over standard client-side rendering.
#9about 2 minutes
Validating performance with unexpected viral traffic
The optimized application successfully handled a massive, unexpected traffic spike from a news anchor's tweet, serving as a real-world load test.
#10about 2 minutes
How web performance contributes to sustainability
Making websites more efficient not only reduces operational costs but also lowers their carbon footprint, aligning economic and ecological goals.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
03:25 MIN
Optimizing images and fonts for sustainability
Sustainable me. A tale of good design.
02:26 MIN
How web performance directly impacts web sustainability
Reducing the carbon footprint of your website
03:15 MIN
Applying key performance optimization techniques
Angular Unleashed: Mastering Modern Web Development with Angular
04:53 MIN
Q&A on SSR, caching, and accessibility
Reducing the carbon footprint of your website
05:08 MIN
How Jamstack provides performance benefits out of the box
Jamstack and Web Performance, a match made in heaven
02:54 MIN
Enhancing runtime performance with CSS and UX
The Illusion of a Performant Web Application
01:59 MIN
Re-evaluating the performance benefits of using a CDN
WeAreDevelopers LIVE: Scammer Payback with Python, Grok Goes Unhinged, The Future of Chromium and mo
01:32 MIN
Leveraging caching and edge computing for efficiency
Processing 175 WeAreDeveloper World Congress talk videos in 5 hours - with PHP?Every year after the WeAreDevelopers World Congress is over, we have a ton of video footage to edit and release. Most of it is in raw format and needs editing by hand, but a lot of our sessions are also streamed live on YouTube and thus easier to re-...
Benedikt Bischof
Web Development Best Practices: What The Data Tells usWelcome to the new issue of the WeAreDevelopers Live Talk series. This article recaps an interesting talk by Laurie Voss who gave advice about the best practices in web development. What you will learn:What’s the current state of web development - “k...
Chris Heilmann
All the videos of Halfstack London 2024!Last month was Halfstack London, a conference about the web, JavaScript and half a dozen other things. We were there to deliver a talk, but also to record all the sessions and we're happy to share them with you. It took a bit as we had to wait for th...
Chris Heilmann
Micro Components - a different approach to a simpler component-based webThere has been a lot of heated discussion lately in the web community about component based development. One side argued that Web Components are a standard we should follow whereas others complained that they still lag behind in what frameworks offer...
From learning to earning
Jobs that call for the skills explored in this talk.