librenms/LibreNMS/Cache
Tony Murray 5076deccf3
Improve the efficiency of some queries (#13974)
* Improve the efficiency of some queries
Mostly by switching from whereIn to whereIntegerInRaw.
This inserts integers directly into the query instead of using placeholders (also escapes them)

also remove extra json_encode/json_decode in PingCheck

* Fix return types

Probably will result in some missing baseline exceptions.

* Update PingCheck.php

* whitespace
2022-05-16 09:57:58 +02:00
..
Device.php Poller rewrite (Try 2) (#13525) 2021-11-17 19:23:55 -06:00
PermissionsCache.php Improve the efficiency of some queries (#13974) 2022-05-16 09:57:58 +02:00