• Hello,

    I’m been looking to improve the load time from my site, installing “Query Monitor” plugin; there notify a rares queries, one of them marked in purple got a time of 0.0165 from a unkown component.

    This query is something like:

    UPDATEwp_options`
    SET option_value = ‘O:8:\”stdClass\”:4:{s:7:\”updates\”;a:1:{i:0;O:8:\”stdClass\”:10:{s:8:\”response\”;s:6:\”latest\”;s:8:\”download\”;s:59:\”https://downloads.www.ads-software.com/release/wordpress-5.1.1.zip\”;s:6:\”locale\”;s:5:\”en_US\”;s:8:\”packages\”;O:8:\”stdClass\”:5:{s:4:\”full\”;s:59:\”https://downloads.www.ads-software.com/release/wordpress-5.1.1.zip\”;s:10:\”no_content\”;s:70:\”https://downloads.www.ads-software.com/release/wordpress-5.1.1-no-content.zip\”;s:11:\”new_bundled\”;s:71:\”https://downloads.www.ads-software.com/release/wordpress-5.1.1-new-bundled.zip\”;s:7:\”partial\”;b:0;s:8:\”rollback\”;b:0;}s:7:\”current\”;s:5:\”5.1.1\”;s:7:\”version\”;s:5:\”5.1.1\”;s:11:\”php_version\”;s:5:\”5.2.4\”;s:13:\”mysql_version\”;s:3:\”5.0\”;s:11:\”new_bundled\”;s:3:\”5.0\”;s:15:\”partial_version\”;s:0:\”\”;}}s:12:\”last_checked\”;i:1553722663;s:15:\”version_checked\”;s:5:\”5.1.1\”;s:12:\”translations\”;a:1:{i:0;a:7:{s:4:\”type\”;s:4:\”core\”;s:4:\”slug\”;s:7:\”default\”;s:8:\”language\”;s:5:\”he_IL\”;s:7:\”version\”;s:5:\”5.0.4\”;s:7:\”updated\”;s:19:\”2019-03-16 18:30:33\”;s:7:\”package\”;s:64:\”https://downloads.www.ads-software.com/translation/core/5.0.4/he_IL.zip\”;s:10:\”autoupdate\”;b:1;}}}’, autoload = ‘no’
    WHERE option_name = ‘_site_transient_update_core’`

    And is caller from:

    do_action('admin_init')
    /wordpress-5.1.1/wp-includes/plugin.php:465
    _maybe_update_core()
    /wordpress-5.1.1/wp-includes/update.php:730
    wp_version_check()
    /wordpress-5.1.1/wp-includes/update.php:223
    set_site_transient()
    /wordpress-5.1.1/wp-includes/option.php:1846
    update_site_option()
    /wordpress-5.1.1/wp-includes/option.php:1186
    update_network_option()
    /wordpress-5.1.1/wp-includes/option.php:1611
    update_option()
    /wordpress-5.1.1/wp-includes/option.php:378

    What is it about? and what actions may I have to do to solve that?

    Wilson Rivas.

    • This topic was modified 5 years, 11 months ago by wilson2r.
Viewing 3 replies - 1 through 3 (of 3 total)
  • do_action is how wordpress calls hooks. Looks like options being called for desktop

    Thread Starter wilson2r

    (@wilson2r)

    Because is mark in color with a several time require. Its normal?
    It’s above some broken query?

    In the databases, there is a table named Options. The Options.php just retrieves members from that table. It usually used on the backend to display options that have been set for a plugin or something. It looks like to me that it pulling settings from the options table for several different setups. I don’t know if it had an error I’m not familiar with the plugin you are using. The file is just retrieving information from a database file. You can see the database table if you have phpmyadmin.
    I don’t think it an error. It probably information that was retrieved by some ajax function.

    • This reply was modified 5 years, 11 months ago by mrtom414.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Too high load time’ is closed to new replies.