X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2Fpoolcounter%2FPoolWorkArticleView.php;h=1f1add7924e4b4f80dbc77bdb2a5ad0754f7a28b;hb=3287201b673c6e52c04e9f8771c0e71d1a617910;hp=29016a8e57715cab567035d1578b01a54283cdf3;hpb=4884f1a54796067cf53d4feb17795845b455137c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/poolcounter/PoolWorkArticleView.php b/includes/poolcounter/PoolWorkArticleView.php index 29016a8e57..1f1add7924 100644 --- a/includes/poolcounter/PoolWorkArticleView.php +++ b/includes/poolcounter/PoolWorkArticleView.php @@ -129,7 +129,7 @@ class PoolWorkArticleView extends PoolCounterWork { return false; } - // Reduce effects of race conditions for slow parses (bug 46014) + // Reduce effects of race conditions for slow parses (T48014) $cacheTime = wfTimestampNow(); $time = - microtime( true ); @@ -147,6 +147,7 @@ class PoolWorkArticleView extends PoolCounterWork { $logger->info( '{time} {title}', [ 'time' => number_format( $time, 2 ), 'title' => $this->page->getTitle()->getPrefixedDBkey(), + 'ns' => $this->page->getTitle()->getNamespace(), 'trigger' => 'view', ] ); }