SEO Suite Help Center
Go to appAvada products
  • Welcome
  • 🚀GETTING STARTED
    • Intro to SEO Suite
    • Quick start guide
    • Tutorials videos
    • SEO Dictionary
    • Pricing
  • 📑SEO Audit
    • Overview
    • SEO checklist
    • On-page SEO
      • Checklist
      • Keyword research
      • Collection page
      • FAQs builder
      • Social meta tags
  • 🖼️Image optimization
    • Overview
    • Image optimization manager
    • Compress image tool
  • ⚡Site speed up
    • Speed up
      • Compare modes
      • Web performance
    • Speed up - custom mode
      • JS deferral
      • Style optimization
      • Assets optimization
      • Lazy loading
      • Minification
      • Instant page
      • Preconnect
      • Font-display: swap
      • 🧩 Critical CSS
      • ⚡ Hyperspeed
      • 🔄 Page Loader
  • 🔎Search appearance
    • Meta tags
      • Meta tags basic
      • Meta tags rule
      • Custom meta tags
      • Variables
    • Image
      • Example
    • Instant indexing
      • Google Indexing API
    • Social networks
    • Google structured data
      • Rich results
      • Test Google Structured Data
    • Robots.txt editor
      • Wildcards
  • 🛠️other features
    • Site verification
    • Google search consoles
    • Broken link manager
      • 301 and 302 redirect
    • Sitemap generator
      • XML sitemap
      • HTML sitemap
    • Email notification
    • Shopify Flow
    • Settings
  • 🧩Integration
    • Air reviews
    • Ali reviews
    • Judge.me
    • LAI Reviews
    • Loox
    • eComposer
    • Gempages
  • 💻Knowledge hub
    • Search Engine Optimization (SEO) 101
    • Hands-on guide to improve on-page product SEO audit score
    • Basic Core Web Vitals
    • Web performance and speed with Shopify eCommerce in 2024
    • The Google Algorithm leak and what it has to do with your SEO in Shopify
    • Critical CSS Extraction deep dive
    • Does outbound links matter in SEO?
    • Tips writing your meta title
    • Writing a good product description that sales and "SEO"
    • App Deferral for Shopify Store Speed Optimization deep dive
    • Google update 2024
  • 💸Referral program
  • ⁉️FAQs
  • 🔏Privacy Policy
Powered by GitBook
On this page
  • What is Critical CSS?
  • Why use Critical CSS?
  • 🎮 Try it in action
  • ⚙️ How to Set Up Critical CSS

Was this helpful?

  1. Site speed up
  2. Speed up - custom mode

🧩 Critical CSS

Boost your store’s speed by prioritizing only the CSS needed for above-the-fold content.

PreviousFont-display: swapNext⚡ Hyperspeed

Last updated 23 days ago

Was this helpful?

Who can use this feature? This feature is available for Enterprise users.

What is Critical CSS?

Critical CSS helps your page load faster by identifying and loading only the essential CSS needed to render the visible part of the page (above the fold). Other CSS is loaded later, ensuring quicker initial rendering and a smoother user experience.


Why use Critical CSS?

  • Prioritizes key visual elements for faster first paint

  • Significantly improves First Contentful Paint (FCP)

  • Reduces render-blocking styles

  • Helps pass Core Web Vitals and improves SEO performance


🎮 Try it in action


⚙️ How to Set Up Critical CSS

Step 1: Enable the feature

  1. Go to Avada SEO Suite > Speed Up > Custom > Settings

  2. Find Critical CSS and toggle it ON

Step 2: Apply changes

  1. Return to Speed Up Now

  2. Select your theme and click to optimize

Step 3: Verify it's working

A. In theme code

  • Go to Online Store > Themes > Actions > Edit Code

  • After running optimization, check your .liquid files

  • You’ll see a preload code snippet automatically added

B. On your storefront

  • Visit your store frontend

  • Check your FCP score using Google Lighthouse or PageSpeed Insights

  • If the feature is active, FCP should be significantly improved


📌 Merchant Notes

  • Always run Speed Up Now after enabling the feature to apply changes to your chosen theme

  • Make sure that your theme is published

  • Look for preload tags injected into .liquid files — these help load critical CSS faster

⚡