Open mudrd8mz opened 6 years ago
The query local_webhooks_get_list_records() runs every time an event happens, over and over returning the same result. You may consider adding some caching: https://docs.moodle.org/dev/Cache_API
local_webhooks_get_list_records()
The query
local_webhooks_get_list_records()
runs every time an event happens, over and over returning the same result. You may consider adding some caching: https://docs.moodle.org/dev/Cache_API