WebP for images ?

She is broke. She can't pay. :p

Edit: OP, I am feeling good today, thanks to Vodka. If you PM me your site, I can help you out getting your site a littlebit faster; for free that is. Not gonna optimize images, but I can still make your render blocking script problem fixed. LMK :)

Ok, now we are talking, I feel inspired about you helping, so if OP want´s to use Shortpixel, I´ll help out with my API key, I have a bunch of credits there, so pm me OP and I will help you with your images for free .. =)

@KlaudiaK

.
 
She is broke. She can't pay. :p

Edit: OP, I am feeling good today, thanks to Vodka. If you PM me your site, I can help you out getting your site a littlebit faster; for free that is. Not gonna optimize images, but I can still make your render blocking script problem fixed. LMK :)
That´s very nice of you.

Are you going to be using a plugin for this or are you going "old school" and do it manually?

I would like to learn how to do this manually and don´t rely on a plugin for this. Is it too complicated?
 
That´s very nice of you.

Are you going to be using a plugin for this or are you going "old school" and do it manually?

I would like to learn how to do this manually and don´t rely on a plugin for this. Is it too complicated?
I dunno, whatever works quicker. :p

But if it was my site, I would always do it manually. It gives me more control. I am sort of a "no plugin" guy. :p
 
I am sort of a "no plugin" guy. :p
My type of guy (no homo) :D :P

Care to share the steps you take in order to solve the render-blocking issue or share any blog or youtube video that shows the same steps you do?
 
There is a webp plugin in WordPress which does this for free, only catch is that some settings in your php has to be enables like imagick or other compression method.

Wordpress.org/plugins/webp-express/
 
My type of guy (no homo) :D :p

Care to share the steps you take in order to solve the render-blocking issue or share any blog or youtube video that shows the same steps you do?
Well it's different for each site, but I will sure try to put up a tutorial for this when possible. Stay tuned. :)
 
WebP doesnt support on apple devices. Is there any way to show them jpg, at the same time webp for all the others?
 
"WebP doesnt support on apple devices. Is there any way to show them jpg, at the same time webp for all the others? "

Thats why you use like shortpixel, that loads the jpg version automagically if browser does not support webP version, as fallback ..

.
 
Last edited:
I don't see anyone mentioning ImageMagick, as is free and does the job very well. To figure out the problem for Apple devices, a small check of the user agent should be done so you can serve the images accordingly.
 
have a good video how to use it? I did not understand.
I don't see anyone mentioning ImageMagick, as is free and does the job very well. To figure out the problem for Apple devices, a small check of the user agent should be done so you can serve the images accordingly.
 
Back
Top