WEBVTT

1
00:00:00.000 --> 00:00:04.984
This is particularly bad if we're using
lots of small images like icons where

2
00:00:04.984 --> 00:00:10.950
the HTTP requests can collectively take
more time than the file download itself.

3
00:00:10.950 --> 00:00:14.802
If we can combine these smaller assets
together into one download,

4
00:00:14.802 --> 00:00:16.550
it will save some time.

5
00:00:16.550 --> 00:00:18.730
We're using five different SVGs, but

6
00:00:18.730 --> 00:00:23.180
we can put them together in a single file
and then reference them in the HTML.

7
00:00:23.180 --> 00:00:27.580
It's possible to do this with regular
raster images using a slightly different

8
00:00:27.580 --> 00:00:30.000
technique, but small images like these
should almost always be SVGs.
