Well reasons should be more then clear, this costs a lot of performance, rebuild the form, call all alter methods and stuff on every ajax call.
And all this to get one element of those thousands. Fixing this will impact HS performace a lot, i guess.
Fileframework/attach module shows how it should be done. It does exactly the same, even with file uploads, but actually not rebuilding the whole form
Comments
Comment #1
eugenmayer commentedmost likely we should simply use ctools_rebuild_form from ctools
Comment #2
wim leersAgreed that the performance in this part of HS should be improved a lot. Postponed for the next major version though, for the obvious reason that this is a major change. I'd welcome a patch :) Basing it on ctools_rebuild_form is fine by me.
Comment #3
wim leersTagging for HS4. Included in the HS4 roadmap: http://drupal.org/node/1052670.
Comment #4
klonosThis will happen in the 7.x branch.
Comment #5
qasimzee commentedping. Is it done?
Comment #6
eugenmayer commented/me notes, dont wait for a patch (you most probably wont anymore) created by us. We replaced HS with our own implementation, sorry