Hi @tranhoang ,
Thanks for your useless feedback. It was never advertised it improves GTMetrix. Here is the list of the metrics it improves:
* Page Speed
* Largest Contentful Paint (LCP)
* Time To Interactive (TTI)
* Total Blocking Time (TBT)
Please read plugin description carefully next time before leaving rating.
Thanks
use in function.php
add_filter(‘wp-meteor-frontend-adjust-wpmeteor’, function ($wpmeteor, $settings) {
$wpmeteor[‘rdelay’] = 8000; // number of milliseconds to delay
return $wpmeteor;
}, 100, 2);
-
This reply was modified 4 years, 8 months ago by
mamun1213.