radorp2p
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] If value is < 0, show –Thanks so much! It works now.
Forum: Plugins
In reply to: [Calculated Fields Form] If value is < 0, show –Can I use three conditions in one function like:
if(fieldname4 == ‘choice1’ & fieldname11 > fieldname5 & fieldname8 == ‘choice2’) return ‘-‘;
Is there any other way I can make it simply give ‘-‘ if result is below 0, without writing new functions.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Be the first to commentThank you.
Forum: Plugins
In reply to: [WP Super Cache] A busy website and cache timeoutI don’t update it much so I can set the cache timeout 1 day with no issues and I use wpdiscuz which seems not to be affected by wp super cache settings.
I just wondered whether busy site/traffic is a factor for determining these values.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Postfix mail queueOr how can I delete / disable subscription of these emails so that they will be not sent again?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Postfix mail queueI don’t use any specific plugin. I’ve checked out the mail ID, it is PHPMailer which probably comes with wordpress itself. I don’t know how to fix it really now, it is unmanaged hosting.
Forum: Plugins
In reply to: [Redis Object Cache] Should I decrease max TTL?There is also 2gb swap memory.
Forum: Plugins
In reply to: [Redis Object Cache] Should I decrease max TTL?It was like this: When my max TTL was 604800.
# Memory
used_memory:19640320
used_memory_human:18.73M
used_memory_rss:13844480
used_memory_rss_human:13.20M
used_memory_peak:30129928
used_memory_peak_human:28.73M
used_memory_peak_perc:65.19%
used_memory_overhead:1732654
used_memory_startup:796328
used_memory_dataset:17907666
used_memory_dataset_perc:95.03%
allocator_allocated:19988296
allocator_active:21180416
allocator_resident:26193920
total_system_memory:1029038080
total_system_memory_human:981.37M
used_memory_lua:41984
used_memory_lua_human:41.00K
used_memory_scripts:0
used_memory_scripts_human:0B
number_of_cached_scripts:0
maxmemory:128000000
maxmemory_human:122.07M
maxmemory_policy:allkeys-lfu
allocator_frag_ratio:1.06
allocator_frag_bytes:1192120
allocator_rss_ratio:1.24
allocator_rss_bytes:5013504
rss_overhead_ratio:0.53
rss_overhead_bytes:-12349440
mem_fragmentation_ratio:0.71
mem_fragmentation_bytes:-5753840
mem_not_counted_for_evict:0
mem_replication_backlog:0
mem_clients_slaves:0
mem_clients_normal:49694
mem_aof_buffer:0
mem_allocator:jemalloc-5.2.1
active_defrag_running:0
lazyfree_pending_objects:0Forum: Plugins
In reply to: [Redis Object Cache] Should I decrease max TTL?You never give a clear answer lol
Forum: Plugins
In reply to: [Redis Object Cache] Should I decrease max TTL?I have around 10k daily traffic. Should I use low or high max TTL? I could not really find any explanatory information on max TTL.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize script load timeOk thanks a lot.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize script load timeThanks, so basically I should remove unimportant / unused plugins right? Also should I clear Autoptimize cache sometimes? It does not grow at all after I disabled inline jss, max 50 mb. What happens if I never clear it. Should I do it sometimes?
Forum: Plugins
In reply to: [Redis Object Cache] Should I decrease max TTL?Thanks. Last question: If I lower my 604800 max TTL to 86400, would it improve or worsen page load time / performance?
Forum: Plugins
In reply to: [Redis Object Cache] Should I decrease max TTL?Didn’t understand what you meant. Should I increase or decrease max TTL?