• Resolved nicolasmendes

    (@nicolasmendes)


    GET https://makermockup.com/wp-content/cache/autoptimize/autoptimize_a476ebc6c743d1b8e131a2d55a02dc2c.php net::ERR_ABORTED 404

    That problem happens in the Home page and Categories. This issue breaks the theme somehow.

    I already disabled WP Fastest Cache and Smush, there is no expiration set. Every time that this issue happens, the website still broken until the next day, somehow the cache reset at midnight.

    Please help me. Thanks.

    • This topic was modified 4 years, 8 months ago by nicolasmendes.

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

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

    (@optimizingmatters)

    1. autoptimize does not have a logic to automatically remove the cache itself, so something else is doing so (a plugin or your theme -Divi does so for the wrong reasons- or your host might remove files under wp-content/cache -which would also be wrong-. you will need to find out who is doing that and stop that

    2. you seem to have page caching even with WP Fastest Cache removed; I see x-gocache-cachestatus: HIT in your HTTP response headers, so you will need to clear that cache too.

    hope this helps,
    frank

    Thread Starter nicolasmendes

    (@nicolasmendes)

    Hi, the error appears to be solved, but the main page/home is broken ??
    I can’t find what is causing this, I’ve disabled all minify js and html optmization to search for details in the source code, but nothing appear to be wrong… All the other pages/categories are working fine.

    How can I proceed?

    • This reply was modified 4 years, 8 months ago by nicolasmendes.
    Plugin Author Optimizing Matters

    (@optimizingmatters)

    you have *something* pushing jQuery to the bottom of the HTML, but revslider needs it (a lot) earlier. find out what’s the thing forces jQuery to load in the footer, stop if from doing so and things _should_ be better ??

    Thread Starter nicolasmendes

    (@nicolasmendes)

    Thanks for the help, that solved the majority of errors, but that happens only if I’am logged in Wp-Admin of the page, all works fine but in a private window from the same browser or another, the main page has the same errors from before… Clearing the cache does not work :/

    See the screenshots:

    Logged In: https://1drv.ms/u/s!AkqmmjrMDNW3lUdPmc3Ee0TqVW1L
    Private Window: https://1drv.ms/u/s!AkqmmjrMDNW3lUYwfZU2oEs1RfIA

    • This reply was modified 4 years, 8 months ago by nicolasmendes.
    Plugin Author Optimizing Matters

    (@optimizingmatters)

    Well, you still have jquery loaded at the bottom of the HTML there causing the “jQuery is not defined” error, so something somewhere still has the old page in cache Nicolas :-/

    Thread Starter nicolasmendes

    (@nicolasmendes)

    I managed to delete cache folder manually, thanks for the help! The best support I’ve seen.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    you’re welcome, feel free to leave a review of the plugin and support here! ??

    greetings from Belgium,
    frank

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Error 404 caused by AO when loads PHP’ is closed to new replies.