• why show the different results in gtmrtrix from google page speed. for 3000 milliseconds google page speed show great result but gtmtrix slow on result why? Can you fix it?

    add_filter(‘wp-meteor-frontend-adjust-wpmeteor’, function ($wpmeteor, $settings) {
    $wpmeteor[‘rdelay’] = 3000; // number of milliseconds to delay
    return $wpmeteor;
    }, 100, 2);

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

Viewing 1 replies (of 1 total)
  • There are many reasons.
    Main one — GTMetrix is NOT Google.

    1. GTMetrix is not using latest version of Lighthouse Google uses
    2. Google tests mobile version of site (mobile indexing first), while free version of GTMetrix tests desktop
    3. Testing server location plays a role as well.

    Rudolf

Viewing 1 replies (of 1 total)
  • The topic ‘why show the different results in gtmrtrix from google page speed.’ is closed to new replies.