From 37f73a7ca703830cc5b407696e158cc8870f5457 Mon Sep 17 00:00:00 2001 From: NOYB Date: Wed, 17 Feb 2016 16:43:33 -0800 Subject: Diagnostics / Tables - Large Tables Perf Band-Aid Here's my band-aid proposal for large tables performance issue. I would prefer for large tables be un-formated and usable than formated and unusable. --- src/usr/local/www/diag_tables.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/usr/local/www/diag_tables.php') diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php index 567cb80..1dffab3 100644 --- a/src/usr/local/www/diag_tables.php +++ b/src/usr/local/www/diag_tables.php @@ -226,6 +226,17 @@ if (empty($entries)) { 3000) { + print "
";
+			foreach ($entries as $entry) {
+				$entry = trim($entry);
+					print $entry . "\n";
+			}
+			print "
"; + } else { +?> + @@ -240,6 +251,7 @@ if (empty($entries)) { + -- cgit v1.1