Php

cURL error 28: Operation Timed Out

1 min read

cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received. Notifikasi ini bisa muncul di site health status, akibat dari pengaturan waktu maksimal eksekusi yang kita atur di PHP option tidak sesuai.

Betul, option max_execution_time. Sebagian besar panduan menyarankan untuk meningkatkannya menjadi 1000 seiring dengan peningkatan memory_limit, tetapi itu akan menyebabkan waktu buka yang lama. Cobalah dengan pengaturan berikut:

max_execution_time = 30
max_input_time
= 300
memory_limit
= 128M
post_max_size
= 32M
upload_max_size
= 32M

Setelah melakukan pengaturan tersebut, coba buka kembali site health kalian di wordpress. jika notifikasi error masih muncul, share lewat komen dibawah ya.
Selamat mencoba 🙂

Referensi : stackoverflow.com


2 Comments

author
nopri
18 Oktober 2023

masih error

Balas
author
hajarsabrani
21 Oktober 2023

errornya sama?

Balas

Tinggalkan Balasan

Alamat email Anda tidak akan dipublikasikan. Ruas yang wajib ditandai *

3 × one =

Related Posts

Php

cURL error 28: Operation Timed Out

1 min read

cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received.
This notification can appear in the site health status, as a result of the maximum execution time we set in the PHP option not matching.

That’s right, the max_execution_time option.
Most guides suggest increasing it to 1000 as memory_limit increases, but that will lead to long load times.
Try with the following settings:

max_execution_time = 30
max_input_time
= 300
memory_limit
= 128M
post_max_size
= 32M
upload_max_size
= 32M

After making these settings, try reopening your site health in wordpress.
if the error notification still appears, share via comment below.
Good luck 🙂 Reference : stackoverflow.com


Tinggalkan Balasan

Alamat email Anda tidak akan dipublikasikan. Ruas yang wajib ditandai *

3 × four =

Related Posts

Chat!
1