This content originally appeared on CSS-Tricks and was authored by Chris Coyier
This is a neat idea for a research project. The big map is fun, but the research had some tidbits in it worth looking at.
The average favicon network request takes 130ms, at least from our speedy cloud instance.
Fast, but not that fast, particularly for a file that nearly every website in the world has. All the more reason to get it right and ensure only one is downloaded (ideally SVG).
I would have guessed most favicons are ICO, but no:
The vast majority of the favicons offered up by websites are PNG. 71.6% of
<link rel=”icon”>
images are PNG.
And lol:
21.1% of
/favicon.ico
files are secretly PNGs
One of the reasons that file extensions, to browsers, are rather meaningless. It’s all about that content-type.
Also, they question the accuracy of the method, but the dominant color in the analysis so far is purple. I hope it ends up true as it kinda makes sense. Unless you’re offering different favicons for dark mode, using white or black seems too dangerous these days.
To Shared Link — Permalink on CSS-Tricks
The post We Analyzed 425,909 Favicons appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
This content originally appeared on CSS-Tricks and was authored by Chris Coyier

Chris Coyier | Sciencx (2021-11-29T16:38:07+00:00) We Analyzed 425,909 Favicons. Retrieved from https://www.scien.cx/2021/11/29/we-analyzed-425909-favicons/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.