Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS What is this SQL doing? Is this normal?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #36242
    rughooker
    Member

    I’ve been having problems with excess cpu useage. I recently had a spike and this code was in the tmp/slow_mysql_queries/ logs.


    INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1327097261', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

    I checked my wp_options table and it is 526 items long. Most start with an option name of _transient_xxxxx. What are these items?

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.