Skip to main content
CSS-Tricks
  • Articles
  • Videos
  • Almanac
  • Newsletter
  • Guides
  • DigitalOcean
  • DO Community
Search

Articles Tagged
cache

11 Articles
{
,

}
Direct link to the article Caching Data in SvelteKit
cache svelte sveltekit

Caching Data in SvelteKit

My previous post was a broad overview of SvelteKit where we saw what a great tool it is for web development. This post will fork off what we did there and dive into every developer’s favorite topic: caching. So, …

Avatar of Adam Rackis
Adam Rackis on Feb 1, 2023
Direct link to the article Setting Up CloudFront to Host Your Web App
cache cdn cloudfront performance webpagetest

Setting Up CloudFront to Host Your Web App

In my last article, we went over how to set up a web app that serves chunks and bundles of CSS and JavaScript from CloudFront. We integrated it into Vite so that when the app runs in a browser, …

Avatar of Adam Rackis
Adam Rackis on Apr 28, 2022
Direct link to the article Working With GraphQL Caching
cache graphql

Working With GraphQL Caching

If you’ve recently started working with GraphQL, or reviewed its pros and cons, you’ve no doubt heard things like “GraphQL doesn’t support caching” or “GraphQL doesn’t care about caching.” And for most, that is a big deal.

The official …

Avatar of Jamie Barton
Jamie Barton on Sep 23, 2021
Direct link to the article WordPress Caching: All You Need To Know
cache WordPress

WordPress Caching: All You Need To Know

Direct Link

Here’s Ashley Rich at Delicious Brains writing about all the layers of caching that are relevant to a WordPress site. I think we all know that caching is complicated, but jeez, it’s a journey to understand all the caches at …

Avatar of Chris Coyier
Shared by Chris Coyier on Apr 1, 2021 (Updated on Nov 14, 2022)
Direct link to the article Fixing a slow site iteratively
cache DevTools gzip lighthouse performance

Fixing a slow site iteratively

Site performance is potentially the most important metric. The better the performance, the better chance that users stay on a page, read content, make purchases, or just about whatever they need to do. A 2017 study by Akamai says as …

Avatar of Kealan Parr
Kealan Parr on Apr 1, 2021 (Updated on Jun 15, 2021)
Direct link to the article A Primer on the Different Types of Browser Storage
cache cookies Indexeddb kv storage localStorage parameters

A Primer on the Different Types of Browser Storage

In back-end development, storage is a common part of the job. Application data is stored in databases, files in object storage, transient data in caches… there are seemingly endless possibilities for storing any sort of data. But data storage isn’t …

Avatar of Ido Shamun
Ido Shamun on Oct 21, 2020
Direct link to the article Quick Gulp Cache Busting
cache gulp

Quick Gulp Cache Busting

You should for sure be setting far-out cache headers on your assets like CSS and JavaScript (and images and fonts and whatever else). That tells the browser “hang on to this file basically forever.” That way, when navigating from page …

Avatar of Chris Coyier
Chris Coyier on Aug 7, 2019
Direct link to the article Inline SVG… Cached
cache service workers svg icons

Inline SVG… Cached

I wrote that using inline <svg icons make 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 network request, perfectly styleable.

But inlining code has …

Avatar of Chris Coyier
Chris Coyier on Apr 12, 2019 (Updated on Oct 28, 2020)
Direct link to the article Render Caching for React
cache react server side rendering

Render Caching for React

Server Side Rendering (SSR) is a very useful technique that makes web apps appear faster. The initial HTML is displayed before the JavaScript is parsed and, while the user is deciding what to tap on, our handlers are ready.

Server …

Avatar of Atishay Jain
Atishay Jain on Sep 4, 2018 (Updated on Nov 10, 2018)
cache facebook performance

This browser tweak saved 60% of requests to Facebook

Direct Link

Ben Maurer & Nate Schloss:

The browser’s reload button exists to allow the user to get an updated version of the current page. In order to meet this goal, when you reload, browsers revalidate the page that you are currently

…
Avatar of Chris Coyier
Shared by Chris Coyier on Feb 6, 2017
cache http/2 performance server push

Creating a Cache-aware HTTP/2 Server Push Mechanism

If you’ve been reading at all about HTTP/2, then you’ve likely heard about server push. If not, here’s the gist of it: Server push lets you preemptively send an asset when the client requests another. …

Avatar of Jeremy Wagner
Jeremy Wagner on Nov 28, 2016 (Updated on Jan 15, 2017)

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • DigitalOcean
  • DigitalOcean Community
  • About DigitalOcean
  • Legal
  • Agency Coaching
  • Free Credit Offer
CSS-Tricks
  • Email
  • Guest Writing
  • Book
  • Advertising
Follow
  • Mastodon
  • Twitter
  • Instagram
  • YouTube
  • CodePen
  • iTunes
  • RSS
Back to Top