[REF] website: convert default images to WebP format
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: odoo/odoo#168862 task-3167548 closes odoo/design-themes#805 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
@@ -63,25 +63,25 @@
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
'static/description/loftspace_description.jpg',
|
||||
'static/description/loftspace_screenshot.jpg',
|
||||
'static/description/loftspace_description.webp',
|
||||
'static/description/loftspace_screenshot.webp',
|
||||
],
|
||||
'images_preview_theme': {
|
||||
'website.s_image_text_default_image': '/theme_loftspace/static/src/img/snippets/s_image_text.jpg',
|
||||
'website.s_product_list_default_image_1': '/theme_loftspace/static/src/img/snippets/s_product_1.jpg',
|
||||
'website.s_picture_default_image': '/theme_loftspace/static/src/img/snippets/s_picture.jpg',
|
||||
'website.s_media_list_default_image_1': '/theme_loftspace/static/src/img/snippets/s_media_list_1.jpg',
|
||||
'website.s_media_list_default_image_2': '/theme_loftspace/static/src/img/snippets/s_media_list_2.jpg',
|
||||
'website.s_text_image_default_image': '/theme_loftspace/static/src/img/snippets/s_text_image.jpg',
|
||||
'website.s_cta_box_default_image': '/theme_loftspace/static/src/img/content/s_cta_box_default_image.jpg',
|
||||
'website.s_three_columns_default_image_3': '/theme_loftspace/static/src/img/snippets/library_image_07.jpg',
|
||||
'website.library_image_03': '/theme_loftspace/static/src/img/snippets/s_images_wall_01.jpg',
|
||||
'website.library_image_02': '/theme_loftspace/static/src/img/snippets/s_images_wall_05.jpg',
|
||||
'website.library_image_10': '/theme_loftspace/static/src/img/snippets/s_images_wall_06.jpg',
|
||||
'website.library_image_05': '/theme_loftspace/static/src/img/snippets/s_images_wall_02.jpg',
|
||||
'website.library_image_07': '/theme_loftspace/static/src/img/snippets/library_image_07.jpg',
|
||||
'website.library_image_16': '/theme_loftspace/static/src/img/snippets/s_images_wall_04.jpg',
|
||||
'website.library_image_13': '/theme_loftspace/static/src/img/snippets/s_images_wall_03.jpg',
|
||||
'website.s_image_text_default_image': '/theme_loftspace/static/src/img/snippets/s_image_text.webp',
|
||||
'website.s_product_list_default_image_1': '/theme_loftspace/static/src/img/snippets/s_product_1.webp',
|
||||
'website.s_picture_default_image': '/theme_loftspace/static/src/img/snippets/s_picture.webp',
|
||||
'website.s_media_list_default_image_1': '/theme_loftspace/static/src/img/snippets/s_media_list_1.webp',
|
||||
'website.s_media_list_default_image_2': '/theme_loftspace/static/src/img/snippets/s_media_list_2.webp',
|
||||
'website.s_text_image_default_image': '/theme_loftspace/static/src/img/snippets/s_text_image.webp',
|
||||
'website.s_cta_box_default_image': '/theme_loftspace/static/src/img/content/s_cta_box_default_image.webp',
|
||||
'website.s_three_columns_default_image_3': '/theme_loftspace/static/src/img/snippets/library_image_07.webp',
|
||||
'website.library_image_03': '/theme_loftspace/static/src/img/snippets/s_images_wall_01.webp',
|
||||
'website.library_image_02': '/theme_loftspace/static/src/img/snippets/s_images_wall_05.webp',
|
||||
'website.library_image_10': '/theme_loftspace/static/src/img/snippets/s_images_wall_06.webp',
|
||||
'website.library_image_05': '/theme_loftspace/static/src/img/snippets/s_images_wall_02.webp',
|
||||
'website.library_image_07': '/theme_loftspace/static/src/img/snippets/library_image_07.webp',
|
||||
'website.library_image_16': '/theme_loftspace/static/src/img/snippets/s_images_wall_04.webp',
|
||||
'website.library_image_13': '/theme_loftspace/static/src/img/snippets/s_images_wall_03.webp',
|
||||
},
|
||||
'configurator_snippets': {
|
||||
'homepage': ['s_banner', 's_text_block', 's_striped', 's_key_images', 's_features', 's_quotes_carousel', 's_faq_collapse', 's_cta_box',],
|
||||
|
||||
|
Before Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 146 KiB |
|
After Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 400 KiB |
|
After Width: | Height: | Size: 459 KiB |
|
Before Width: | Height: | Size: 165 KiB |
|
After Width: | Height: | Size: 207 KiB |
|
Before Width: | Height: | Size: 208 KiB |
|
After Width: | Height: | Size: 127 KiB |
|
Before Width: | Height: | Size: 152 KiB |
|
After Width: | Height: | Size: 172 KiB |
|
Before Width: | Height: | Size: 226 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
Before Width: | Height: | Size: 169 KiB |
|
After Width: | Height: | Size: 206 KiB |
|
Before Width: | Height: | Size: 81 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 67 KiB |
|
After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 121 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 158 KiB |
|
After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 158 KiB |
|
After Width: | Height: | Size: 75 KiB |
|
Before Width: | Height: | Size: 192 KiB |
|
After Width: | Height: | Size: 97 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 115 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 108 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 101 KiB |
|
After Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 9.0 KiB |
|
After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 151 KiB |
|
After Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 94 KiB |
|
After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 115 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 119 KiB |
|
After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 5.8 KiB |