[17:47:11] I'm still monitoring my database for slow or numerous queries, and I notice that about 61% of my query load over the past 12 hours is this particular query: https://pastebin.com/HDHBizau I'm curious what exactly this is and why it's accounting for so much load. Is it checking the block table every single request to see if said user is blocked? [17:58:51] hello! [17:58:51] does anyone happen to have any hints as to why my wiki pages render a ton of whitespace before the page? I'm using PageForms and Templates to populate SemanticWiki properties, to add metadata to the page, but once submitted, each field renders a newline above and below it, despite it having no content... [21:26:01] in the template, make sure you have the parameters set a optional responses, eg {{{name of parameter|}}} [21:26:22] iirc, its been years since i've heavily played with templates [21:26:33] it could also be how pageforms is forming stuff as well [21:44:17] I have no clue how this i18n only change is causing a phan failure, or why this phan failure is occurring, but it is. Would anyone mind seeing if a recheck fixes it? https://gerrit.wikimedia.org/r/c/mediawiki/extensions/CheckUser/+/1201798 [21:45:43] https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1200677/10/includes/Auth/Hook/AuthManagerLoginAuthenticateAuditHook.php seems highly suspect [21:47:20] oh no wonder I wasn't seeing that; I must've cloned just before that [21:47:55] that makes it make a lot more sense [21:48:59] okay I think I can do a fix for that—just needs performer to be optional