I have error CSS

I have error CSS

Mariia3
Visitor
1 0 0

HI, i have this error - 

HTML document size
Your page size > 75kb.
In order to reduce page size, remove any unnecessary tags from your markup or inline CSS in your store.
 
Maybe somebody know how to resolve it? Thank
Reply 1 (1)

Carlos-Sz
Excursionist
96 6 28

Hello @Mariia3, this error means that your page’s HTML is over 75KB, which could slow down your site. Here are some actionable steps you can take:

  1. Review Your Markup:

    • Go through your theme files (especially those generating your main layout) and remove any unnecessary tags, commented-out code, or unused sections.
  2. Optimize Inline CSS:

    • If you have a lot of inline CSS, consider moving it to an external stylesheet and minifying it. This not only cuts down on page size but also improves caching.
  3. Minify Your HTML:

    • There are online tools that can minify your HTML code. This process removes extra spaces and line breaks without affecting functionality.
  4. Check Apps & Scripts:

    • Sometimes apps or third-party scripts inject extra code. Review any recently added apps or scripts that might be bloating your page.
  5. Test After Changes:

    • Use tools like Google PageSpeed Insights to check your page size after making these changes.

These steps should help reduce your page’s HTML size and improve overall performance. Hope that helps!

Best,
Carlos from Kudosi Reviews