WIP OAID Rimo management

This commit is contained in:
Frank Schubert
2024-01-24 10:49:53 +01:00
parent d2dd48ba52
commit ec9ccf1830
6 changed files with 268 additions and 147 deletions
+8 -2
View File
@@ -1,4 +1,6 @@
<?php
<?php
$thetime = microtime(true);
$additionalJS = ["plugins/chart.js/Chart.min.js"];
@@ -432,4 +434,8 @@ $chartColors = [
</script>
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/footer.php"); ?>
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/footer.php"); ?>
<?php
$thetime = microtime(true) - $thetime;
$this->log->debug("Rendering Dashboard page took $thetime microseconds");
?>