Download & Extend

Leverage user/autocomplete instead of complete user list to avoid memory issues loading user list

Project:Wordpress Import
Version:6.x-2.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:lavamind
Status:needs review

Issue Summary

Hi guys,

Beautiful module, thank you!

My only problem is when I ran into the page where I mapped wp users to drupal users. My Drupal site has 200,000+ users so populating a select list with 200,000 options sucked the memory right out of my system.

Maybe the input form could be changed use the user/autocomplete widget so all less memory is used to build this form.

Thanks again

Comments

#1

Version:6.x-2.1» 6.x-2.x-dev
Assigned to:Anonymous» lavamind
Status:active» needs review

Implemented this feature in 6.x-2.x-dev.

You will get an autocomplete textfield if your Drupal install contains more than 30 users. Otherwise, a select list is used.

Please review.