[03:05:47] ToAruShiroiNeko: So, I found a way to break ORES. [03:06:14] Break it as in "500 Server Error", not "it's returning a nice error in the JSON response" [03:06:34] I'm going to report it on github, but I need to investigate it a bit further [03:12:02] I'd ask YuviPanda if he could take a look at the logs, but it's Friday night and he's rightfully not working. [03:15:30] I'm probably going to be on vacation until Wikimania myself. [08:43:53] 10Quarry: Add a list/table of popular queries - https://phabricator.wikimedia.org/T71266#1447112 (10Edgars2007) @He7d3r can think of some reasons, why also this won't be good (recent ones probably have less page views; if the link to query is on WP:VPT or similar help page just for asking help etc.). But this is... [09:30:59] 10Quarry: Add a list/table of popular queries - https://phabricator.wikimedia.org/T71266#1447161 (10yuvipanda) We could have a 'featured query' section that is manually curated [09:36:26] 10Quarry: Add a list/table of popular queries - https://phabricator.wikimedia.org/T71266#1447176 (10Edgars2007) Yeah, that would be nice [09:45:17] 10Quarry: Add a list/table of popular queries - https://phabricator.wikimedia.org/T71266#1447192 (10eranroz) Other possible metrics for featured queries: * links to queries from externallinks table * most stared queries (manually - similar in some sense to featured query yuvi suggested above) [09:57:48] 10Quarry: Add a list/table of popular queries - https://phabricator.wikimedia.org/T71266#1447202 (10Edgars2007) >>! In T71266#1447192, @eranroz wrote: > * links to queries from externallinks table If I put in some Wikipedia link to query like [[quarry:query/896]], this won't be recorded in externallinks table.... [10:07:18] 10Quarry: Add a list/table of popular queries - https://phabricator.wikimedia.org/T71266#1447207 (10eranroz) ``` select iwl_title, count(*) from iwlinks where iwl_prefix ='quarry' group by iwl_title order by count(*) desc limit 5; ``` but unfortunately even in enwiki the most "popular" query have count of 3 :)