flurrybox / enhanced-privacy

Magento 2 Enhanced Privacy extension for easier compliance with GDPR. Allows customers to delete, anonymize, or export their personal data.
https://flurrybox.com
GNU General Public License v3.0
43 stars 11 forks source link

Long delay when opening Magento admin due to non working flurrybox.com/rest/V1/extension-feed call #12

Open elburro1887 opened 2 years ago

elburro1887 commented 2 years ago

When opening any Magento2 Admin page, a call to http://www.flurrybox.com/rest/V1/extension-feed in vendor/flurrybox/module-core/Model/Extensions/Feed.php via the function getExtensionFeed() is causing long load times on every admin page due to the site not being available and the call taking a long time to timeout.

I have fixed it now by just returning return []; in getExtensionFeed()