stride3d / stride-website

This repository hosts the source code for the official Stride 3D engine website. Contributors can follow the build instructions provided to run the website locally.
https://www.stride3d.net/
MIT License
9 stars 32 forks source link

Convert top ~20 largest images (by file size) to WebP #179

Closed parhamgholami closed 1 year ago

parhamgholami commented 1 year ago

Following up on https://github.com/stride3d/stride-website/issues/126, I've converted 22 of the largest images by file size to WebP and updated references to the images on the site accordingly. This should help reduce the footprint of parts of the site without sacrificing the overall quality of the images.

With this in mind, I was unable to identify where the following files are used on the site, so they were skipped:

I can go back and convert these too, if we know where the references need to be updated.

VaclavElias commented 1 year ago

One last thing. There is one new file which shouldn't be there and we don't need it. Could you remove package-locks.json. Note that s at the end. Maybe some backup file on your side 🤣.

parhamgholami commented 1 year ago

Whoops! Was doing some quick and dirty debugging and that slipped through heh. Removed the file.

VaclavElias commented 1 year ago

Thank you @parhamgholami