timholz
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] cache-control header is strange@qtwrk – thanks a lot for the concise reply. regards theo
Forum: Plugins
In reply to: [LiteSpeed Cache] cache-control header is strange@qtwrk – thanks for responding. WordPress adds it from
wp-includes/functions.phpline 1503:
function wp_get_nocache_headers() {
$cache_control = 'no-cache, must-revalidate, max-age=0, no-store, private';I have no idea why wordpress would out of the box prevent caching. Strange. But anyway thanks – regards theo
Forum: Plugins
In reply to: [LiteSpeed Cache] Object cache not working with last update (Version 7.8.0.1)@litetim – Ok, thanks. regards Theo
Forum: Plugins
In reply to: [LiteSpeed Cache] Object cache not working with last update (Version 7.8.0.1)@litetim – Thanks for responding. «Make sure the object-cache.php is the correct one». Do you refer to the file installed by LSC? regards theo
Forum: Plugins
In reply to: [LiteSpeed Cache] Object cache not working with last update (Version 7.8.0.1)Hi – as a workaround, i replaced your
object-cache.phpin wp-content, withobject-cache.phpfrom this source: https://github.com/l3rady/object-cache-apcu. Site health is again without a message that a persistent object-cache is missing. Everything fine.In the change log you write the following: Object Cache Improved Object Cache resilience: auto disable when connection fails, network subsites fallback to database, and dropped TTL setting to respect never-expired transients.
This means, if neither Memcached nor Redis is found, the connection fails and object-cache is disabled. What about APCu, since this is available in my case and could serve well as object-cache? regards theo
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] “X-Frame-Options”Hi @hjogiupdraftplus – thanks. Emphasizing
!headers_sent()! I hope no one stumbles over that. Quite a crude approach to CSP. regards theo- This reply was modified 5 months, 2 weeks ago by timholz.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] “X-Frame-Options”Hello @hjogiupdraftplus – thanks for the message. I cannot confirm that WP 6.4+ automatically sends a CSP policy. That would be very arbitrary, for how could WP possibly know the specific conditions to consider for a good CSP. I send my custom CSP with
add_action('send_headers', 'add_csp_header',10,1);regards theo- This reply was modified 5 months, 3 weeks ago by timholz.
Forum: Plugins
In reply to: [W3 Total Cache] W3TC\Cache_Redis::_get_accessor: Connection refusedHi @vmarko – thanks a lot for your proposition and care. All the best. regards – theo
Forum: Plugins
In reply to: [W3 Total Cache] W3TC\Cache_Redis::_get_accessor: Connection refusedHi @vmarko, sorry, if i was impatient. Compability test says: Redis installed. But the real issue is, that my provider says, that i can’t use it on a shared hosting. Theoretically other clients could see what is going on. Now, the other option for db- and object-cache is disk and that is dangerous for the server could be over burdened. For the moment i leave it on disk for db- and object cache. My provider says that i get tons of errors in the error.log, when redis is selected. Not ideal. But anyway thanks a lot for your care. Now it is clear why i couldn’t get it to work. regards – theo
- This reply was modified 6 months, 3 weeks ago by timholz.
Forum: Plugins
In reply to: [W3 Total Cache] W3TC\Cache_Redis::_get_accessor: Connection refusedSo many installations and no decent information how to use redis with w3tc. Pity
Forum: Plugins
In reply to: [W3 Total Cache] W3TC\Cache_Redis::_get_accessor: Connection refusedOk, this is not working. I’ll deinstall w3tc. Regards – theo
- This reply was modified 6 months, 3 weeks ago by timholz.
Forum: Plugins
In reply to: [AI Scraping Protector] Rate Limiting@dba6060 – Hi, thanks for your clarification. Regards – theo
Forum: Plugins
In reply to: [AI Scraping Protector] two functions with no effect (status and reset)@dba6060 Hi – thanks for your answer. Ok, let’s what happens next. regards – theo
@dba6060 – Hi, thanks very much for your concise answer. All the best – theo
Forum: Plugins
In reply to: [AI Scraping Protector] Rate LimitingI agree, this should be on the options page. regards – theo