[Solved] Slow Website

Hello, I need help with my website… My website is very slow in loading CSS and some important files, but what’s worse is that my website can’t load images which causes continuous loading, I checked with Google Pagespeed and it advised me to changing image type .jpg to .webp, I’m just a beginner at this kind of thing, I need help! do you have any suggestions?

Sorry for my bad english, I’m using translator

what is your image file size? If it’s above 5 MB it will be really slow, especially if there are a lot of pictures. maybe you could try reducing the size of the image you have to under 1MB (the downside is that the image becomes less clear)

please post your website links that are giving you problems so that we can check what is happening

thanks

2 Likes

I have 10 image, most of them below 5mb but 2 other have 7.4mb and 8.3mb

it might be good to create and display a smaller clickable thumbnail image that takes you to the main full-sized image, this will help a lot

4 Likes

You’re right, I also use it for my gallery site

I’ll try that and check it again

I’ve solved a bit of the problem… turns out I just need to change it to .webp with a online image converter then delete some unnecessary CSS script, the load speed has increased even though it still feels a bit slow. I’ll try to use Lovebug suggestion after checking all my web folder,

Edit: I’ve solved the problem, thanks to Lovebug’s advice so my website loads 4.9 seconds faster. Thanks all!!! :+1: :+1:
Screenshot 2024-06-06 060517

4 Likes

The images should not be more than 100 KB and should be in .webp format. Also try to lazy load them which can be easily done by a free wordpress plugin.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.