Reduce favicon.ico to a sane size
Closed, ResolvedPublic

Description

Currently, the favicon.ico contains sizes 16, 32, 48, 64, 128 and 256, adding up to a file size of 361 kByte.

favicon.ico is only required for IE <= 11, modern browsers understand PNG and SVG. An SVG is even already linked from the pages.

For any legacy browsers, a favicon.ico containing sizes 16 and 32 should be sufficient.

BTW, KIO even aborts when trying to use the favicon: "Icon file too big, download aborted" (err=KIO::ERR_SLAVE_DEFINED)

Related Objects

StatusAssignedTask
Resolvedognarb
Resolvedognarb
bruns created this task.Dec 12 2018, 12:23 AM
bruns added a parent task: T6842: Kde.org overhaul.

So favicon.ico will be ignored by any sane browser? When I check with chromium it does get loaded alongside favicon.svg, I'm not sure for what purpose though.

Can you provide a smaller version of favicon.ico?

ognarb closed this task as Resolved.Oct 6 2020, 11:47 AM
ognarb claimed this task.
ognarb added a subscriber: ognarb.

The current loaded size is 6kByte, I guess it could be even smaller if we switch to svg but I think this is already fine.