Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
elburro1887 opened this issue Sep 1, 2022 · 0 comments

Comments

@elburro1887
Copy link

elburro1887 commented Sep 1, 2022

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()

@elburro1887 elburro1887 changed the title Long delay when opening admin due to non working flurrybox.com/rest/V1/extension-feed call Long delay when opening Magento admin due to non working flurrybox.com/rest/V1/extension-feed call Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant