Our server returned an error (100 – Operation timed out after 45000 milliseconds
-
We are trying to optimize gif images that are about 20MB+ in file size.
Every time we have tried to optimize it we get an error: Our server returned an error (100 – Operation timed out after 45000 milliseconds with 0 bytes received).We have the infinite plan as well: https://screenrec.com/share/VQNb1EpPjv
We have installed the following helper plugins:
- beat-control
- curl-fix
- dont-use-imagemagick
- imagify-tools
We also added the following to wp-config:
define(‘FS_CHMOD_DIR’, (0775 & ~ umask()));
define(‘FS_CHMOD_FILE’, (0664 & ~ umask()));
define( ‘WP_MEMORY_LIMIT’, ‘1024M’ );
set_time_limit(0);
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Our server returned an error (100 – Operation timed out after 45000 milliseconds’ is closed to new replies.