/**
* Resolves a resource origin as early as possible.
*
* @param string $uri A public path
* @param array $attributes The attributes of this link (e.g. "array('as' => true)", "array('pr' => 0.5)")
*
* @return void
*
* @since 4.0.0
*/
public function dnsPrefetch(string $uri, array $attributes = [])
{
$this->link($uri, 'dns-prefetch', $attributes);
}