Even better, the second best impact comes from your build tools.
Use Webpack, Rollup, etc... to their full potential.
Code split, tree shake, turn on “NODE_ENV=“production”
And the best thing? Switch to something that does it all for you.
@preactjs CLI,
@vuejs cli, etc...