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.
The Web We Broke (And Why AI Agents Are Paying the Price) - AgentCon BerlinThis is the accompanying post to the talk Chris Heilmann gave at AgentCon in Berlin on 19/05/2026, you can also see the slides and listen to it in this screencast:
Thirty years of developer shortcuts, bloated JavaScript, and inaccessible HTML have l...
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-...
Chris Heilmann
Why Presentations Should Always Work Offline—Even at Online ConferencesWe just finished the WeAreDevelopers World Congress 2025 in Berlin, and I am still recovering from the event. It was a fantastic experience, and I am grateful to everyone who attended and made it a success. As the main moderator of the main stage, I ...
From learning to earning
Jobs that call for the skills explored in this talk.