Skip to content

Commit

Permalink
Update cross-link wording
Browse files Browse the repository at this point in the history
  • Loading branch information
csswizardry committed Oct 7, 2024
1 parent 917c764 commit be44e08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _posts/2019-03-04-cache-control-for-civilians.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ categories: Web Development
meta: "What does Cache-Control really do? In basic terms? Let’s find out!"
---

<p class="c-highlight">Looking for a <code>max-age</code> calculator? <a
href="/max-age/">Try it out!</a></p>
<p class="c-highlight">Try out the <a href="/max-age/"><code>max-age</code>
calculator</a>.</p>

The best request is the one that never happens: in the fight for fast websites,
avoiding the network is far better than hitting the network at all. To this end,
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-10-16-what-is-the-maximum-max-age.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ faq:
answer: "Conventionally, people tend to use one year, which is 3,1536,000 seconds. However, the spec says that caches MUST honour up to 2,147,483,648 seconds, which, in a 32-bit system, is the largest possible integer that can be represented in binary form. That’s a whopping 68 years!"
---

<p class="c-highlight">Looking for a <code>max-age</code> calculator? <a
href="/max-age/">Try it out!</a></p>
<p class="c-highlight">Try out the <a href="/max-age/"><code>max-age</code>
calculator</a>.</p>

If you wanted to cache a file ‘forever’, you’d probably use a `Cache-Control`
header like this:
Expand Down

0 comments on commit be44e08

Please sign in to comment.