EWWW Image Optimizer Wordpress Plugin Optimal Settings - Image compression for website speed

  Рет қаралды 8,884

WordPress Tutorials - WPLearningLab

WordPress Tutorials - WPLearningLab

Күн бұрын

Пікірлер: 39
@wplearninglab
@wplearninglab 11 ай бұрын
If you enjoyed this video don't forget to the like it and subscribe! Then check out this playlist about speeding up WordPress: kzbin.info/www/bejne/mXOnimB5jbygf5I
@TheAllureEdition
@TheAllureEdition 17 күн бұрын
This was very very helpful. Thank you for your time and effort on this video. 👍
@FlashQB19
@FlashQB19 6 ай бұрын
Thank you. Very clear, straight to the point. You gained a subscriber.
@wplearninglab
@wplearninglab 6 ай бұрын
You're welcome, thanks for watching and subscribing! Let me know if you have any questions :)
@a7xfanben
@a7xfanben 8 ай бұрын
Really great video, I love the step by step analysis!
@wplearninglab
@wplearninglab 8 ай бұрын
Thanks Osvaldo and thanks for watching!
@FindOutZimbabwe
@FindOutZimbabwe 7 ай бұрын
Thank you so much this is the best plugin for me soo far and it works so well thank you !!! Enjoyed the whole tutorial will be using this plugging starting today
@wplearninglab
@wplearninglab 7 ай бұрын
Great! I'm happy I could help and thanks for watching!
@Lunar.cipher
@Lunar.cipher 7 ай бұрын
Amazing content as always. You are a great teacher.
@wplearninglab
@wplearninglab 6 ай бұрын
Thanks man and thanks for watching! And sorry for the delay. I'm still trying figure out my summer holiday work schedule!
@TruthSeeeker777
@TruthSeeeker777 9 ай бұрын
Thank you brother. Very good tutorial. keep them coming.
@wplearninglab
@wplearninglab 9 ай бұрын
I plan to keep them coming :) Thanks for the encouragement and for watching!
@visualmodo
@visualmodo 11 ай бұрын
Really good content! =DD
@wplearninglab
@wplearninglab 9 ай бұрын
Thanks Visual and thanks for watching!
@davidwhittworth1841
@davidwhittworth1841 9 ай бұрын
As usual, it was a perfect and easy-to-understand tutorial. Do you have a video that shows how to change the WP default photo-caption text size? Keep up the great work.
@wplearninglab
@wplearninglab 9 ай бұрын
Thanks David! I don't have a video for changing the WP default photo-caption text size. It may be a setting in your theme that you can change. If you go to Appearance > Customizer (if your theme supports Customizer) there may be options for changing the photo-caption text size. If there isn't, can do it by adding a little CSS to your WordPress stylesheet. Try to customizer first, if that doesn't work circle back and we can talk about CSS solutions.
@bocamaiden
@bocamaiden 10 ай бұрын
Excellent video! Now what you didn't explain or perhaps I didn't understand is how do I place the images that are in jpg or png format (and that have already been optimized by the plugin) in webp format on my website. That is, they continue to appear in png or jpg format when in reality what I want is for them to be on my website in webp format. How do I choose the webp format? Sorry, if my question is very obvious but I don't see it clearly.
@bocamaiden
@bocamaiden 10 ай бұрын
Sorry, it was my fault. The answer is that I forgot to use the "WebP Delivery Method" option. I did that and then when I reloaded the page the webp images were there. Thank you very much and sorry again for my mistake. Greetings from Argentina! :D
@wplearninglab
@wplearninglab 9 ай бұрын
No problemo! I'm happy you were able to fix that problem :)
@James-r9i1t
@James-r9i1t 4 ай бұрын
Thank You. You clip helped me a lot.
@wplearninglab
@wplearninglab 4 ай бұрын
You're welcome, thanks for watching! Let me know if you have any questions :)
@Rejken
@Rejken 11 ай бұрын
A very helpful video. It reduced the size of all photos nicely. What needs to be done so that WordPress starts displaying WEBP images on the website instead of JPG images?
@wplearninglab
@wplearninglab 9 ай бұрын
Sorry for the long delay! There is an option called "WebP Delivery Method", make sure it's selected in the settings and then WebP images will be served instead of JPG
@maryamirfan7717
@maryamirfan7717 3 ай бұрын
​@@wplearninglab where can I find the webP delivery method option
@RoopamMusic
@RoopamMusic 6 ай бұрын
Nice tutorials ❤❤❤
@wplearninglab
@wplearninglab 6 ай бұрын
Thanks and thanks for watching!
@chrisb5823
@chrisb5823 8 күн бұрын
I've tried over and over to get this to work on images already uploaded but i cannot seem to get rid of these 5MB png files that someone uploaded. I've set PNGS i've re-optimized but they are still being served. I've even set it to remove originals and they are still there. I thought i had to go re-select them and no where in my library do i see optimized images.
@mulemalovert4083
@mulemalovert4083 4 ай бұрын
GOOD VID
@wplearninglab
@wplearninglab 4 ай бұрын
Thanks and thanks for watching!
@Leniaytr
@Leniaytr 11 ай бұрын
Hello, I have a question. I have my own clothing store website and my products come as dropshipping xml files. I can edit the images on my site with this plugin. Does it cause problems with constantly updated products?
@wplearninglab
@wplearninglab 9 ай бұрын
Good question. Constantly updating products shouldn't cause a problem. Shortpixel will optimize any image that is added to your WordPress media library (as long as you enough optimization credits available). I hope that helps :) Let me know if you have any further questions. Thanks for watching!
@maryamirfan7717
@maryamirfan7717 3 ай бұрын
My self test failed..what do I do now?
@erikevald
@erikevald 5 ай бұрын
I have a bunch of unused images on my media library. Do they affect my sitespeed if they're not used. Or should I delete them?
@wplearninglab
@wplearninglab 4 ай бұрын
They won't affect your site speed, but they will take up space on your hosting account. And most hosting account plans have space limits, so keep your site lean is usually the best way to go. I hope that helps :) Let me know if you have any further questions. Thanks for watching!
@RynieV08
@RynieV08 9 ай бұрын
i want to give fetchpriority="high" to LOGO. How can I do that?
@wplearninglab
@wplearninglab 9 ай бұрын
Good question! There are a couple ways you could go about doing this. If the theme you're using has an ID or a unique class for the logo, then you can add javascript to the functions file that adds the fetchpriority="high" tag to the img element in your theme's HTML. This may be the only way to do it if you use Elementor to create the header location where you logo is. Unless...you could use an HTML widget in the Elementor header and add the logo using the HTML img tag. Then add fetchpriority="high" to the tag. If you're logo and header are created by your theme and you can edit them through the Customizer, then you could still use the Javascript method. But you could also create a child theme, copy the header.php file into your child theme folder and hard code fetchpriority="high" into the logo image tag in the header.php file in the child theme. I think that would run even faster than the Javascript method because there are few steps. I'm sure there are other things you can try, but those are some I thought of off the top of my head. Are you doing this to improve your LCP score?
@RynieV08
@RynieV08 9 ай бұрын
@@wplearninglab Yes i am doing this to improve LCP & FCP score. Cuz Jnews theme giving fetchpriority="high" for hero image.... This is too old and doesn't work. They don't following Google updates...
@zeldasaurusrex1647
@zeldasaurusrex1647 7 ай бұрын
ewwww
My Elementor’s Image Optimizer review
17:43
Rino de Boer
Рет қаралды 18 М.
This WordPress Plugin Makes 20+ Other Plugins Unnecessary 🤯😍
27:57
Ferdy․com | Ferdy Korpershoek
Рет қаралды 195 М.
Andro, ELMAN, TONI, MONA - Зари (Official Audio)
2:53
RAAVA MUSIC
Рет қаралды 8 МЛН
Wordpress Image Optimisation Plugin - AVIF + WebP - CompressX Tutorial - FREE To Use
10:05
WordPress Tutorials - WPLearningLab
Рет қаралды 2,6 М.
How to delete unused images from WordPress media library [Easiest Way Possible]
8:23
WordPress Tutorials - WPLearningLab
Рет қаралды 7 М.
7 Wordpress Plugins I install on all websites
15:07
Rino de Boer
Рет қаралды 436 М.
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 218 М.
WordPress image optimization - Shortpixel Image Optimizer-Best free WordPress image optimizer plugin
13:45
Why is THIS the Perfect Homepage?
14:21
Wes McDowell
Рет қаралды 624 М.
LiteSpeed Cache Settings Tutorial 2024 - Step-by-step Setup Guide - Best LiteSpeed Cache Settings
38:00