Harshad
Forum Replies Created
-
@laserstore Could be the case, you’ll have to apply the fix on all the other sites and check it works?
@forcesail I’ve reported the issue to our development team and it should get fixed in next release.
@careyub According to this thread: https://wordpress.org/support/topic/curl-error-after-upgrading-v2-7-bind-failed-with-errno-99/
You’ll have to set
define( 'MAILCHIMP_USE_OUTBOUND_IP', false );in wp-config.php file.However, the issue is with Mailchimp plugin, so you’ll have to report the issue with them.
@laserstore The CSS screenshot you have shared is from WooCommerce, so in this case you’ll have to contact the WooCommerce support folks and report them the issue.
@fei4210 As WP-Optimize connects to 3rd party API it takes some time to compress the images, it also depends upon server resources you have.
@forcesail Could you please try to downgrade the WP-Optimize to 3.2.3 version and then try to preload the urls and check if you still see the errors in error log and it freezes while caching?
@yobofofas Our development team is looking into the issue.
Once the issue is fixed, we will update you on the same.
Thank you for your time and patience.
@yobofofas The curl 28 error usually occurs if your website is blocking the request to third party API, please check with your host if your website is behind firewall, if yes please temporary disable the firewall and check if the image compression works?
@imzban The plugin name is not in gettext function call, so I suspect you can translate the name.
@therealmiked The calls are made on host machine, could you please try to downgrade WP-Optimize to 3.2.3 version and check if it helps to fix the issue?
@lupin107 You can add the plugin JS files to “Exclude JavaScript from processing” from WP-Optimize > Minify > Javascript.
@therealmiked The curl 28 error usually occurs if your website is blocking the request to third party API, please check with your host if your website is behind firewall, if yes please temporary disable the firewall and check if the image compression works?
@ildomandatore You can do the bulk compression from WP-Optimize > Images, WP-Optimize lazy loads the images even if its compressed, but this feature is available in Pro version.
@lupin107 Did you try to preload the urls from WP-Optimize > Cache > Preload?
@vantuykomn If you are still getting the error that means you will still have to increase the max_execution_time to higher value.