GibbonEdu / core

Gibbon is a flexible, open source school management platform designed to make life better for teachers, students, parents and leaders.
https://gibbonedu.org
GNU General Public License v3.0
452 stars 295 forks source link

Messenger- Created a new index to reduce the run time for nested quer… #1806

Closed ali-ichk closed 4 months ago

ali-ichk commented 4 months ago

Description Messenger: In the messenger_manage page, the page takes a considerable time to load the table especially because of the column "Recipients" which are the target audience for the message. In order to reduce the run time, we have created a new key index which reduces the runtime in the nested loop in the code. However, this is not a permanent solution and we will need to come back to it later for a better solution.

Testing Locally, with production data