Request to Disable External HTTP API Calls in Aiomatic Plugin Dashboard
Hello CodeRevolution Support Team,
I hope you are well. I am writing regarding performance issues we are experiencing with the Aiomatic Automatic AI Content Writer plugin on our WordPress site. We have observed that upon loading the dashboard, the plugin makes external HTTP API GET requests to the following URLs:
https://wpinitiate.com/custom-feeds/items.xml
https://coderevolution.ro/feed/
These calls are significantly delaying the dashboard load time, and we have attached a screenshot for your reference.
Additionally, our logs indicate the following related events:
GET Request (First Feed):
URL: https://wpinitiate.com/custom-feeds/items.xml
Result: cURL error 28 (Operation timed out after 1000 milliseconds with 810 out of 1532 bytes received)
Process: Involves WP_SimplePie_File->__construct() and subsequent feed fetching functions, eventually calling CodeRevoDashboard->show_dashboard_widget() in plugin-dash.php at line 32.
GET Request (Second Feed):
URL: https://coderevolution.ro/feed/
Result: 304 Not Modified
Process: Similarly processed through WP_SimplePie_File->__construct() and culminating in CodeRevoNewsDashboard->show_dashboard_widget() in plugin-dash.php at line 136.
These external API calls are adversely affecting our site's performance. Could you please advise if there is an option, setting, or filter available to disable these HTTP API GET requests? If there is a patch or upcoming update that addresses this issue, I would appreciate any details you can share.
Thank you for your prompt attention to this matter. I look forward to your assistance.
Best regards,
M. Hoffmann