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
Also, current semi-updated codebase has some noted performance issues.
Check performance on the Promise objects being returned when getting Favorites. It's a bit laggy. Console logging shows Add/Remove iterating through a few times.
noticed that
removeInvalidFavorites called from getFavoritesArray is heavy load on page with lot of favaorites.
https://user-images.githubusercontent.com/9116220/54296432-9c01a600-45bd-11e9-8472-9bd08a2a4fdf.png
Also, get_user_favorites() and get_user_favorites_count() called both on page lead to double query requests.
The text was updated successfully, but these errors were encountered: