You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
When fetching details for the top 99 most popular addons it takes between 10 to 30 seconds, and often it will also freeze the application briefly. This is likely due to the fact that for each addon we are doing a GET request, and it is happening in parallel.
We can't, for now, avoid making a request per addon, but we could improve the experience.