讨论 » 开发

How to reduce script size?

§
发布于:2021-10-31

Hello everyone,
I have built a website about tourism, but the page loading speed is not good because of the large amount of scrip. How to fix this problem.
Thanks

§
发布于:2021-10-31
编辑于:2021-10-31

Minify your JavaScript
Put the html script tags in the end of the body/footer html tag

§
发布于:2021-10-31

Maybe you need to split your page into a few

§
发布于:2021-11-04

lazy load your pictures

发布留言

登录以发布留言。