Profiles

  • Member Since: March 28th, 2025
  • Find me on:
  • Created a topic, Superb, on the site WordPress.org Forums:
    Still surprised that its free

  • Posted a reply to Site extremely Slow after activating the plugin, on the site WordPress.org Forums:
    It is located in a different server, so that might be the issue?

  • Posted a reply to Site extremely Slow after activating the plugin, on the site WordPress.org Forums:
    I did a small latency script and set the redis port to my open port…

  • Posted a reply to Site extremely Slow after activating the plugin, on the site WordPress.org Forums:
    redis-cli --latencymin: 0, max: 1, avg: 0.18 (1819 samples)^C

  • Posted a reply to Site extremely Slow after activating the plugin, on the site WordPress.org Forums:
    And this is me with only redis cache active, first I did open quite some…

  • Posted a reply to Site extremely Slow after activating the plugin, on the site WordPress.org Forums:
    This is me basically flushing the cache and opening a ton of products (500) This…

  • Posted a reply to Site extremely Slow after activating the plugin, on the site WordPress.org Forums:
    For some more info this is my redis config 1) "maxmemory"2) "2147483648"1) "maxmemory-policy"2) "allkeys-lru"1) "save"2)…

  • Posted a reply to Site extremely Slow after activating the plugin, on the site WordPress.org Forums:
    Sure redis-cli --pass 'xxxx' SLOWLOG GET 30(empty array)redis-cli --pass 'xxxxxxx' INFO commandstats# Commandstatscmdstat_flushdb:calls=12,usec=12238,usec_per_call=1019.83cmdstat_config:calls=2,usec=47,usec_per_call=23.50cmdstat_zadd:calls=652,usec=17966,usec_per_call=27.56cmdstat_mget:calls=6403,usec=92145,usec_per_call=14.39cmdstat_info:calls=801,usec=99619,usec_per_call=124.37cmdstat_zrangebyscore:calls=22,usec=2055,usec_per_call=93.41cmdstat_del:calls=461,usec=3041,usec_per_call=6.60cmdstat_get:calls=137067,usec=1672923,usec_per_call=12.21cmdstat_zremrangebyscore:calls=4,usec=425,usec_per_call=106.25cmdstat_set:calls=13211,usec=105796,usec_per_call=8.01cmdstat_auth:calls=866,usec=12492,usec_per_call=14.42cmdstat_monitor:calls=3,usec=5,usec_per_call=1.67cmdstat_dbsize:calls=2,usec=5,usec_per_call=2.50cmdstat_flushall:calls=3,usec=2749,usec_per_call=916.33cmdstat_command:calls=2,usec=1950,usec_per_call=975.00cmdstat_slowlog:calls=1,usec=6,usec_per_call=6.00cmdstat_ttl:calls=4,usec=49,usec_per_call=12.25cmdstat_zcount:calls=15,usec=240,usec_per_call=16.00cmdstat_select:calls=721,usec=2327,usec_per_call=3.23cmdstat_setex:calls=2354,usec=28324,usec_per_call=12.03cmdstat_scan:calls=39,usec=698,usec_per_call=17.90cmdstat_ping:calls=685,usec=990,usec_per_call=1.45redis-cli --pass 'xxxx'…

  • Created a topic, Site extremely Slow after activating the plugin, on the site WordPress.org Forums:
    So, I have installed this plugin, and connected an ext…