Annonnimmo
Forum Replies Created
-
Forum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] PHP 7 CompatibilityA sincere thank you, for your work since now and for your eventual future efforts ??
How can I solve this problem?
Forum: Fixing WordPress
In reply to: Cannot modify header error – accessing wp.adminThank you @neangnoch168!
Writing
<?php @ob_start();?>
at top of the functions.php file, worked for me!(I think it was because I’m using a very old theme)
It seems to be related to “Resize original images” option:
when it’s enabled, it appeares the message
when it’s disabled, it don’tMay is this a bug? Thank you.
I’ve already flushed several times either Cloudflare (also disabled it) and Fastest Cache, with no luck.
Forum: Plugins
In reply to: [WP Fastest Cache] How to avoid emails from wp-cron.php when using preload?Forum: Plugins
In reply to: [WP Fastest Cache] How to avoid emails from wp-cron.php when using preload?Hi, thank you.
>/dev/null 2>&1
stops also emails of errors, that I think is a good idea to receive if they’re.I googled and now i’m trying
>/dev/null
that should stop only emails of stdout but not stderr.Hi, I’m using this simple code (and my wordpress is now consuming much less resources):
// Jetpack custom cron schedule to reduce cron load add_filter( 'jetpack_sync_incremental_sync_interval', function() { return 'hourly'; } ); add_filter( 'jetpack_sync_full_sync_interval', function() { return 'daily'; } );
This means: incremental sync every hour and full sync once a day.
For me it’s ok because I post only once or twice a day.(Note: I didn’t use Jetpack Publicize, so I don’t know if this code may have some side effects in that case)
Forum: Plugins
In reply to: [WooCommerce] Paypal open in new pageMe too, thank you.
- This reply was modified 8 years, 2 months ago by Annonnimmo.
Forum: Plugins
In reply to: [Loco Translate] Set custom “Last-Translator” email addressThank you.
Thank you.
Please may the developer or someone provide a patch?
I wouldn’t have to change this plugin with another, because:
– it still works great
– it’s simple and fast
– it doesn’t load any .js that may slow down your website
(Also I made a lot of css customizations ?? )
Thank you.+1
I appreciate this, thank you.
To be clear: when I fecth manually with Facebook Debugger it’s all ok, so I think it’s a Jetpack problem.