Performance in landingPage

I know that the web is not for landing pages, but is there any way to improve this performance a little? I’ve already reduced all the photos and even left the screen empty, and it still doesn’t improve.

Hi @gustavoSponholz :wave:

Could you open the browser inspector, go to the Network tab and load the page you are testing?

This will give us information about what may be negatively impacting performances:

The images are a little big, but I did a test with a completely empty page and it still doesn’t get a good score.

i think fixing the big images on the site would already put the performance score into an acceptable range.

here are two examples of sites we built with weweb (those are not heavily optimized for performance just basic best practices and the second one is still under development).


they both have big hero bg images (and also even have a cookie banner in it which always slows down performance significantly) but by using webp together with appropiate sizes.

i also tested it with some images from your website and the hero image with the people on it from your site for example was reduced from 1.5mb to 61kb (while still being same quality)

here are some optimized images (hope when uploading it to the forum it doesn’t get compressed automatically):





EDIT: actually just saw that you are have a flutter view on the page (only for the footer as it seems) and this also load a big main.dart file which is another 2mb…

1 Like

Wow, thank you very much, this will help a lot, and how can I remove the dart file from the web?

no worries!

hmm not sure my first guess would be be to check the custom code of each page or the whole project but as I don’t know how (and why) this was implemented, i can’t really help you there…