7 ms·
Inlining all of your images as data URIs in your CSS is not a good idea because it will block the rest of the stylesheet from loading whilst images will not.
by mikeratcliffe 13y ago
Inlining all of your images as data URIs in your CSS is not a good idea because it will block the rest of the stylesheet from loading whilst images will not.
- shawnjan8 13y agoand thusly will block the document from loading, most likely delaying first paint.