Style.css as Render blocking?
-
Hi Frank,
we just changed our CSS from main.min.css to style.css in root of theme.
wp_enqueue_style( ‘cybersecuritydegreetheme-themestyle’, get_stylesheet_uri() );
// wp_enqueue_style( ‘cybersecuritydegreetheme-style-main’, get_template_directory_uri().’/styles/css/main.min.css’ );However, AO is not picking it up. In lighthouse audits, we are showing that one CSS as being render blocking resource.
https://cyber-security.degree/wp-content/themes/CyberSecurity/style.css?ver=5.5.3Any ideas?
CSS Options:
Optimize CSS Code CHECK
Aggregate CSS-Files? CHECK
Inline and Defer CSS? CHECKSave aggregated script/css as static files? OFF
Minify excluded CSS and JS files? CHECKThe page I need help with: [log in to see the link]
- The topic ‘Style.css as Render blocking?’ is closed to new replies.