Hey @joejola here is the Founder of Stacket.
Actually, the main reason to built Stacket was due to load slow times and the lack of performance features Webflow has offered me.
So I built a wide range of Performance Features such as Automatic Image Compression into WebP or AVIF (newest image codex on earth) and Async Javascript Loading and way more others to improve the website load time.
When we talk about website load time, minifying code does maybe bring 0.1% overall because saving some bytes doesn’t affect any load time. Removing Javascript Files or unused Code is also not noteable to the browser, so rather shrinking image size, async load the scripts files, inline the css, prefetch all links automatically speeds up the process heavily.
Something to consider: most top-level company home pages don’t pass the PageSpeed test. For instance, YouTube scores a 27. And https://www.stacket.app scores a 58. I don’t think it will help anything.
First of all, Google Pagespeed has absolut nothing to do with the actual real website performance. It is known for showing wrong numbers and confusing people.
The CEO of Webflow has also stated this here: HTTP Compression, CSS/JS Minification, Eliminate Render Blocking, and PageSpeed - #5 by brryant
And even Google Websites are failing for Google Pagespeed: https://www.webmasterworld.com/google/5045067.htm
Now, it’s getting funny. Look here (amazon.com Pagespeed Test):
Do you think Amazon has bad SEO or bad marketing because of pagespeed is showing here the half of 100%?
Nope, because my guess is that Pagespeed has not anything to do with ranking or anything (Even if Google tries to convince people to)
So in the end of the day what you would want to do is image compression, lazy loading of images,videos,iframes, async javascript loading, defer stuff etc. This is what really is needed.
I can tell you the load time of https://stacket.app and it is about 0.1-0.3 seconds (not cached) here:
Which is about 90% faster than all websites in the internet.
Anyway, Stacket will improve your Pagespeed Scores regardless if that is important or not. All Google Recommendations are solved using that app.
I hope it has cleared the mind what is important today and what not.