Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SE-46 - Compress Luxe Demo Images #161

Open
jahia-ci opened this issue Aug 9, 2024 · 3 comments
Open

SE-46 - Compress Luxe Demo Images #161

jahia-ci opened this issue Aug 9, 2024 · 3 comments
Assignees
Labels
Jira:SE Jira project this issue was imported from msg-backlog Priority:Minor Priority of the ticket Story

Comments

@jahia-ci
Copy link
Contributor

jahia-ci commented Aug 9, 2024

Imported from Jira, on Thu Jan 30, 2025
Issue: SE-46 in project: Sales Engineering
Priority: Minor Type: Story
Reporter: @faissah (Fabrice Aissah)
Assignee: @hduchesne (Hervé Duchesne)
Created: Fri Aug 9, 2024, last updated: Wed Aug 21, 2024
Status: Open
Parent Epic: SE-7 - luxe demo v2 [JIRA] (Delivery)

Remote Links:

Hi,

 

ISSUE: The images in the Luxe prepackage website are way too big.

 

FIX: We need to compress the image.

 

STEPS:

Here is the command line that I used:

find . -name "*.webp" -print0|xargs -I{} -0 magick mogrify  -quality 80 {}

find . -name "*.jpg" -print0|xargs -I{} -0 magick mogrify  -quality 80 {}

@jahia-ci
Copy link
Contributor Author

jahia-ci commented Aug 9, 2024

Comment by: @faissah (Fabrice Aissah) on Fri Aug 9, 2024 edited

Commit: faissah/luxe-prepackaged-website@fe7de86

 

PR: Jahia/luxe-prepackaged-website#11

 

@jahia-ci
Copy link
Contributor Author

Comment by: @jahia-ci (Jahia CI) on Thu Aug 15, 2024 edited

This issue has been triaged and is part of our general bug backlog.

@jahia-ci
Copy link
Contributor Author

Comment by: @TheKlem (Clement Egger) on Mon Aug 19, 2024 edited

Optimized images for "destinations" can be found here https://drive.google.com/drive/folders/1PLfzxP9ks7ze6qry5N0EzYoC8AOmOeDF?usp=sharing

please note that one of them is in jpg, because the size is better than with webp for this one specifically so beware when updating the package (or turn it back to webp)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Jira:SE Jira project this issue was imported from msg-backlog Priority:Minor Priority of the ticket Story
Projects
None yet
Development

No branches or pull requests

2 participants