How to Change the WordPress Login Page...
This snippet allows you to easily change the URL of the logo on your WordPress login ...

WPCodeBox
110
Improve website performance by removing DNS-prefetch from WordPress head when it’s not needed, especially if you’re hosting Google fonts locally.
// Remove dns-prefetch Link from WordPress Head (Frontend)
remove_action( 'wp_head', 'wp_resource_hints', 2 );