poolcounter: Add 'trigger' field to the slow-parse log
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 23 Oct 2015 18:33:52 +0000 (19:33 +0100)
committerKrinkle <krinklemail@gmail.com>
Fri, 23 Oct 2015 20:53:37 +0000 (20:53 +0000)
commitc45305bcd307752362dcacc660ee333286512b1c
treeff548fcd7bd2a2731604f5c2a6c571349b2ee5ac
parent6627978c77c4fea850507cb6cd6e1b8ee36ce748
poolcounter: Add 'trigger' field to the slow-parse log

To better indicate that these are only triggered by page views.

We don't currently have any slow-parse logging for the parser
invocation that happens during save (which means we're potentially
missing lots of them).

Once we add that, this will help distinguish them.

Bug: T110760
Change-Id: I22be5684ef93efd410d683637e223f770d6c768c
includes/page/WikiPage.php
includes/poolcounter/PoolWorkArticleView.php