• Resolved howardmil

    (@howardmil)


    Hi:
    Having trouble on page with Autoptimize
    From pingdom:
    There are 3 JavaScript files served from https://www.rawassertions.com. They should be combined into as few files as possible. https://www.rawassertions.com/wp-content/cache/ … /autoptimize_70ef689e6c0619bfe22112582069e495

    My server stated:
    The permissions of the files/folders are set as they have to be so the server can accept them but i noticed a deny rule in .htaccess file which you can see at : public_html/wp-content/cache/autoptimize

    Been using autoptimize over a year although this happened with a recent theme change ( with same content) generatepress
    Other than that everything is fast.
    Any help is appreciated
    Thanks
    Howard

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

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

    (@optimizingmatters)

    evening Howard: you can try to remove js/jquery/jquery.js from autoptimize’s JS optimization exclusions. if your site still works you can leave it that way, if something is broken you’ll have to restore the setting live with jquery.js not being autoptimized. for the emoji-one there’s a wordpress-plugin “disable emojis” which I can recommend ??

    hope this helps,
    frank

    Thread Starter howardmil

    (@howardmil)

    Hi Frank
    As for: noticed a deny rule in .htaccess file which you can see at : public_html/wp-content/cache/autoptimize

    What does this mean as pertaining to autoptimize? Can changes to the page or particular content resolve it. Does this have something to do with my current theme as the author asked me to try it with a wp 2017 basic theme to see if it persists. My previous theme had no such problem in this respect.
    Howard

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    if you’re referring to this code:

    <IfModule mod_authz_core.c>
        <Files *.php>
            Require all denied
        </Files>
    </IfModule>
    <IfModule !mod_authz_core.c>
        <Files *.php>
            Order deny,allow
            Deny from all
        </Files>
    </IfModule>

    This is added for extra security by AO; it stops .php-files being accessed in wp-content/cache/autoptimize as there should not be any .php-files there. This is not content- or theme-related and there is nothing to resolve there, all systems are “go”.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error on one page of blog autoptimize’ is closed to new replies.