LimeSurvey: master 8449bafa

Author Committer Branch Timestamp Parent
lajosarpad GitHub master 2024-02-23 16:48:17 master 8a9027d9
Changeset

Fixed issue: getQuestionQttributesForEMPerformance performance optimization (#3751)

  • MW-1031: Ensured that we only load the question id rather than the
    entire object

  • MW-1031: Improved by avoiding to search individually for each question
    and instead, reusing the already loaded questions :)

  • MW-1031: Fixed some bug

  • MW-1031: Code improvement


Co-authored-by: Lajos Arpad <arpad@endpoint.com>

mod - application/helpers/expressions/em_manager_helper.php Diff File
mod - application/models/QuestionAttribute.php Diff File