• Hey guys,

    I’m trying to understand what’s causing my website’s super high executions here:

    “/home/the*****/public_html/compress-js.php”

    I narrowed down to a few plugins and wanted to ask if you think it could be AMP -which BTW is a wonderful plugin-.

    Any idea?

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @lucio7

    Can you please be more specific on the query so that it will be very helpful for us to understand the issue clearly and also it could be better if you could provide some screenshots of the issue which you are facing.

    Please let us know.

    Thread Starter lucio7

    (@lucio7)

    Hi Mohammed,

    Thank you for your reply and apologies for the undetailed first post.

    Here is the file I am talking about (both of them, but JS executes the most):

    2019-01-09_1129

    It’s usage is an anomaly which is causing a lot of resources consumption:

    2019-01-09_1132

    This is the file coding inside:

    <?php
    ob_start(“ob_gzhandler”);
    header(“Content-type: text/javascript; charset: UTF-8”);
    header(“Expires: ” . gmdate (“D, d M Y H:i:s”, time() + 31536000) . ” GMT”);
    header(“Last-Modified: ” . gmdate (“D, d M Y H:i:s”, filemtime($_GET[‘file’])) . ” GMT”);
    header(“Cache-Control: max-age=31536000, public, must-revalidate”, true);
    echo file_get_contents($_GET[‘file’]);

    And I can’t find out where it comes from.

    So far Autoptimize, SiteGround Optimizer, All In One WP says it’s not them.
    And it seems like it’s not Sucuri either.

    • This reply was modified 5 years, 10 months ago by lucio7.

    @lucio7

    Thank you so much for clear screenshots, I would like to inform you that is not generated from our AMPforWP Plugin. so I recommend you to please contact your hosting team as they are the right person who can give you the proper solution.

    @lucio7

    Sorry for the previous message.
    I’ve discussed this issue with my lead developer and as this is not from our plugin, but surely we will try our best to get this issue fixed.

    However, Can you please contact me directly on [email protected]

    I will personally make sure that your issues get fixed within a span of time and please mention that you came from the forum and please attached the forum thread.

    Those two files are not core WordPress files and should be investigated for malicious code.

    Thread Starter lucio7

    (@lucio7)

    @mohammed Kaleem

    Thank you for your update, prompt reply and help.
    I am very thankful for your offer to help and I didn’t follow up with it because I felt bad about it.
    My morals require me to keep balanced relationships where I also have to give something :).

    @szmigieldesign
    Thank you for the tip!

    Keep up the great work guys.
    Once I find the solution I will update this post for future reference.

    Plugin Contributor ampforwp

    (@ampforwp)

    Hi @lucio7,

    Sure, we’re so glad to have you as a user. If you have any queries, let us know our team will assist you.

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Is AMP causing high number of executions?’ is closed to new replies.