Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5540

High Mysql CPU usage due to Adrotate

$
0
0

I could not register @ https://ajdg.solutions/my-account/, so I’m posting here.

I have a very high Myqsl CPU usage on my server, which slows it down a lot.
So I used Debug Objects to find out, and I can see many transient requests from Adrotate such as:

    Time: 739.2ms (0.73922801017761s)
    Query:

    INSERT INTO <code>wp_options</code> (<code>option_name</code>, <code>option_value</code>, <code>autoload</code>) VALUES ('_transient_adrotate_impression_be80d88c70cf20f21d89711405cb8782', '1485366604', 'no') ON DUPLICATE KEY UPDATE <code>option_name</code> = VALUES(<code>option_name</code>), <code>option_value</code> = VALUES(<code>option_value</code>), <code>autoload</code> = VALUES(<code>autoload</code>)

    Function: add_option()

The forums messes up with the code above, so here’s a pastebin: http://pastebin.com/MD3pHh7Q
I think it may be the same issue as reported @ https://ajdg.solutions/forums/topic/wp_options-table-entries/


Viewing all articles
Browse latest Browse all 5540

Trending Articles