Best thing to improve page speed ?

Wengou

Newbie
Joined
Oct 23, 2023
Messages
33
Reaction score
8
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 ?
 
Compress images and optimize scripts
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 ?
 
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 ?
No need to do all this alone if you do not have much idea. You can get it done by some other guy.
 
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 ?
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.
 
Optimizing images, leveraging caching, and minimizing scripts are key, and I usually use Lighthouse, GTmetrix, and PageSpeed Insights for testing.
 
To improve page speed, I focus on reducing server response time, compressing images, and minifying CSS/JS. Using caching and a CDN also helps a lot. I usually check page speed with tools like Lighthouse, GTmetrix, and WebPageTest.
 
Optimizing images, caching, and minimizing scripts are key. I use Google Lighthouse, PageSpeed Insights, and GTmetrix for detailed performance analysis.
 
No need to do all this alone if you do not have much idea. You can get it done by some other guy.
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).

I know you can then add "async" and / or "defer" on them when they are in separate files, so I guess the performances are better if you put js outside your main page.
 
I focus on image optimization, caching, and reducing scripts, using tools like Lighthouse, PageSpeed Insights to test performance.
 
Pagespeed insights provide enough data to understand key factors. Hosting can make or break speed. Shared hosting for WordPress website will be slow no matter what you do. If the host is good, then you can improve speed just by using a cache plugin like wp-rocket.
 
Remove ads! We switched from WP Rocket to LiteSpeed cache and the QuicCloud CDN, and it got us to almost 99 across the board.
 
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 ?
Reduce requests optimize images and use caching for faster load times tools help check what slows your site down
 
Nothing beats lightweight code and proper caching trim your scripts, lazy-load media, and serve everything via CDN. I rely on Lighthouse, GTmetrix, and PageSpeed Insights together they expose every millisecond killer
 
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 ?
Compress images and use a good caching plugin, it makes the biggest difference. I usually check with Google Lighthouse and GTmetrix.
 
Back
Top