Closed
Bug 985293
Opened 11 years ago
Closed 9 years ago
Always use hash instead of timestamps for cachebusting images referenced from CSS
Categories
(Marketplace Graveyard :: Consumer Pages, defect, P2)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: cvan, Unassigned)
References
()
Details
(Keywords: perf, Whiteboard: [ktlo][possible_future_need])
We should stop using timestamps to cachebust URLs for images referenced in our CSS stylesheets. For example:
.wordmark{background:url(../img/pretty/marketplace_logo.png?1395166211886); ...}
Let's cachebust the URLs with a query-string that contains a hash of the actual image's contents.
This bug is almost identical to bug 985291 and a few others (bug 985290 and bug 985292).
Reporter | ||
Updated•11 years ago
|
Updated•11 years ago
|
Blocks: tarako-marketplace
Updated•11 years ago
|
No longer blocks: tarako-marketplace
Reporter | ||
Updated•10 years ago
|
Updated•10 years ago
|
Blocks: marketplace-perf
Reporter | ||
Comment 1•10 years ago
|
||
Reporter | ||
Comment 2•10 years ago
|
||
https://www.npmjs.org/package/gulp-buster seems like it would work
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Whiteboard: [ktlo][possible_future_need]
You need to log in
before you can comment on or make changes to this bug.
Description
•