Closed delawski closed 3 years ago
According to the Google Developer Guides the only way to track Time To Interactive (TTI) is to use a polyfill.
We should have a way to add the TTI metric along with adding the polyfill as an opt-in feature. I guess it could be another item in the $entry_types array. We currently filter this array using:
$entry_types
apply_filters( 'site_performance_tracker_event_types', array $entry_types = [ 'paint', 'navigation', 'mark' ] );
Not relevant anymore.
According to the Google Developer Guides the only way to track Time To Interactive (TTI) is to use a polyfill.
We should have a way to add the TTI metric along with adding the polyfill as an opt-in feature. I guess it could be another item in the
$entry_types
array. We currently filter this array using: