design-themes icon indicating copy to clipboard operation
design-themes copied to clipboard

[REF] theme_*: convert default images to WebP format

Open SergeBayet opened this issue 8 months ago • 1 comments

This commit switches the default image format from JPEG to WebP for all design-themes images. WebP offers superior compression compared to JPEG, resulting in smaller file sizes and faster website loading times. Additionally, this change helps avoid warnings from performance tools regarding image optimization.

See also: https://github.com/odoo/odoo/pull/168862

task-3167548

SergeBayet avatar Jun 11 '24 11:06 SergeBayet