(no title)
bentocorp | 7 months ago
The tool I use is Jampack and I'd highly recommend it: https://jampack.divriots.com
For my product website, it reduced the overall size by 590MB or approximately 59% in size, along with changing the HTML/CSS to make the optimisations that this article notes.
maccard|7 months ago
vallode|7 months ago
bentocorp|7 months ago
The large majority of this comes from large header images for the Insights post content: https://www.magiclasso.co/insights/
These are png images that are relatively large in size until optimisation creates smaller, multiple image set versions.
I wouldn't say that this is an unusually large site. Any site with a medium amount of content would likely grow to such a size.
exiguus|7 months ago
Mobile, Tablet, Desktop as breakpoints / AVIF with webp or jpeg fallback, Retina/Normal.
And this will increase the overall-size to 12 x 500 x 50kB = 300MB
thomas_witt|7 months ago
raphinou|7 months ago
arclight_|7 months ago
I'll definitely give this a try - only wish I knew about it before I wrote my thing!