Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-36891

Course message sending performance is poor and doesn't use forms lib

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • 2.2.6, 2.3.3, 2.6.3, 2.7
    • Messages
    • MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE

      /user/messageselect.php currently:

      • stores the list of users to send a message to in the user session (not bad, not good either)
      • has the code require("message.html")
      • performs a database request for each user that a message is sent to

      /user/message.html hand builds a form without using any of our formslib

      It would be good if we could look at:

      • rewriting to use formslib
      • reduce number of DB reads
      • move the actual sending to cron
      • ditch message.html

            Unassigned Unassigned
            dobedobedoh Andrew Lyons
            Votes:
            1 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.