• Resolved reachdigital

    (@reachdigital)


    Hi,

    Im having issues with console errors after installing the plugin.

    I have deactivated and removed but I still see some errors, which point to “pagespeed”.

    Seems like JQuery keeps getting blocked or something. Another example is

    /wp-includes/js/jquery/jquery.js,qver=1.12.4-wp.pagespeed.jm.gp20iU5FlU.js

    which is producing a 500 error.

    Is there a way to reset the plugin? Please note I used this plugin for a while and it is only from last week I started having issues.

    Help would be appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @reachdigital The source that you mentioned (/wp-includes/js/jquery/jquery.js,qver=1.12.4-wp.pagespeed.jm.gp20iU5FlU.js) is dynamically created to avoid using query string which contains .js?ver= and it could be a .htaccess issue (or whatever technique is used to alter it on the fly). You could reset Asset CleanUp to its default settings (if you are really sure about that), by going to “Tools” -> “Reset” and then choose to apply the reset for everything. It’s likely an issue not related to the plugin as it would never alter the JS source like that. Are you saying that whenever you activate and deactivate the plugin that 500 error is showing and hiding depending on the plugin’s status? That would be surprising. Also, are you getting the error on every page of your website?

    Thread Starter reachdigital

    (@reachdigital)

    Thank you I will take a look again.

    I locate the problem. Is an apache module calle pagespeed

    You can solve it adding the following directives to your apache/nginx directives

    <IfModule pagespeed_module>
    ModPagespeed off
    </IfModule>

    • This reply was modified 4 years, 6 months ago by jvplannet.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Console Errors’ is closed to new replies.