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

Compute asynchronously the list of paid extensions that are missing a license #89

Open
mflorea opened this issue Nov 25, 2020 · 0 comments

Comments

@mflorea
Copy link
Contributor

mflorea commented Nov 25, 2020

The list of paid extensions that are missing a license, displayed in the notification panel, is ATM computed synchronously, slowing down the page load. The code is in LicensesNotificationsUIX and what takes the most time is most probably the filtering done in getVisiblePaidExtensions. We cannot drop this filtering (we could move the code to Java to speed it up a bit) but we can modify LicensesNotificationsUIX to load the list of paid extensions using a separate HTTP request, after the main page is loaded, as seeing the notification message is not critical.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant