Hello @techlector,
Thanks for your message.
Can you open Dev Tools in your browser, go to the Console tab and then click the regenerate button? Take a screenshot and send it to me please.
Best,
Mateusz
Thread Starter
SamX
(@techlector)
Here is what the Dev console is showing: https://paste.pics/CNA0Y
@techlector Can you activate debugging to the debug.log file in WordPress? Check if you have any errors in debug.log.
Thread Starter
SamX
(@techlector)
I have added the below
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
here is what it is showing up: https://paste.pics/CNAWM
Looks like I will need to increase the memory
-
This reply was modified 3 years, 4 months ago by SamX.
@techlector Yes, set the memory_limit
to at least 512MB, preferably 1GB.
Thread Starter
SamX
(@techlector)
Yes, SOLVED… Thanks. I increased the memory_limit
to 512MB and its now working well…
Thread Starter
SamX
(@techlector)
Hope this is not deleting the original image file?
Image "/home/***/public_html/wp-content/uploads/2015/03/BlackBerry-Leap-img-1-356x340.jpg" converted to WebP is larger than original and has been deleted.
@techlector No, the plugin does not edit the original files in any way.