if (count($this->preload['prefetch'])) {
            foreach ($this->preload['prefetch'] as $href) {
                $tag = '<link rel="prefetch" href="' . htmlentities($href) . '">';
                
                $tags[] = $tag;