Robert1112
Forum Replies Created
-
It works. But my concern is by doing thing, “purge all” frequency will increase so does the the frequency of re-cache?
Thank you.
@stanleylitespeed Thank you. It seems working. Thank you.
Hi @jezweb
Thanks very much for your reply. I look around but didn’t find purge by hook option. Please kindly advise. Thank you.
Forum: Plugins
In reply to: [Lenix Elementor Leads addon] Plugin slows down front-end and back-end speed@pshitik Hi Awesome plugin. It saves my life. Is this problem solved and released? I still get the same warning with Query Monitor plugin.
Thank you.
Hi I had the same question. More than that, according Google guideline, the rating needs to show on the front. That is why I receive the error on console.
“Structured data issue: Structured data found on hidden content”
Thanks.
Forum: Plugins
In reply to: [Redis Object Cache] Redirect to upgrade.phpShould I add it to wp-config.php before /* That’s all, stop editing! Happy blogging. */? Thanks.
Forum: Plugins
In reply to: [Redis Object Cache] Redirect to upgrade.phpHi @tillkruess
Do you refer to the snippet below. Where should i put it? Sorry in advance if the question is too stupid. Thank you so much.
/**
* Fix a race condition in alloptions caching
*
* See https://core.trac.www.ads-software.com/ticket/31245
*/
function _wpcom_vip_maybe_clear_alloptions_cache( $option ) {
if ( ! wp_installing() ) {
$alloptions = wp_load_alloptions(); //alloptions should be cached at this point
if ( isset( $alloptions[ $option ] ) ) { //only if option is among alloptions
wp_cache_delete( ‘alloptions’, ‘options’ );
}
}
}
add_action( ‘added_option’, ‘_wpcom_vip_maybe_clear_alloptions_cache’ );
add_action( ‘updated_option’, ‘_wpcom_vip_maybe_clear_alloptions_cache’ );
add_action( ‘deleted_option’, ‘_wpcom_vip_maybe_clear_alloptions_cache’ );Forum: Plugins
In reply to: [Redis Object Cache] Redirect to upgrade.php@rheinwebcom Thanks.
Forum: Plugins
In reply to: [Redis Object Cache] Redirect to upgrade.phpThanks I found the solution here and it is solved. Thank you.
https://www.cyberciti.biz/faq/how-to-flush-redis-cache-and-delete-everything-using-the-cli/Forum: Plugins
In reply to: [Redis Object Cache] Redirect to upgrade.phpHi I got the same issue. How to manually flush Redis database? Thanks.
Hi Till
I get the same issue. Should I pay attention to this and how to solve it? Thank you.
Forum: Plugins
In reply to: [SEOPress - On-site SEO] How to have Stars shown on rich snippetthank you. your plugin is better than yoast??
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Content Analysis is not Chinese FriendlyHi @rainbowgeek
When do you estimate this can be improved? Thank you
Hi Eva,
/** Switching to real cron */
define(‘DISABLE_WP_CRON’, false);I have this now. I use Wp_cron and hit Refresh. The result is the same. “Processing” flashed and flashed without any percentage?
Where should I check? Thank you so much.