Hi there. It would be very nice if would be possible to run Google PageSpeed Module on the websites (https://developers.google.com/speed/pagespeed/module/).
Every website that I make I run the PageSpeed test (https://developers.google.com/speed/pagespeed/insights/) and frequently Google recommends some adjustments.
Or maybe Webflow could create another tool to help us analyse the page speed, specially for mobile versions.
Thank you guys.
It would be pretty simple to implement across the board. A lot of pagespeed is just defering/async JS+CSS, lazy loading images, GZIP on static files, and minifying JS+CSS. Just doing those 4 things - I've seen sites jump up 30-40 points depending on how big those components were.