The performance of the “Migrate server” form becomes terrible for users with a lot of SearchStax accounts since the form code first loads the list of accounts and then, for each of them, the list of apps.

Instead, we should first let users pick an account and then only load the apps for that specific account.

Issue fork searchstax-3539475

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

drunken monkey created an issue. See original summary.

drunken monkey’s picture

Status: Active » Needs review

Should be fixed in this MR.

  • drunken monkey committed 76700056 on 1.x
    Issue #3539475 by drunken monkey: Fixed performance issue in Migration...
drunken monkey’s picture

Status: Needs review » Fixed

Merged the MR and will re-open in case there are any issues.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

nicholass’s picture

See ref. issue this change broke the migration form for users with only 1 account in 1.7.2 I think.