Speed up Elementor sites by removing Font Awesome

PHOTO EMBED

Fri Jun 05 2020 20:36:29 GMT+0000 (Coordinated Universal Time)

Saved by @performmarketing #php

add_action( 'wp_enqueue_scripts', function() { wp_dequeue_style( 'font-awesome' ); }, 50 );
add_action( 'elementor/frontend/after_enqueue_styles', function () { wp_dequeue_style( 'font-awesome' ); } );
content_copyCOPY

Speed up Elementor sites by removing Font Awesome

https://ltheme.com/how-to-quicken-a-slow-site-with-elementor-page-builder/