Skip to content

Commit

Permalink
Update querystring/caching advice in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mattp committed Jan 26, 2021
1 parent 7c93e41 commit e506a7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ The URL of the original image to load is specified as the remainder of the
path and may be URL encoded. For example,
`http://localhost/200/https://willnorris.com/logo.jpg`.

In order to [optimize caching][], it is recommended that URLs not contain query
strings.
If remote image URLs contain query strings, it is recommended to URL-encode them when passing to imageproxy in order to [optimize caching][].

[optimize caching]: http://www.stevesouders.com/blog/2008/08/23/revving-filenames-dont-use-querystring/

Expand Down

0 comments on commit e506a7b

Please sign in to comment.