The jQuery support implemented in #526856: Show which source fields have already been assigned has a severe performance impact when the source view has dozens of fields. This needs to be tightened up.
The jQuery support implemented in #526856: Show which source fields have already been assigned has a severe performance impact when the source view has dozens of fields. This needs to be tightened up.
Comments
Comment #1
dwwAgreed. I had to comment out
drupal_add_js(drupal_get_path('module', 'migrate') .'/migrate.js');on the site where I'm doing all this migration. I don't really have enough jQuery chops to help fix this, but I hope someone does. ;)Comment #2
frankcarey commentedYes, I'm getting js timeouts on the content setting page.
Comment #3
mikeryanWon't be address in Migrate 1, irrelevant to Migrate 2.