Martin Tournoij
Martin Tournoij
Closing as unreproducible; no one else reported this in the last year and a half. The code that does this is dead simple, and I really don't see how this...
If I load your site, then I do see the pageviews being sent, and if I check the database then I see them being recorded: ``` hour │ total │...
Are you still having problems with this? I see a bunch of pageviews, so seems to work?
If I send e.g. (spaces added for readability): /count ? p=/ & q=utm_campaign=from_roundup-2.3 Then this shows up in the dashboard. Although it will only be processed if the same person...
Did fix storing the `hits.campaign` column with 4353352 by the way. But note that the `hits` table is never queries, and hasn't been since 2020 or thereabouts. It exists purely...
I can't think of why that would happen; updating the campaign stats is all in the same code as everything else (browsers, refs, actual pageviews, etc.)
One possibility might be timezones; most the horizontal bar charts (browsers, systems, campaigns) are collected by day in UTC. The reasoning here is that you don't really care if there...
> Not only is the latter faster To put a number on that: func BenchmarkNew(b *testing.B) { for n := 0; n < b.N; n++ { _ = errors.New("Well hello,...
Ah yeah, of course >_< It's ~31ns. Edited my message.
I think this is #191? I'm afraid there isn't really a good way to do this at the moment.