Skip to content

Commit

Permalink
Link to Latency post
Browse files Browse the repository at this point in the history
  • Loading branch information
csswizardry committed Sep 22, 2024
1 parent ca88a79 commit 37d16e3
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ It’s something of a misnomer to use phrases like <q>increase in bandwidth</q>
and <q>reduction in latency</q>. We don’t really have the ability to simply
‘increase bandwidth’—although that would be nice!—so what we’re really looking
to do is reduce the amount of transfer. Similarly, there isn’t much we can do to
really ‘reduce latency’, but we can avoid latency by perhaps moving our assets
closer to the client (e.g. a CDN) or mitigating network overhead (e.g. with
Resource Hints).
really ‘reduce latency’, but we can [avoid
latency](https://csswizardry.com/2024/09/optimising-for-high-latency-environments/)
by perhaps moving our assets closer to the client (e.g. a CDN) or mitigating
network overhead (e.g. with Resource Hints).

## Use Large Request Rows

Expand Down

0 comments on commit 37d16e3

Please sign in to comment.