В 2020 году пользовательскими агентами Page Speed Insights являются: «Chrome -Lighthouse» для мобильных устройств и «Google Page Speed Insights» для настольных компьютеров. Итак, код php будет выглядеть так:
<?php if (!isset($_SERVER['HTTP_USER_AGENT']) || stripos($_SERVER['HTTP_USER_AGENT'], 'Chrome-Lighthouse') === false || stripos($_SERVER['HTTP_USER_AGENT'], 'Google Page Speed Insights') === false): ?>
// your google analytics code and other external script you want to hide from PageSpeed Insights here
<?php endif; ?>