集計ページビューからクローラーを非表示にするトグル

まず、2.2.0.beta9 からダッシュボードに表示される新しい統合ページビューグラフが大好きです!ここにはさらに改善の余地があると思います。もしかしたら私のコミュニティ固有の事情かもしれませんが、クローラーが全体のページビューの相当な割合を占めています:

これでは、ログイン済みユーザーのページビューなど、日々の変化を視覚的に確認するのが難しくなっています。

そこで提案ですが、クローラーを非表示にする切り替え機能と、匿名ユーザーのページビューを非表示にする切り替え機能(それぞれの最大値に合わせてグラフのサイズを調整する)を追加してはいかがでしょうか。

これにより、クローラーのページビューを非表示にすれば、実際のユーザーの動向がより明確になります。さらに匿名ユーザーも非表示にすれば、ログイン済みユーザーに関するコミュニティの健全性をより詳細に確認できるようになります。

どうお考えですか?

「いいね!」 6

It will come in a future update, at least on the dedicated report page : /admin/reports/consolidated_page_views?start_date=2018-12-23&end_date=2019-01-23

We are working on a PR to have this kind of arbitrary filters easier to do: https://github.com/discourse/discourse/pull/6816

Doing this on the chart itself would be very easy to do, but I think this is a lot of visual space, for something you will end up clicking rarely. But I totally support it on the standalone report page.

「いいね!」 9

That’s good news! Thanks for pointing to the PR.

One option would be to toggle-cycle through the different views by clicking on the graph itself. Not sure if this is something you’re up to. Maybe it’s too non-obvious (is this even a word?) and would result in more support overhead.

I do have some ideas to bring it on the chart directly, but it’s more involved and also requires the PR.

「いいね!」 3

I want to come back to this again and propose another change, which might be easier to realize:

What do you think about rearranging the different bars so that logged in users are at the bottom, anonymous users in the middle and crawlers on top? This would allow for a better understanding of the differences in traffic of real users.

「いいね!」 5

:100: And now that I look at the graph again after reading your suggestion, I realised that the color coding could be improved too: currently the web crawlers get the highest visual ‘weight’ and logged in users the lowest. This should be reversed (but maybe that will automatically happen once the order is changed?).

「いいね!」 4

For inspiration I think grafana does a good job here so its a reasonable idea to emulate it.

In particular on /admin/reports/consolidated_page_views?start_date=2019-01-09&end_date=2019-02-09 you can display the label names and have them clickable, when bold they show when non bold they do not show the series.

One extra bit of interesting fancy grafana has is that you can use control as well which lets you select 2 out of 4.

Eg:

Not saying we emulate this 1-1, but its an interesting and nicely established pattern.

「いいね!」 3

I do think this is a good idea. Your “base” is logged in users, the next most valuable is anonymous real users, bots and crawlers least valuable of all. Value :up: :arrow_up: @j.jaffeux

「いいね!」 8

Ok done in:

「いいね!」 6