• Hi,

    On one of my sites (www.andrewcohen.com) I’m getting cache size warnings at very frequent intervals.

    I’ve tried changing various AO settings without success. These are my current checked settings:

    ? Optimize HTML Code
    ? Optimize JavaScript Code
    ??Also aggregate inline JS
    ??Optimize CSS Code
    ? Also aggregate inline CSS

    I’m getting a full cache roughly every five days.

    Any help gratefully received!

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter outpost33

    (@outpost33)

    Does this thread offer a clue? The same JS error is mentioned.

    Thread Starter outpost33

    (@outpost33)

    So I figured out that excluding x-head.min.js prevented that js error. All seems to be working now.

    However I am now seeing this error in the console:

    Failed to load resource: the server responded with a status of 404 (Not Found) https://www.andrewcohen.com/undefined

    Any idea what that is?

    Plugin Author Frank Goossens

    (@futtta)

    So I figured out that excluding x-head.min.js prevented that js error. All seems to be working now.

    great job!

    However I am now seeing this error in the console:

    Failed to load resource: the server responded with a status of 404 (Not Found) https://www.andrewcohen.com/undefined

    Any idea what that is?

    no, not really. is anything broken, functionally?

    Thread Starter outpost33

    (@outpost33)

    Nothing functionally broken that I can see, but I’ve not seen it before. It’s also affecting my GTmetrix score, giving me:

    The following requests are returning 404/410 responses. Either fix the broken links, or remove the references to the non-existent resources.
    https://www.andrewcohen.com/undefined

    I’m guessing it’s nothing critical, but I’d like to know what’s generating it.

    Plugin Author Frank Goossens

    (@futtta)

    well, it’s an image being requested by JS (possibly from x-head.min.js) which is failing because the image URL is wrong (“undefined” is not a real image). identifying the root cause will require some trial & error (excluding other JS-files from autoptimization one by one). you could try excluding everything under x/framework/js/ maybe and start from there.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Frequent cache size warnings’ is closed to new replies.