• Resolved danina84

    (@danina84)


    Hi,
    does the plugin also clean up the head links? I am currently using

    remove_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)
  • Plugin Author Raul P.

    (@alignak)

    Hello,

    No, FVM is not removing extra metadata on your template.
    The only thing it removes is the emoji scripts, which you can prevent by ticking the select box on the plugin settings accordingly.

Viewing 1 replies (of 1 total)

The topic ‘Cleaning up head, minifying’ is closed to new replies.