• Resolved adulsami2

    (@adulsami2)


    Hello, i recently installed the imagify plugin on my website , but when i am running bulk optimization is am getting the following errors on almost all the images

    “R

    equest was throttled. Expected available in 1 second.

    “,

    Unknown error occurred.

    Our server returned an error (0 – Connection timed out after 45001 milliseconds).

    i have installed the imagify-tools plugin and the highlighted message states “Attachments with invalid or missing WP metas”.

    i have tried to reach the support on imagify website but always getting the same message on support.

Viewing 1 replies (of 1 total)
  • Plugin Author WP Media

    (@wp_media)

    Hi @adulsami2

    Thanks for your patience!

    In most of the cases, the problem is related to Memory and timeout limit or Imagick module so it would be good to follow these two steps:

    - (these will not have a red background): memory limit and/or timeout values are low. It would be ideal to set memory to 256M and timeout to 60s at least and test. You can do it by adding the following lines of code in wp-config.php (just above "/* That's all, stop editing! Happy blogging. */ line of code:
    
    define( 'WP_MEMORY_LIMIT', '256M' );
    set_time_limit(0);
    
    - Imagick (package responsible for image resizing) is failing. It will not be in red background as well, but you could test it by deactivating image resize feature and activating this helper plugin.

    https://github.com/wp-media/imagify-helpers/raw/master/optimization/imagify-dont-use-imagemagick/imagify-dont-use-imagemagick.zip

    ​Let me know if you need any further assistance, I am happy to help.

    Best Regards
    Marko

Viewing 1 replies (of 1 total)

The topic ‘Attachments with invalid or missing WP metas’ is closed to new replies.