• Resolved jpenther

    (@jpenther)


    Hi, Im getting 7sec duration on a img request on X-Ray Monitoring.

    The top 3 issues on this request is:

    1. WordPress/webp-express – Module/Plugin – 99.997 % (7143.98 ms)
    2. call_user_func – System function – 99.754 % (7126.606 ms)
    3. getImageBlob – System function – 87.702 % (6265.592 ms)

    Any clue what to do about it?

    Regards
    Jesper

    • This topic was modified 3 years ago by jpenther.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rosell.dk

    (@roselldk)

    The image request is taking that long, because it triggered a conversion (getImageBlob is used to convert the image using Imagick). As it is the result of an image request, you must have “Redirect to converter” enabled (or “Create webp files upon request?”). Of course, next time the image is requested, it will not trigger a conversion

    Plugin Author rosell.dk

    (@roselldk)

    You can disable conversions triggered by image requests if you wish and simply use Bulk Convert or the CLI to convert all images. If all images are converted, there is no need for the feature of converting on demand.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Long loading on img request’ is closed to new replies.