Have you any tips for page speed optimization?

Rank Dirft

Newbie
Joined
Jun 5, 2025
Messages
6
Reaction score
3
I want to learn about page speed optimization. If you have a special recipe, please share it.
 
There were some WP speed guides here on BHW I think. Use the search button or Google to find them. :)
 
I always start by compressing images (WebP works great). Using a CDN like Cloudflare helps a lot with global load times. I also make sure to remove any unused plugins or heavy scripts that slow things down.
 
I tried this plugin for free, it works very well..You can try this
 

Attachments

  • Screenshot_37.png
    Screenshot_37.png
    84.1 KB · Views: 45
I will suggest you to go with WordPress. There are free plugins and themes agailable. You can also use services by Deleted member 752298
If you want to buy a custom html + css website, then go with bootstrap or tailwind.
For image compression use: squoosh.app
Use cdn (bunny is the cheaper one) for css, images and js (if possible)
To remove unused css (always keep the original file for backup) use: purifycss.online
Use minimum JS files and fonts to improve TTFB.
And use any critical css generator tool.
The above steps will help you to get 99+ score.

Below is the score I generated just while writing this comment:

1749190772925.png

1749190781315.png
 

Attachments

  • 1749190577790.png
    1749190577790.png
    90.3 KB · Views: 37
  • 1749190713981.png
    1749190713981.png
    122.3 KB · Views: 38
I suggest compressing the images and scaling them manually so that the user's browser don't have to do that. I also recommend enabling lazy loading as well as browser caching. Code mimification (removing extra characters, white spaces, and scripts from your code) is also something you can do.
 
Kiểm tra trang web tại đây: https://pagespeed.web.dev/ và làm theo các khuyến nghị ở đó. Google thực sự cung cấp hướng dẫn rất tốt
Have you followed this method and is your site growing well?
 
Back
Top