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
It might be worth investigating if we can improve redis a bit by using a Sorted Set, but a better first step is to improve package.json caching since that is significantly slower.
We're currently doing a lot of work to render the top 10 npm version sizes.
Perhaps we can utilize a Sorted Set in Redis so we can easily page through results.
https://redis.io/commands#sorted_set
The text was updated successfully, but these errors were encountered: