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.
This commit is contained in:
parent
f9e61fe075
commit
3eb0444059
@ -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');
|
||||
|
Reference in New Issue
Block a user