vavoomshop
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] redis This website has a fatal error.980#0: *12213 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught RedisException: READONLY You can’t write against a read only replica. in /var/www/vhosts/Example.co.kr/httpdocs/wp-content/object-cache.php:2136
Stack trace:0 /var/www/vhosts/Example.co.kr/httpdocs/wp-content/object-cache.php(2136): Redis->set()
1 /var/www/vhosts/Example.co.kr/httpdocs/wp-content/object-cache.php(294): WP_Object_Cache->set()
2 /var/www/vhosts/Example.co.kr/httpdocs/wp-includes/class-wp-query.php(3331): wp_cache_set()
3 /var/www/vhosts/Example.co.kr/httpdocs/wp-includes/class-wp-query.php(3787): WP_Query->get_posts()
4 /var/www/vhosts/Example.co.kr/httpdocs/wp-includes/class-wp-query.php(3919): WP_Query->query()
5 /var/www/vhosts/Example.co.kr/httpdocs/wp-content/mu-plugins/perfmatters_mu.php(519): WP_Query->__construct()
6 /var/www/vhosts/Example.co.kr/httpdocs/wp-content/mu-plugins/perfmatters_mu.php(203): perfmatters_url_to_postid()
7 /var/www/vhosts/Example.co.kr/httpdocs/wp-content/mu-plugins/perfmatters_mu.ph” while reading response header from upstream
- This reply was modified 3 years ago by vavoomshop.
Forum: Plugins
In reply to: [LiteSpeed Cache] Cache purging scheduling questionThanks for the reply!
I will give feedback after testing
best regardsForum: Plugins
In reply to: [LiteSpeed Cache] Cache purging scheduling questionThank you for answer.
Do you know of another quick independent solution?
I do not know.
best regardsForum: Plugins
In reply to: [LiteSpeed Cache] Cache purging scheduling questionHas confirmed.
Need to add a specific feature as a customization?
For example<?php // wrap this in a function if (class_exists('\LiteSpeed\Purge')) { \LiteSpeed\Purge::purge_all(); } // another way if (class_exists('\LiteSpeed\Purge')) { do_action('litespeed_purge_all'); } ?>Are you saying this?
best regards