• Hello people,

    I have a problem with autoptimizer giving out blank images on certain page of my website. Sometimes, my shop page is missing out all of its’ CSS. Google console gives out this error when I check the blank page: Uncaught SyntaxError: Unexpected end of input XXX/wp-content/cache/autoptimize/autoptimize_ec6368db875b83d7f397df255f42c3b3.php

    • This topic was modified 6 years, 6 months ago by fouzynadjieb.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    https://www.lacespalace.com/wp-content/cache/autoptimize/autoptimize_ec6368db875b83d7f397df255f42c3b3.php returns a 404 file not found error, so the problem could be that you purged your autoptimize cache but that you have a page cache that has HTML in cache that still refers to those deleted autoptimize files. clear any page cache you might have (caching plugin, cache at hoster, cloudflare, …) and all should be well.

    hope this helps,
    frank

    Thread Starter fouzynadjieb

    (@fouzynadjieb)

    Hi again,

    I have purged the cache for autoptimize, cloudflare and the browsers but the problem is solved for Chrome and Firefox except for IE.

    I have followed the instructions on a previous thread on how to find the culprit and it seems that the Genesis Simple Share plugin is the issue. I have disabled it and it seems to be solved, except for IE. Sometimes I get that blank page for a split second and it turns back to normal.

    Out of topic, but do you have alternatives to displaying social share buttons that dont consume too much site speed?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    Sometimes I get that blank page for a split second and it turns back to normal.

    that sounds like a different issue, this is probably due to JS on your site that hides that page until ready (which I advise against, ideally a site shows _something_ as soon as possible) and as that JS is (again, probably) optimized by AO it executes late. you could try to find the JS that “unhides” that page and try to exclude that from optimization or -if this is an option in your theme- disable that hide/ unhide logic?

    do you have alternatives to displaying social share buttons that dont consume too much site speed?

    I generally shy away from social share plugins I’m afraid ??

    Thread Starter fouzynadjieb

    (@fouzynadjieb)

    Okay, everything seems great now but the problem wont go away on Internet Explorer. I still have blank slider on homepage and on my single product page.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    I still have blank slider on homepage and on my single product page.

    hmm, that’s yet another problem really, maybe try excluding the slider JS from optimization?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Some pages giving out blank images’ is closed to new replies.