• Resolved Gadasoft

    (@gadasoft)


    Report number: WYJUGUYV

    Report date: 01/27/2025 13:51:57

    Image optimization doesn’t seem to be working, its been stuck for 4 days at same number of images, it even says that 1000 images have been processed, but in the media folder, there is barely 30sh with generated optimized versions. Today i purchased another 10000 requests, but that doesnt seem to change anything either.

    Cron jobs seem to be stuck as well, with

    Critical CSS More

    Requests in queue: 133 Force cron

    Unique CSS More

    Last generated: 01/27/2025 13:17:43

    Time to execute previous request: 3s

    Requests in queue: 210 Force cron

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

Viewing 1 replies (of 1 total)
  • Plugin Support litetim

    (@litetim)

    Let’s test something. Add this code, on server root and run the code

    <?php

    require('./wp-load.php');

    use WpOrg\Requests\Autoload;

    use WpOrg\Requests\Requests;

    use WpOrg\Requests\Response;

    if (class_exists('\WpOrg\Requests\Requests') && class_exists('\WpOrg\Requests\Autoload') && version_compare(PHP_VERSION, '5.6.0', '>=')) {

    Autoload::register();

    $complete_action = function($response, $id) { var_dump($response); };

    $requests = array( array('url' => 'https://node117.quic.cloud', 'type' => 'GET',) );

    $options = array( 'timeout' => 60, 'connect_timeout' => 60, 'complete' => $complete_action );

    $responses = Requests::request_multiple($requests, $options);

    } else {

    echo 'No class';

    }

    Then, please write me the result of the script. Redact what ever is necesarry to make sure the server paths are not written

Viewing 1 replies (of 1 total)

The topic ‘Image Optimization not working as desired’ is closed to new replies.