[10:32:55] lunch [13:16:03] o/ [13:43:17] \o [13:48:03] .o/ [14:12:01] o/ [14:44:54] puzzled by cirrus backend logs... on dewiki I see many logs where the request params is only [ title => somepage ] [14:45:09] dcausse: could it be the rest api? [14:45:22] hm... [14:46:25] it's tagged as "web", most (all?) rest api calls seems tagged as "misc" [14:47:02] sadly we don't seem to record the uri path :( [14:50:19] hmm, i guess we should? [14:50:46] some seems to be edits... not clear how a full_text search can emitted as part of action=submit... [14:51:01] i guess we didn't before because it was either api.php or (translated) Special:Search. [14:51:06] action=submit is very curious... [14:51:11] mw will always amaze me... [14:55:58] ah possibly a template can trigger a search? [14:56:52] hmm, i wasn't aware of any, but maybe? [14:58:26] on a random wonder, i've asked claude if the logs at https://performance.wikimedia.org/arclamp/logs/daily/ can tell us about which code paths are hitting search more often. I believe those are the logs that get aggregated into flame graphs [14:58:37] but those files are huge...so downloading and parsing will take a minute [14:59:47] the query is hastemplate:"Belege_fehlen" for something like {action -> edit, title -> Liebelei} [15:02:19] https://de.wikipedia.org/wiki/Vorlage:Wikipedia-Suche [15:02:49] maybe? i guess i need to translate that to english... [15:03:33] hmm, no that just generates links [15:03:59] yes just found that too [15:11:28] while looking for hastemplate usages, happened to run across this. not our culprit, but i didn't expect this to exist: https://gitlab.wikimedia.org/toolforge-repos/toolx/-/blob/main/.claude/skills/wikimedia-search-cirrussearch/SKILL.md?ref_type=heads [15:15:30] wow pretty complete, tho probably generated by claude itself from the doc [15:16:33] yea probably. [15:30:01] I wish we had to notion of "entrypoint" in places... seeing many searches that I have no idea where they some from... [15:30:08] s/to/this/ [15:30:20] s/some/come [15:34:51] these dewiki hastemplate are all with a limit of 16 so likely requesting 15 which not common [15:42:56] didn't find anything too interesting in arclamp logs. Can see that indexing is down (probably because saneitizer is done fixing redirects) and web-ui search is up, but not much of a hint [15:51:05] asked on slack about this hastemple thing on dewiki, it's not causing any issues it's just noise for me... [15:52:04] what I found so far is this strange traffic on zhwikisource hitting web but without the things you would expect from a real browser will dig more into that