Hi,
When “Restore ALL my original images” is clicked, all the original images are restored to the state they were in before they were optimised and the “unsmushed” backup file is deleted. Is it possible to do the same when restoring individual files (including deleting the “unsmushed” files)?
Thank you very much.
]]>Hello,
After updating the plugin to version 1.0.3 and reviewing the changelog, it appears a new option has been added to select the desired compression level. Upon inspecting the elements, I found that whichever option is selected, a value is assigned as before. I manually chose the one closest to the value I had previously, and after saving, all the images on my page reappeared in the count of unoptimized images.
For some reason, it has been detected that logically they are not optimized at the same value chosen after the update in the selector. This is an issue because I might want to optimize new images to Balanced from now on but keep the old ones at a quality level of 90, for example.
I would like to know if it is possible to choose a quality level with your new selector that does not affect the images that were already optimized previously and does not affect the count of those remaining to be optimized.
Thank you!
]]>Здравствуйте! Объясните пожалуйста как установить значение, выходящее за пределы 5 значений сжатия изображений, с помощью фильтра?
]]>Sorry to bother you,there is a problem that bothers me. I want to use this plugin to compress images on my website, but my server’s firewall blocked this operation. So I want to know the server IP address used by the compression process interface, then I can add to the whitelist.
Thank u so mush!
Best wishes
]]>PHP Notice: Undefined variable: is_cron in /home/customer/www/mysite.com/public_html/wp-content/plugins/resmushit-image-optimizer/classes/Controller/ProcessController.php on line 42
]]>Hello
having the resmushit.log in wordpress root directory is not really good practive. how can we move this file and/or prevent to be written here ?
thx !
]]>The plugin is rising a PHP warning with PHP 8.2: “Deprecated: Creation of dynamic property DateInterval::$w is deprecated in /var/www/html/wp-content/plugins/resmushit-image-optimizer/resmushit.inc.php on line 118”
Plugin version: 0.4.13
My fix:
diff –git a/wp-content/plugins/resmushit-image-optimizer/resmushit.inc.php b/wp-content/plugins/resmushit-image-optimizer/resmushit.inc.php
index b87bad74..3ce2a2e6 100644
— a/wp-content/plugins/resmushit-image-optimizer/resmushit.inc.php
+++ b/wp-content/plugins/resmushit-image-optimizer/resmushit.inc.php
@@ -115,7 +115,7 @@ function time_elapsed_string($duration, $full = false) {
$ago = new DateTime($datetime);
$diff = $now->diff($ago);
– $diff->w = floor($diff->d / 7);
+ @$diff->w = floor($diff->d / 7);
$diff->d -= $diff->w * 7;
$string = array(
Hi,
Given that the resmushit service is at risk of closing very soon, it would be useful to actually have something about this on the plugin description page.
It’s good for transparency and an opportunity to point people at the patreon.
I appreciate that your preference would be to secure enough funding to run, however it would helpful to suggest some alternatives in the unfortunate scenario that the service does become available
Hello,
Site Kit’s page speed’s #1 recommendation is to reduce loading unused CSS on my page, and running code coverage in Chrome DevTools returns Google Site Kit with the most unused JS.
The services I have connected are Search Console, Analytics, and PageSpeed Insights.
Any suggestions for reducing this because google page speed went from 95 to 54 and this is the only red flag listed.
Hello,
I thought I read that reSmuch.it was going to start charging in October 2023. I cannot find anything online about that.
Can someone tell me if this is true and if so how much will it be?
Regards,
]]>I’m trying to restore original images on two sites and it’s not working. The button grays out, and nothing happens. My host took a look and said that, unlike your compression scripting, the restore function isn’t set to keep working in the background. I’ve had this supposedly running for more than a day, and have refreshed many times, and nothing is happening.
I never checked “do not store originals.” My host confirmed the originals are there.
Good morning, first of all, thank you very much for the service provided in recent years by the resmush.it plugin.
After the recent events and the message you have posted on Patreon, I would like to inquire if, in addition to the donations that the community can make, it would be possible to take more actions to maintain the service for all parties.
From a technical standpoint, could reducing the number of servers from 3 to 2 help you? I understand that you may have already considered these options, but I was just wondering if, even though optimization might be slower or limited, it could still be maintained by reducing server costs. Just as an example.
Are there other service providers who might offer you better prices, and could a migration be feasible?
I know that ultimately the responsibility rests with you, but I wanted to try to help beyond the current situation and collectively explore, if possible, the various options that could be developed to continue maintaining the plugin as it has been until now.
Thank you!
]]>Hello,
The plugin restores to the compressed size when I click “Restore ALL my original pictures”. Can you check, please?
Thank you!
]]>I am trying to upload your plugin but It is showing a fatal error: Cannot redeclare time_elapsed_string() (previously declared in /home/ghsz33pwbd0i/public_html/wp-content/plugins/instagram-slider-widget/components/youtube/includes/helpers.php:17)
]]>Hello!
I propose to make support for converting images to WebP format.
This will help to compress and increase the speed of the site.
Hello,
I’m having an issue when trying to optimize the pictures using “Resmush it”, even tho i’ve more than 5000 image, but in the plugin page, it shows only 677 image ready to be optimized!
Screenshot: https://imgur.com/a/JzmsdMO
P.S: i’ve tried to delete “resmush it” data in mysql:
DELETE FROM wp_postmeta WHERE meta_key IN (‘resmushed_quality’, ‘resmushed_cumulated_original_sizes’, ‘resmushed_cumulated_optimized_sizes’);
Thanks for your help
Greetings
]]>It could be implemented using the feature to modify the size of the image before optimization, just as many plugins do to set a maximum size of width and height, to avoid uploading too large images into the site.
Example of Code:
$image = wp_get_image_editor( 'cool_image.jpg' );
if ( ! is_wp_error( $image ) ) {
$image->resize( 1600, 1600, false );
$image->save( 'new_image.jpg' );
}
]]>
Hello,
Is there anyway to change the cron job from 10 mins to daily (in the night)?
Thanks
]]>Trying to understand how the entire process is working. An image is upload to wordpress/server, it is going more or less quickly to a resmush.it server, where the compression takes place. Then it comes back to our server, where it then will be delivered to any visitor. And it will be deleted from you resmush.it server (15 min). So there is no CDN in place (which is good IMHO, no data protection issue).
Okay. Some questions to this scenario.
Thank you !
]]>Just a quick question: My host uses Cloudflare which has an image compression function (and apparently converts to webp before delivering to clients). Does reSmush.it work with Cloudflare? Even if it does, would this be redundant or worse possibly conflict?
]]>Hello Support,
Since a few weeks the Plugin breaks down the GIF banners I have uploaded??
Never did that before!
What do I need to change that?
Thanks
]]>Hello,
we try to use your Plugin on a Site hosted on WordPress.com, but get the following Error message: “An error occured when contacting webservice. Please try again later.“
After writing to the hosters support, they told us to send this link about their Firewall rules and PHP settings to you to check if these settings conflict with your Plugin.
https://wordpress.com/support/firewall-rules/
Our cURL version is: 7.80.0
https://wordpress.com/support/php-environment/
Could you help us to get the Plugin working anyway?
Regards Roger
]]>New restore media library function is not working. The button looks available but after I click it, the button greys out and nothing happens. I went to the media folder to see if I could manually check for resmush.it and all media files are still compressed. Then I tried to manually check disable resmush.it and that doesn’t work either.
]]>Hi Smush Support,
As it is currently, the Smush plugin defeats one of it’s own purposes by making the original image folder larger. I understand that server optimized images to speed up a site is the main goal but I just smushed a site and it created 22 copies of each image causing the file size to go from 4 GB to 5.2 GB. This is after DELETING the originals. Is it possible to create an option, a checkbox for example, to just create one copy of the original image instead of bloating the uploads folder?
Example: https://imgur.com/a/cxFhKpe
If it had that option it would be 5 stars and I would use it on all my sites. As it is now I have to restore a backup and delete it.
Cheers,
Adam
Hi ,
Any timeframe when you support convertions to webp and AVIF formats?
Thank you.
Hi,
When I try to upload a pdf file, I get the message
An error occurred while loading. Try later.
But if I refresh the page the file is still loaded. I tried to disable the ReMush plugin and I no longer have the error message.
In the logs I have this,
==> resmushit.log <==
[07-11-2022 11:01:21] Error! Incorrect attachment.1
I use Imunify360 and this comes out
[Mon Nov 07 12: 01: 19.065218 2022] [: error] [pid 6802: tid 139875927906048] [client xxxxx: 44578] [client 134.90.240.98] ModSecurity: Warning. Match of "rx ^ $" against "FILES_TMPNAMES: async-upload" required. [file "/etc/httpd/conf/modsecurity.d/rules/custom/000_i360_0.conf"] [line "155"] [id "77317957"] [msg "IM360 WAF: Track file upload || File: / var /imunify360/tmp_modsec/20221107-120119-Y2jlf7XUReyP2nbhYH9BaQAAABQ-file-WTpXEu||Size:3028||User:XXXX||SC:/var/www/vhosts/XXXX.edu.it/httpcupmins .php || T: APACHE || "] [severity" NOTICE "] [tag" service_i360custom "] [tag" noshow "] [hostname" www.XXXXX.edu.it "] [uri" / wp-admin / async -upload.php "] [unique_id" Y2jlf7XUReyP2nbhYH9BaQAAABQ "], referer: https://www.XXXXX.edu.it/wp-admin/upload.php
]]>
Hi, I’m getting Array ( [basename] => [filename] => ) next to woocommerce thumbnails, if I deactivated plugin then it disappears.
]]>reSmush.it is an awesome tool – shrinking images is huge for SEO and user experience.
Recently the feature to ‘preserve EXIF’ was added. Now that reSmush.it can write EXIF to the newly smushed images, I imagine it would be a small addition to write new GPS coordinates.
You may not know this, but GPS coordinates is a signal Google uses when building relevance for businesses – and the technical ability for a graphic designer to update the EXIF GPS coordinates on images is very little.
This would be a significant feature for the tool and put it ahead of all the rest of the Image Smushing tools.
if you would like more info about how Google uses GPS coordinates from EXIF, please refer to this article:
https://imageseo.io/does-exif-iptc-impact-images-seo/
I received a notification about a potential security vulnerability that effects this plugin. I figured I’d ask about it’s validity and pass along the info.
“The plugin does not perform CSRF checks for any of its AJAX actions, allowing an attackers to trick logged in users to perform various actions on their behalf on the site.”
https://wpscan.com/vulnerability/6e42f26b-3403-4d55-99ad-2c8e2d76e537
]]>Hi,
How do I completely remove, without a trace, the 404 Error Logs recorded by the plugin?
The manual method offered by the plugin is unfeasible.
Thanks.
]]>