• Hi,
    I’m trying to shave time off our Gmetrix but for some reason eicons.woff2 loads twice

    Once as
    elementor/assets/lib/eicons/fonts/eicons.woff2?5.7.0

    and another as
    elementor/assets/lib/eicons/fonts/eicons.woff2?5.9.1

    I really don’t want eicons.woff2 loading at all
    I have tried

    add_action( ‘wp_enqueue_scripts’, ‘remove_default_stylesheet’, 20 );
    function remove_default_stylesheet() {
    wp_deregister_style( ‘elementor-icons’ );
    }

    and that removed elementor/assets/lib/eicons/fonts/eicons.woff2?5.9.1

    but
    eicons.woff2?5.7.0 stays. how do I remove it to shave almost 2 seconds of the load time ?

    Running elementor pro and astra

    • This topic was modified 4 years, 5 months ago by vault worker.
  • The topic ‘how to stop eicons.woff2 loading twice?’ is closed to new replies.