9 Best Articles in 2021
Jake Archibald
Caching best practices & max-age gotchas
Jake Archibald
9 min read · 126 saves · From 2016 · How to get the most out of caching without nasty race conditions
ZEIT is now @vercel
Streaming Server-Side Rendering and Caching at Spectrum
ZEIT is now @vercel
5 min read · 33 saves · From 2018 · We recently implemented streaming server-side rendering and caching for Spectrum, here is how
v8.dev
Code caching for JavaScript developers
v8.dev
~11 min read · 31 saves · 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…
mnot.net
Caching Tutorial for Web Authors and Webmasters
mnot.net
20+ min read · 35 saves · From 2015 · Covers the how's and why's of Web caching for people who publish on the Web. With FAQs.
redditblog.com
Caching at Reddit
redditblog.com
~15 min read · 26 saves · 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
blog.fortrabbit.com
Mastering HTTP Caching
blog.fortrabbit.com
~17 min read · 22 saves · From 2017 · Learn how to use CDNs as an easy-to-use edge cache.
Chrome Developers
HTTP caching
Chrome Developers
20+ min read · 24 saves · 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.
Mozilla
Using Immutable Caching To Speed Up The Web
Mozilla
~19 min read · 30 saves · 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 ...
wicki.io
Time to Say Goodbye to Google Fonts
wicki.io
2 min read · 175 saves · 2020-12-04 · This browser caching change kills the utility of cross-site resource CDNs like Google Fonts.
More like this
Kinsta
WordPress Cache - Kinsta Handles It So You Don't Have To
Kinsta
9 min read · 26 saves · 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.
filamentgroup
Inlining or Caching? Both Please! | Filament Group, Inc., Boston, MA
filamentgroup
4 min read · 39 saves · From 2018 · Read this page on the Filament Group website
DEV Community 👩💻👨💻
Web Caching Explained by Buying Milk at the Supermarket
DEV Community 👩💻👨💻
7 min read · 16 saves · From 2018 · This visual explanation will help you understand all the common ways to implement caching
A List Apart
Request with Intent: Caching Strategies in the Age of PWAs
A List Apart
~15 min read · 21 saves · 2019-11-21 · 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, …
nateberkopec.com
Speed Up Your Rails App by 66% - The Complete Guide to Rails Caching
nateberkopec.com
17 saves · 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...
dev-blog.apollodata.com
The GraphQL stack: How everything fits together
dev-blog.apollodata.com
9 min read · 55 saves · From 2017 · A look at caching, tracing, schema stitching, and GraphQL’s future from GraphQL Summit 2017
Jake Archibald
The offline cookbook
Jake Archibald
~19 min read · 55 saves · 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!
CSS-Tricks
Pre-Caching Image with React Suspense
CSS-Tricks
10 min read · 40 saves · 2020-09-21 · Suspense is an exciting, upcoming feature of React that will enable developers to easily allow their components to delay rendering until they’re “ready,”
CSS-Tricks
Inline SVG... Cached
CSS-Tricks
2 min read · 40 saves · From 2019 · I wrote that using inline icons makes for the best icon system. I still think that's true. It's the easiest possible way to drop an icon onto a page. No