-
I’ve enabled Query Monitor and I notice that a post in the file: /wp-content/plugins/fv-player-pro/fp-api-private.php is causing a big delay.
The post is:
https://foliovision.com/ ?fv_remote=true &upgrade=fv-player-pro &domain=jazzedge.academy &plugin=fv-player-pro &key=$xxxxxxxxxxxxx &name=/fv-player-pro
Commenting out line 387 fixes the issue:
//$raw_response = wp_remote_post( $this->strPrivateAPI, $request );
Any thoughts?