Do wp_remote_* functions have CURLOPT_FORBID_REUSE
-
Hi I’m wondering if
wp_remote_*
functions, have something like curl hasCURLOPT_FORBID_REUSE => false
, which save connection inside a resource and it is kept in memory, so when requests to same domain or url not quite exactly sure. Increase speed. I’ve tried it with multiple different requests to some apis and it skips connection parts and does request straight away. So its a pro.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Do wp_remote_* functions have CURLOPT_FORBID_REUSE’ is closed to new replies.