From 5e780ba089aa8493eb5bec30558345b070ef808c Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 27 Jan 2024 16:36:26 +0000 Subject: implement short time object cache to reduce network calls and some cleanup --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index d589822d8..7bd68be5f 100644 --- a/boot.php +++ b/boot.php @@ -804,6 +804,7 @@ class App { public static $is_sys = false; public static $nav_sel; public static $comanche; + public static $cache = []; // general purpose cache public static $channel_links; -- cgit v1.2.3