
Here are few things I can recommend when you are pushing site to production.
- Go to Appearance->Settings.
- Turn on "Compile all WordPress styles"
- Turn on "Compile all WordPress scripts"
- Select "Aggressive" in "Compile all WordPress scripts" dropdown.
- Turn off "Enable development mode"
As these optimizations are built right into beans, you don't have to resort to additional plugins for minifying CSS and JS.
For optimizing images you can install a plugin like "EWWW Image Optimizer"

Hey Antonio,
I would just like to add something to Kanishk great suggestions which will should definitely apply.
Your current slider image sizes are 3000 x 2001 but the size used is 1074 x 716 which Google Insignts is complaining. It also considerably slows down your page.
The only reason you would load bigger images (not that big in any case) would be if you were loading a version for retina screens in which case Insignts wouldn't complain. It doesn't look like Soliloquy slider is using the correct HTML for that, at least not your your install.
So I would suggest to apply all Kanishk suggestions and reduce all your images to 1074 x 716 🙂