Posts: 571
	Threads: 130
	Joined: Nov 2019
	
Reputation: 
5
	 
 
	
	
		What is the best image optimisation strategy for WordPress? What size and format do you use?
I am thinking of using images in webp format. Is that a good thing to do? What formats do you use for you blog without making the page heavy?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 6,916
	Threads: 296
	Joined: Oct 2016
	
Reputation: 
605
Gimp version: 
Operating system(s): Linux
	
 
 
	
	
		Depends on the server: does it properly serve the WebP images (ie, identified as an image type, and no as some random binary data)? Otherwise, yes, WebP makes smaller images (Reddit/Imgur routinely serves images as Webp)
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 571
	Threads: 130
	Joined: Nov 2019
	
Reputation: 
5
	 
 
	
	
		It is a standard hosting package. I have tried webp on it and it works fine. 
I have a few webp doubts
1. Do we need to set Alpha Quality to 100 always? Reducing will affect the quality?
2. Do we need to save the colour profile?
3. Does declaring the " Source Type " as "Photo " help?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 571
	Threads: 130
	Joined: Nov 2019
	
Reputation: 
5
	 
 
	
	
		Last day, I built an animated .webp using GIMP, it was very heavy. But an online service had it optimised and gave it around 1 MB. I think GIMP's output was around 3+ MB in that case.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 6,916
	Threads: 296
	Joined: Oct 2016
	
Reputation: 
605
Gimp version: 
Operating system(s): Linux
	
 
 
	
	
		Depends what you compress. I have an animation, fresh out of Gimp. 
- Export to GIF: 684K
- Export to WebP (lossless) from Gimp: 118K 
- Convert the GIF above to WebP using your site: 134K
So, Gimp is better, in that case.