FIX: slow admin view
-
If you have a huge user database the admin view is loading forever. I’ve debugged it a bit and found out that the
user_list
function was ment to load a list of authors, but it was loading the entire user list. In our case around 7million.i’ve just fixed it by adding the role to the query.
it would be cool if you could incorporate the change in your next update, so we do not have to monkey patch it ??
https://gist.github.com/marsch/35fe626859726498ee43c80965e881d2#file-user_list_replacement-php-L17
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘FIX: slow admin view’ is closed to new replies.