mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* prefetch devices in group to avoid cost of subquery As proposed in https://community.librenms.org/t/librenms-getting-slow-and-eventlog-widget-gets-canceled-or-504/22270/4?u=slalomsk8er * remove unnecessary implode & explode * replace whereIn with whereIntegerInRaw This is needed as whereIn has a default limit of 1000.