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?
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)
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!!!
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.