how to stop eicons.woff2 loading twice?
-
Hi,
I’m trying to shave time off our Gmetrix but for some reason eicons.woff2 loads twiceOnce as
elementor/assets/lib/eicons/fonts/eicons.woff2?5.7.0and another as
elementor/assets/lib/eicons/fonts/eicons.woff2?5.9.1I really don’t want eicons.woff2 loading at all
I have triedadd_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
- The topic ‘how to stop eicons.woff2 loading twice?’ is closed to new replies.