if ($url != null && !in_array($url, $this->preload['prefetch'])) {
            if ($first != null) {
                array_unshift($this->preload['prefetch'], $url);
                
                return $this;