• Resolved mhasanb

    (@mhasanb)


    I check on Pagespeed Insights, wp meteor plugins add rel=”preconnect” external script, how disable this fitur.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Aleksandr Guidrevitch

    (@aguidrevitch)

    Hi @mhasanb ,

    Please check 3.4.18 if it resolves the issue – it disables preconnect for the infinite delay mode. You can disable it completely by using the following code:

    add_filter('wp-meteor-frontend-adjust-wpmeteor', function ($wpmeteor, $settings) {
    $wpmeteor['preconnect'] = false;
    return $wpmeteor;
    }, 100, 2);

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.