Cleaning up head, minifying
-
Hi,
does the plugin also clean up the head links? I am currently usingremove_action('wp_head', 'wlwmanifest_link'); remove_action('wp_head', 'wp_generator'); remove_action( 'wp_head', 'feed_links', 2 ); remove_action('wp_head', 'feed_links_extra', 3 ); remove_action('wp_head', 'rest_output_link_wp_head', 10); remove_action('wp_head', 'wp_oembed_add_discovery_links', 10); remove_action('wp_head', 'wp_shortlink_wp_head', 10, 0 ); remove_action('template_redirect', 'rest_output_link_header', 11, 0);and also removing the XMLRCP – is your plugin doing any of that? Also, my child theme css is currently minified just to remove comments etc. But with Fast Velocity I could keep it written out, correct?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Cleaning up head, minifying’ is closed to new replies.