The original error shows up like this: Curl error 28: operation timed out after 10K milliseconds.
To demonstrate the issue you should have a page that loads longer than 10 seconds(10k milliseconds) without any cache.
I guess it is also related to the WP REST API timeout limit. But since we have the timeout setting in the WPFC plugin code, we can simply alter that limit to something that suits with our condition. Like, change it to 15 seconds maybe.
I could not find any similar topic so I thought it would be nice to share.
The page I need help with: [log in to see the link]
