Excessive Inline CSS

This page has over 500 generated CSS class definitions embedded directly in the HTML head. This results in a very large HTML document with a poor content-to-code ratio.

Issues this causes:

  • Increased page weight (slower loading)
  • Low text-to-HTML ratio
  • Slower parsing by both browsers and crawlers
  • Wasted bandwidth on CSS that likely isn't all used

CSS should be in external stylesheets, and only critical CSS should be inlined.

Back to home