function cassini_child_disable_gutenberg_wp_enqueue_scripts() {
if( ! is_singular('post') ) {
wp_dequeue_style('wp-block-library');
wp_dequeue_style('wp-block-library-theme');
wp_dequeue_style('wc-blocks-style');
}
}
add_action('wp_enqueue_scripts', 'cassini_child_disable_gutenberg_wp_enqueue_scripts', 100);
function cassini_child_remove_wp_global_styles() {
remove_action( 'wp_enqueue_scripts', 'wp_enqueue_global_styles' );
remove_action( 'wp_body_open', 'wp_global_styles_render_svg_filters' );
}
add_action( 'init', 'cassini_child_remove_wp_global_styles' );
New websites don’t need support old Font Awesome version. So choose ‘No’ to disable it then reduce some assets loading for your website.
The “Improved Asset Loading” mode reduces the amount of code that is loaded on the page by default
We recommended use Nginx hosting.