Some icons load slow but that shouldn't have an effect on pageload (other than the annoyance of seeing the throbber animate a little longer). But I want to try caching anyway, in case people start changing their icons retroactively.
Note: you might have noticed the big slowdown around 15:11 - 15:15 (and repeated every hour); that's caused by some cron-job outside of my control (from a separate site running on this server) :/
(i got me dns back!)
(and animated favicons are so pre2k)
Note: you might have noticed the big slowdown around 15:11 - 15:15 (and repeated every hour); that's caused by some cron-job outside of my control (from a separate site running on this server) :/
<link rel="shortcut icon" href="/favicon.charly.gif" type="image/gif" />
otherwise it simply uses :
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
Does it break with your favicon detection in a way ?
My php routine probably doesn't send any userAgent, so it should trigger the second line. Should still've worked though :/