Htmlforms working slow after loading the CIEL concept dictionary

@mukesh, @sameermotwani11, it sounds a bit similar to this: What is the best way to implement observations form in OpenMRS 2x?

The above thread does not quite provide any decisive answers except for the fact that you should try to strip down your form(s) in order to isolate and pinpoint what looks like multiple and hopefully separate performance hits. …that should then be addressed in HFE UI I presume.

From the distance it looks like:

  1. Having a lot of metadata fed to the forms (CIEL vs a smaller initial custom set) unveils performance issues.
  2. The repeat tag unveils performance issues, and we shall try to find out in which context exactly.
  3. … etc

Any chance you can investigate and come up with something reproducible?