Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 12640152

    (@anonymized-12640152)

    Hi.

    This issue has been fixed in the latest version of the plugin (1.9.2). The request is now only done when it is absolutely required.
    You should see an improvement in the response time of admin pages.

    Thank you for reporting it.

    I am getting 5-10+ seconds of HTTP requests to the SendGrid API with this plugin, which makes navigating any admin page extremely slow. On Version 1.10.7.

    2 GET
    https://api.sendgrid.com/v3/contactdb/lists 200 OK WP_Http->request()
    wp-includes/class-http.php:223
    WP_Http->get()
    wp-includes/class-http.php:593
    wp_remote_get()
    wp-includes/http.php:170
    Sendgrid_NLVX::get_all_lists()
    wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-nlvx.php:62
    Sendgrid_Settings::show_settings_page()
    wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-settings.php:213
    do_action(‘settings_page_sendgrid-settings’)
    wp-includes/plugin.php:453 Plugin: sendgrid-email-delivery-simplified 5 3.3567
    3 GET
    https://api.sendgrid.com/v3/scopes 200 OK WP_Http->request()
    wp-includes/class-http.php:223
    WP_Http->get()
    wp-includes/class-http.php:593
    wp_remote_get()
    wp-includes/http.php:170
    Sendgrid_Tools::check_api_key_scopes()
    wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-tools.php:120
    Sendgrid_Tools::check_api_key()
    wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-tools.php:169
    Sendgrid_Settings::show_settings_page()
    wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-settings.php:253
    do_action(‘settings_page_sendgrid-settings’)
    wp-includes/plugin.php:453 Plugin: sendgrid-email-delivery-simplified 5 1.4719
    4 GET
    https://api.sendgrid.com/v3/scopes 200 OK WP_Http->request()
    wp-includes/class-http.php:223
    WP_Http->get()
    wp-includes/class-http.php:593
    wp_remote_get()
    wp-includes/http.php:170
    Sendgrid_Tools::check_api_key_scopes()
    wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-tools.php:120
    Sendgrid_Tools::check_api_key()
    wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-tools.php:175
    Sendgrid_Settings::show_settings_page()
    wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-settings.php:253
    do_action(‘settings_page_sendgrid-settings’)
    wp-includes/plugin.php:453 Plugin: sendgrid-email-delivery-simplified 5 1.4268
    6.5465

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Very slow http request on all admin pages’ is closed to new replies.