How can I significantly increase my mobile site speed?

Hi,

You have many script in . While those scripts not executed user can’t see page content. On the slow devices scripting can be long time. So you have bad Lightspeed score.

Try to move some scripts from immediately after tag. I believe you get better page speed score after.

You can try add async=“async” attribute to scrips what load form cdn as well.

Couple of examples below.