Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Frank Goossens

    (@futtta)

    to be honest; that indeed looks like malware wiseworks. if this is loaded as a script src, you could use the AO API to try to remove that call using code that goes something like this;

    add_filter('autoptimize_filter_js_removables','wiseworks_malware_remover');
    function wiseworks_malware_remover() {
        return "jquery.min.php";
    }

    do take care though; this is untested code (i’m currently out-of-office) and if this indeed is malware (which I think it is; jquery.min is never .php, should be jquery.min.js or jquery.js really and jquery normally does not come with parameters like that) you would need a better solution then that!

    hope this helps,
    frank

    Plugin Author Frank Goossens

    (@futtta)

    marking this a resolved, but how did this play out wiseworks?

    frank

    Hey frank,
    I am also seeing this same problem but this time with the jquery.min.php from the asibo.kz site which has slowed down my arakhthanda.naturoelixir.org site and I just don’t know where does it come from in order to troubleshoot. I would enjoy your help since this has been taken place for almost two days and I got no leads of which plugin this is. Thanks
    Andy Lai

    Hey frank,
    I am also seeing this same problem but this time with the jquery.min.php from the asibo.kz site which has slowed down my arakhthanda.naturoelixir.org site and I just don’t know where does it come from in order to troubleshoot. I would enjoy your help since this has been taken place for almost two days and I got no leads of which plugin this is. Thanks
    Andy Lai

    Plugin Author Frank Goossens

    (@futtta)

    well, if you’re using autoptimize you can try the code from this answer above.

    finding out which plugin introduces this call can only be done by disabling your plugins one at a time (and also switching themes briefly, as this could also be your theme).

    hope this helps,
    frank

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Weird jquery slowing my site down’ is closed to new replies.