From 108525534c28013cfe1897c30e4565f9893f3766 Mon Sep 17 00:00:00 2001 From: Minteck Date: Mon, 10 Oct 2022 20:51:39 +0200 Subject: Update --- pages/debug.php | 96 --------------------------------------------------------- 1 file changed, 96 deletions(-) delete mode 100644 pages/debug.php (limited to 'pages/debug.php') diff --git a/pages/debug.php b/pages/debug.php deleted file mode 100644 index fdd6fec..0000000 --- a/pages/debug.php +++ /dev/null @@ -1,96 +0,0 @@ - "General info about $systemName", - "members" => "Members in the $systemName", - "fronters" => "Current fronter(s) in the $systemName", - "switches" => "Switch history from the $systemName", - default => "$type in $systemName", - }; - } - - if (str_starts_with($item, "images-")) { - $system = explode("-", $item)[1]; - $id = explode("-", $item)[2]; - $systemName = $system === "gdapd" ? "Raindrops" : "Cloudburst"; - $member = getSystemMember($system, $id) ?? [ "name" => $id, "display_name" => $id, "id" => $id ]; - - if ($member["name"] === "unknown") { - return "Unknown (" . $systemName . ")'s images"; - } else { - return getMiniName($member["display_name"] ?? $member["name"]) . "'s images"; - } - } - - return "$item"; -} - -?> - -
-
- - -
-

Data updater debugging

-

This page provides debugging information to troubleshoot unexpectedly long update times or reported failures.

- -

General information

-
    -
  • Update date: format("l j F Y, G:i:s.u T")); ?>
  • -
  • Total duration: ms
  • -
  • Longest operation: ( ms, %)
  • -
- -

Processing times

-
- $time): ?>%"> -
-
    - $time): ?> -
  • : ms
  • - -
- -

Reported failures

- -

The data updater has not reported any update failure in the last run.

- -

The following files have failed to update:

-
    - -
  • - -
- -
-
- - - - -- cgit