Y
Hacker News
new
|
ask
|
show
|
jobs
by
tyingq
2791 days ago
Http/2 makes this less important. Perhaps still worth it for CSS, but higher effort things like image spriting might not be as attractive now.
2 comments
chrisweekly
2791 days ago
Yes -- in fact some webperf techniques are HTTP/1.1 - specific, and are actually _anti-patterns_ in HTTP/2. Spriting is one such example.
link
chrisweekly
2791 days ago
Domain sharding is another.
link
andreareina
2791 days ago
AFAIK SVG sprites (or inline SVG) are still required to style SVG images with external CSS.
link