• Resolved gwkopy

    (@gwkopy)


    Do I need to delete the cache when it hits 100%?

    Have to do this a few times a day. At least twice.

    Is this really necessary if I have enough disk space?

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

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

    (@optimizingmatters)

    you *could* leave it like that, that warning is kind of arbitrary at 0.5gb, but there are other reasons why you should look into why this is happening @gwkopy (as in; finding out which JS or CSS is busting the cache and excluding that from optimization)

    hope this clarifies,
    frank

    Thread Starter gwkopy

    (@gwkopy)

    So, what would be the best method to identify the defiant script? 🙂

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    well, first of all compare the number of files in wp-content/cache/autoptimize/css and wp-content/cache/autoptimize/js. the one with most files will be the you’ll have to focus on.

    next take two similar pages (or posts) and in HTML source check if they have a different AO JS-file (or CSS). If so download the contents of the files, un-minify (using e.g. http://jsbeautifier.org/) and then use e.g. notepad++ to compare the un-minified code.

    (just to make sure; you do have “also aggregate inline JS” and -“CSS” off already? if not try that first, it’s the easier solution 🙂

    frank

    Thread Starter gwkopy

    (@gwkopy)

    CSS was off but “also aggregate inline JS” was still on.

    Thanks. Will see how this works.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Do I need to the cache when it hits 100?’ is closed to new replies.