But can I ask why? It’s there to improve the performance of your site.
Can you explain to me HOW it could POSSIBLY improve performance?
This could NEVER improve performance. In fact it will almost ALWAYS have the opposite effect. The first time someone visits a url – yes the prefetch will cause the page to be slightly faster – but every page after that first one – will load slower. Why? Because by prefetching the script completely ignores built in browser caching and prefetches the URL despite the fact its already stored by the browser.
If you doubt this – open your wordpress site in Chrome. Then visit chrome://net-internals/#dns
See all those DNS entries that relate to wordpress? Yeah by prefetching – you ignore them completely and force the browser to go our onto the internet to get information it already stores in cache.