From 3eb04440591ff401b2ab093b2acc92a039d13b3b Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 22 Jul 2013 19:59:18 -0700 Subject: add logging to matrix page load because I don't want to spend a week telling somebody how to determine if it found anything. Now it will just take a week to tell them how to turn on LOGGER_ALL and read the logfile. --- mod/network.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod') diff --git a/mod/network.php b/mod/network.php index 13614f00d..413990ce2 100644 --- a/mod/network.php +++ b/mod/network.php @@ -720,6 +720,8 @@ function network_content(&$a, $update = 0, $load = false) { $o .= alt_pager($a,count($items)); if($load) { + logger('mod_network: load: ' . count($items) . ' items', LOGGER_DATA); + profiler($start,$first,'network parents'); profiler($first,$second,'network children'); profiler($second,$third,'network authors'); -- cgit v1.2.3