Remove Article Remove Availability Remove Cache
article thumbnail

The Three Cs: Concatenate, Compress, Cache

CSS Wizardry

I began writing this article in early July 2023 but began to feel a little underwhelmed by it and so left it unfinished. What is the availability, configurability, and efficacy of each? ?️ Caching them at the other end: How long should we cache files on a user’s device? in this article. Cache This is the easy one.

Cache 338
article thumbnail

Cache Grab: How Much Are You Leaving on the Table?

CSS Wizardry

For the longest time now, I have been obsessed with caching. I think every developer of any discipline would agree that caching is important, but I do tend to find that, particularly with web developers, gaps in knowledge leave a lot of opportunities for optimisation on the table. Want to know everything (and more) about HTTP cache?

Cache 225
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

How to Clear Cache and Cookies on a Customer’s Device

CSS Wizardry

If you work in customer support for any kind of tech firm, you’re probably all too used to talking people through the intricate, tedious steps of clearing their cache and clearing their cookies. set ( ' Clear-Site-Data ' , ' cache ' ); } else { res. Well, there’s an easier way! Something maybe a little like this: const referer = req.

Cache 208
article thumbnail

Self-Host Your Static Assets

CSS Wizardry

A classic example is jQuery, that we might link to like so: There are a number of perceived benefits to doing this, but my aim later in this article is to either debunk these claims, or show how other costs vastly outweigh them. Users might already have the file cached. Penalty: Caching. Myth: Cross-Domain Caching.

Cache 275
article thumbnail

Optimising for High Latency Environments

CSS Wizardry

These intermediates fall outside of the scope of this article, but if you’ve ever run a traceroute , you’re on the right lines. That’s exactly what this article is about. However, there are a handful of ways available to us—some are, admittedly, more easy and free than others. Where Does CrUX’s RTT Data Come From?

Latency 215
article thumbnail

Benchmark (YCSB) numbers for Redis, MongoDB, Couchbase2, Yugabyte and BangDB

High Scalability

This article is to simply report the YCSB bench test results in detail for five NoSQL databases namely Redis, MongoDB, Couchbase, Yugabyte and BangDB and compare the result side by side. Application example: user profile cache, where profiles are constructed elsewhere (e.g., Author & founder of BangDB. Workload C: Read only.

article thumbnail

Performance Game Changer: Browser Back/Forward Cache

Smashing Magazine

Performance Game Changer: Browser Back/Forward Cache. Performance Game Changer: Browser Back/Forward Cache. With that caveat out of the way, let’s get to the guts of the article: What is the Back/Forward Cache and why does it matter so much? Didn’t The HTTP Cache Do All That Anyway? Barry Pollard.

Cache 93