9 Best Articles in 2022
Jake Archibald
Caching best practices & max-age gotchas
Jake Archibald
9 min read · From 2016 · How to get the most out of caching without nasty race conditions
Reader View · Shared by 126, including Alligator.io 🐊, Veronika Lampion, Chung Chen, Thomas Eichmann, Emerson Macedo, Andrei Luca, Balda, Tibor Martini 🇺🇦, Nils Hitze, Miguel, Paddy Zab, César Suárez, Kris Fannin, Thomas Wong, Florian Hanke 🍎, Alain, Matthew Turland, Patric Fornasier, Davy De Pauw
ZEIT is now @vercel
Streaming Server-Side Rendering and Caching at Spectrum
ZEIT is now @vercel
5 min read · From 2018 · We recently implemented streaming server-side rendering and caching for Spectrum, here is how
Reader View · Shared by 35, including Ferit (at 🏠) 🌙, Christophe Jean, Matt, Simone Corsi 💻🚀, Thomas Wong, Max Stoiber, Alligator.io 🐊
wicki.io
Time to Say Goodbye to Google Fonts
wicki.io
2 min read · 2020-12-04 · This browser caching change kills the utility of cross-site resource CDNs like Google Fonts.
Reader View · Shared by 182, including David Hellmann, Marko Saric, Benoist Lawniczak, Harsha Mv, five5star // Design Graphique, Sara Soueidan, Oliver Schöndorfer 🇺🇦, Helmi
mnot.net
Caching Tutorial for Web Authors and Webmasters
mnot.net
20+ min read · From 2015 · Covers the how's and why's of Web caching for people who publish on the Web. With FAQs.
Reader View · Shared by 41, including Angel Romero, platzh1rsch, Simon07
kislayverma.com
Architecture Patterns: Caching (Part-1)
kislayverma.com
8 min read · Mar 25th · The first of an introduction to the use of caching in system design and some nuances on how it works in real-world architectures
Reader View · Shared by 37
v8.dev
Code caching for JavaScript developers
v8.dev
~11 min read · From 2019 · Code caching (also known as bytecode caching) is an important optimization in browsers. It reduces the start-up time of commonly visited websites by caching the result of parsing + compilation. Most…
Reader View · Shared by 31, including Mathias Bynens, Joe Lencioni, lacolaco / Suguru Inatomi, Marius Bleuer, Zain Fathoni
Mozilla
Using Immutable Caching To Speed Up The Web
Mozilla
~19 min read · From 2017 · The benefits of immutable caching mean that when a page is refreshed, which is an extremely common social media scenario, elements that were previously marked ...
Reader View · Shared by 30, including Tibor Martini 🇺🇦, Michael Weibel, mebmc, Joe Lencioni, PotHix
A List Apart
Request with Intent: Caching Strategies in the Age of PWAs
A List Apart
~15 min read · From 2019 · Caching media files, especially images, seems like an obvious way to improve performance, but should we? To provide a more performant UX without abusing users’s network connections or hard drives, …
Reader View · Shared by 24, including Aaron Gustafson, Chris {he, they}, Cindy Krum 📱, Chris Love - PWAs 📳📱& SEO 🔎, zeldman
filamentgroup
Inlining or Caching? Both Please! | Filament Group, Inc., Boston, MA
filamentgroup
4 min read · From 2018 · Read this page on the Filament Group website
Reader View · Shared by 38, including Joe Lencioni, Alligator.io 🐊, Tableless, Marius Bleuer, zeldman, Harry Roberts
Trending
kislayverma.com
Architecture Patterns: Caching (Part-1)
kislayverma.com
8 min read · Mar 25th · The first of an introduction to the use of caching in system design and some nuances on how it works in real-world architectures
Reader View · Shared by 37
infrequently.org
Cache and Prizes
infrequently.org
~13 min read · Mar 31st · The idea of the browser pre-caching heavily used JS libraries is an attractive nuisance: looks good, probably won't work. Is there a workable version this idea? What would the constraints on it be?…
Reader View · Shared by 17, including Cory LaViska, Ferit (at 🏠) 🌙, Steve Faulkner, Mathias Bynens, Kevin C. Tofel 🇺🇦
More like this
nateberkopec.com
Speed Up Your Rails App by 66% - The Complete Guide to Rails Caching
nateberkopec.com
From 2015 · Caching in a Rails app is a little bit like that one friend you sometimes have around for dinner, but should really have around more often. Nearly every Rail...
Shared by 17, including Brian
Kinsta
WordPress Cache - Kinsta Handles It So You Don't Have To
Kinsta
9 min read · From 2018 · Tired of searching for the best caching plugins? Then stop, Kinsta delivers top tier performance and handles WordPress cache for you, no plugins needed.
Reader View · Shared by 26
Jake Archibald
The offline cookbook
Jake Archibald
~19 min read · From 2014 · ServiceWorker brief overview gives you control over caching and how requests are handled. It doesn't give you patterns, you create them yourself. Let's look at a few!
Reader View · Shared by 54, including Chris Coyier, Mohamed JEBLI, René Stalder, Joona Tuunanen 🇫🇮
dev-blog.apollodata.com
The GraphQL stack: How everything fits together
dev-blog.apollodata.com
9 min read · From 2017 · A look at caching, tracing, schema stitching, and GraphQL’s future from GraphQL Summit 2017
Reader View · Shared by 55, including Alligator.io 🐊, Ahmad Ragab, Clemens, Thomas Wong
DEV Community 👩💻👨💻
Web Caching Explained by Buying Milk at the Supermarket
DEV Community 👩💻👨💻
7 min read · From 2018 · This visual explanation will help you understand all the common ways to implement caching
Reader View · Shared by 15
Smashing Magazine 🇺🇦
Caching Smartly In The Age Of Gutenberg
Smashing Magazine 🇺🇦
~11 min read · From 2018 · When optimizing the speed of our websites from the server side, caching ranks among the most critical tasks to get just right. In this article, Leonardo Losoviz examines an architecture based on self…
Reader View · Shared by 16, including Tableless, Thomas Wong, Benoist Lawniczak
redditblog.com
Caching at Reddit
redditblog.com
~15 min read · From 2017 · Daniel Ellis (u/daniel) Senior Software Engineer Performance matters. One of the first tools we as developers reach for when looking to get more
Reader View · Shared by 27, including Nico Müller 🇺🇦, Thompson Marzagão, Balda, Michael Duergner
CSS-Tricks
Prefetching, preloading, prebrowsing
CSS-Tricks
~11 min read · From 2015 · When we talk about front end performance we think things like concatenation, minification, caching, or gzipping assets on the server so that the page loads
Reader View · Shared by 50, including Patric Fornasier, Nico Müller 🇺🇦, Alain, César Suárez, Marc Wieland
Google Developers
HTTP caching
Google Developers
20+ min read · From 2016 · Google Developers Web Updates contains the latest news from the Chrome, looking at new features on the open web and in Chrome DevTools.
Reader View · Shared by 24, including Vojtěch Hýža, Balda, melbic