• Resolved coleh3

    (@coleh3)


    I am currently using this plugin across our server on a large group of sites. I was monitoring using the redis-cli and I noticed alot of the domains showing this:

    1479165657.283429 [0 127.0.0.1:39132] “SET” “9a51552bce7fdd2824ebc6ba65ccccb8wp_:options:alloptions”

    After which appears a huge block of the entire options table. I noticed it would show up sometimes multiple times in a row from the same domain. Is this normal to see while monitoring redis or could there be an issue happening. The blocks that are getting cached appear huge and are the entire options table.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    The options table is heavily used (to an unhealthy extend) in WordPress and by plugins, so what you’re seeing is probably normal.

    If it’s causing any issues, I’d suggest logging the stack trace for a while and then analyze who updating the options table the most.

    Thread Starter coleh3

    (@coleh3)

    Thanks. I was curious as I thought Redis would maybe only cache each individual options row separately and not the full options table at once.

    Plugin Author Till Krüss

    (@tillkruess)

    Yeah, in a “normal” application that would the case, but WordPress is just a little special.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Set All Options Appearing Alot In Monitor’ is closed to new replies.