[04:44:17] Does anyone know what the timeout is for email sends once you hit the limit? [04:50:56] Seddon: The email limit is daily [04:51:53] JJMC89: Daily?? Man we should really change the message that says "Please try again in a few minutes." [04:52:58] Yea, autoconfimed has a limit of 20 emails per 24 hours [17:35:16] hi, there is any way to do profiling on page that uses some templates? [17:36:01] niso, What do you mean by profiling? [17:36:58] a page in my wiki is loading slowly, profiling like getting the time that took to each template to render? [17:37:59] Hmm...I don't know of anything that would give you that information, but there is some parser profiling data under the edit window. [17:38:00] im can see on my page source some text like this: https://pastebin.com/azM0TvVJ [17:57:24] niso: I tink, that if you look at the page source code you may find some useful info about timing for various templates [17:57:46] but this data is not displayed AFAIK [17:57:52] sth like: [17:58:07] "timingprofile":["100.00% 241.841 1 -total"," 20.05% 48.485 28 Szablon:C", ... [18:00:14] but unsure if this applies to your wiki as yoy seem to ask about a non-wikimedia one [18:40:14] yea ive saw this, im searching for something more detailed if exists? [22:02:49] .js question if anyone can help [22:02:55] when trying to run a script globally, [22:03:05] i get: [22:03:06] https://www.irccloud.com/pastebin/jEnuLcCc/ [22:04:46] it's due to trying to run the first thing (between "start sidebar thing" and "end sidebar thing") at https://meta.wikimedia.org/wiki/User:Vermont/global.js [22:05:39] https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2018-October/001994.html has some more information [22:06:48] ah [22:06:52] so...it's not actually doing anything? [22:06:56] https://phabricator.wikimedia.org/T28508 | https://phabricator.wikimedia.org/T208188 [22:07:05] At the moment, that's correct. It is in report only mode. [22:07:13] it is "[Report Only]". [22:07:21] Alright. [22:07:27] So my .js is broke for some other reason :/ [22:09:05] ah, found it [22:09:08] https://www.irccloud.com/pastebin/5pbgMWOz/