Changing to a faster host can make big difference.For you, what is the most important thing to do in order to optimize page speed and loading ?
Also, what tools do you use ? Lighthouse ? Others ?
When you say optimize, you mainly mean to minify them ? Also, is there a big speed diff between scripts added directly in the DOM and separated js files which are included ?Compress images and optimize scripts
No need to do all this alone if you do not have much idea. You can get it done by some other guy.When you say optimize, you mainly mean to minify them ? Also, is there a big speed diff between scripts added directly in the DOM and separated js files which are included ?
To speed up your pages, the most crucial thing is to get rid of extra weight. This means compressing images, using lazy loading, and cutting down on scripts or plugins that make your site slower. I would recommend starting with Google Lighthouse for a quick overview. Then, to learn more and see how things are getting better over time, you may utilize GTmetrix and PageSpeed Insights.For you, what is the most important thing to do in order to optimize page speed and loading ?
Also, what tools do you use ? Lighthouse ? Others ?
THIS!!!! I hosted on wordpress directly for months, then changed to hostinger (same website), the difference is day and night.Changing to a faster host can make big difference.
Yes I know but I prefer to do it myself as I developed my entire website (Laravel). I was just curious about that because I have a lot of "inline scripts" on my pages and I didn't put them in separate files (lazyness i guess + the fact that you can add PHP variables in it, even if it's surely a bad practice).No need to do all this alone if you do not have much idea. You can get it done by some other guy.
Reduce requests optimize images and use caching for faster load times tools help check what slows your site downFor you, what is the most important thing to do in order to optimize page speed and loading ?
Also, what tools do you use ? Lighthouse ? Others ?
Compress images and use a good caching plugin, it makes the biggest difference. I usually check with Google Lighthouse and GTmetrix.For you, what is the most important thing to do in order to optimize page speed and loading ?
Also, what tools do you use ? Lighthouse ? Others ?