• Resolved mavhc

    (@mavhc)


    Because the “Delete users that are not present in the CSV?” section makes a Select of every user, with >10000 users it becomes very slow, could it be possible to disable this option?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @mavhc,

    This select is only done once.

    Why do you say “section makes a Select of every user”? Where?

    Thread Starter mavhc

    (@mavhc)

    in <select id="delete_users_assign_posts">

    There’s an <option> for all 30000 users. Which takes about 10 seconds to load/display

    I wouldn’t have noticed except that because my host is slow I’ve having to import about 200 users at once, so keep going back to that page a lot

    Plugin Author Javier Carazo

    (@carazo)

    Ah ok… not in the process.

    Ups this is not easy to remove because we should do some ajax to avoid it… but I add it to the to-do list.

    Plugin Author Javier Carazo

    (@carazo)

    Version 1.18.3 includes it.

    Please update and tell me if this fix your problem.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Import page slow with many users’ is closed to new replies.