in "public\media\svg\shapes" there are several SVG files that are 350kb+ in sizes.
I've checked them and they are PNG-encoded images just put in SVG format, which is outright fake thing. Please, do them in correct SVG's (so those images will be around several KB in size).
This is a great observation! Using PNG-encoded images inside SVG files completely defeats the purpose of SVG’s scalability and lightweight nature. Optimizing these files by creating true vector shapes instead will drastically reduce their sizes and improve load times. It’s similar to how in the Slope Game, efficient code and assets keep the gameplay smooth and lag-free. Cleaning up those “fake” SVGs not only saves bandwidth but also enhances performance, especially on mobile devices. Definitely a step worth taking for any project relying heavily on graphics!
Instead of using SVG files that contain PNG images, recreate the images as true SVGs using vector design tools. snow road will reduce the file size from hundreds of KB to just a few KB.
In this post, I'll discuss several best practices to improve load times for your JavaScript, CSS, Image, and other static files. https://devs.keenthemes.com/question/reduce-this-unnecessary-static-file-sizes-Car Games
The Symfony installation package from Metronic comes with a number of introductory pages. But if you need additional page layouts, you may discover them in Metronic's HTML edition.
https://devs.keenthemes.com/question/reduce-this-unnecessary-static-file-sizes-snow rider
also, you should also package more PNG/JPG's converted into SVG wherever possible (i.e. using https://vectorizer.com/ )
@sean please do any update. ALSO, please optimize all images (with using software like "PNGoo" or "Riot") before adding to repo, because the simple images are 200-300kbs, while their compressed (almost loseless around 95+%, without any visual notice) are just 30kb or around, so, your BESTSELLER theme is not optimized well. Take someone to handle this issue..
Hi,
Thanks for your suggestion. Noted and we will fully revise those SVG images and optimize them accordingly in the next update.
Regards