Adds 3s overhead to every wp-admin page view
-
HTTP requests called by facebook-for-woocommerce from PHP are adding 2.5s to every wp-admin page view.
Is it possible to cache these in the database somehow? Do these really need to be called on every single admin page, or could they be limited to relevant pages?
Screenshot (via Query Monitor): https://ibb.co/TcmKjp1
Example requests:
866ms:GET https://graph.facebook.com/v9.0/fbe_business/fbe_installs ?fbe_external_business_id=************
SkyVerge\W\F\API->get_installation_ids()
wp-content/plugins/facebook-for-woocommerce/includes/API.php:241
SkyVerge\W\F\H\Connection->update_installation_data()
wp-content/plugins/facebook-for-woocommerce/includes/Handlers/Connection.php:217
SkyVerge\W\F\H\Connection->refresh_installation_data()
wp-content/plugins/facebook-for-woocommerce/includes/Handlers/Connection.php:195783ms:
GET https://graph.facebook.com/v9.0/fbe_business ?fbe_external_business_id=
SkyVerge\W\F\API->perform_request()
wp-content/plugins/facebook-for-woocommerce/includes/API.php:111
SkyVerge\W\F\API->get_business_configuration()
wp-content/plugins/facebook-for-woocommerce/includes/API.php:339
SkyVerge\W\F\H\Connection->refresh_business_configuration()
wp-content/plugins/facebook-for-woocommerce/includes/Handlers/Connection.php:145
- The topic ‘Adds 3s overhead to every wp-admin page view’ is closed to new replies.