• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Smush Pro - Optimize unlimite images with Smush Pro Plugin

Smush Pro - Optimize unlimite images with Smush Pro Plugin v3.16.2

No permission to download
add this line to your .htaccess file in root directory
Code:
# BEGIN SMUSH-WEBP
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}/wp-content/smush-webp/disable_smush_webp !-f
RewriteCond %{HTTP_ACCEPT} image/webp
RewriteCond %{DOCUMENT_ROOT}/wp-content/smush-webp/$1.webp -f
RewriteRule wp-content/uploads/(.*\.(?:png|jpe?g))$ wp-content/smush-webp/$1.webp [NC,T=image/webp]
</IfModule>

<IfModule mod_headers.c>
Header append Vary Accept env=WEBP_image
</IfModule>

<IfModule mod_mime.c>
AddType image/webp .webp
</IfModule>
# END SMUSH-WEBP
Yes, I have added these lines too, but it still doesn't work. I am using OpenLiteSpeed and Cyberpanel btw.
 
  • NEW VERSION 3.15.4

    23 JANUARY 2024​

    • Fix: Media library scan gets stuck on some websites
    • Improvement: Minor copy and UI changes
 
  • Like
Reactions: Geroxouras
Dear @Babak

Would you please update it to the latest Nulled Version offered by @jacopardal

Smush Pro changelog​

  • VERSION 3.15.4
    NEW
    23/01/2024​

    • Fix: Media library scan gets stuck on some websites
    • Improvement: Minor copy and UI changes
 
  • Love
Reactions: jacopardal
Hey guys, I've solved the issue of webp nginx configuration when is stucked in the "check status" step.

If you're facing this as I were, do the following:
  1. Create a conf file in your nginx conf directory (in my case I've placed in /usr/local/nginx/conf/webp.conf).
  2. Put the content the plugin is telling you to copy and paste, the location rule for webp.
  3. Include that conf file inside your server conf file BEFORE any other location sentence, as follows: include /usr/local/nginx/conf/webp.conf;
  4. Restart nginx
That's all, it's going to work now! ;)
 
  • Like
Reactions: maxv
Does anyone know why I still see 0% images optimized when they are optimized?

Even during repeat optimization the bar fills but the circle is always red and at 0%.

I am using Litespeed server.
 
  • Sad
Reactions: Ssupman
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock