mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 17:53:55 +08:00
The dashboard site traffic card reclassifies likely crawlers, but the site traffic report the "see more" link points to did not, so the two charts disagreed on how much traffic was human. Join the crawler daily rollups into the report query, subtract those counts from the logged in and anonymous browser series, and add a "Likely crawlers" series ahead of the known-crawler one. Gated on the same improved_crawler_detection upcoming change, so counts are untouched and the series is hidden when it is off. |
||
|---|---|---|
| .. | ||
| reports | ||
| acl_target.rb | ||
| anon_cache_invalidator.rb | ||
| cached_counting.rb | ||
| category_hashtag.rb | ||
| custom_field.rb | ||
| has_cooked_tag_description.rb | ||
| has_custom_fields.rb | ||
| has_deprecated_columns.rb | ||
| has_destroyed_web_hook.rb | ||
| has_nested_reply_stats.rb | ||
| has_post_upload_references.rb | ||
| has_sanitizable_fields.rb | ||
| has_search_data.rb | ||
| has_url.rb | ||
| limited_edit.rb | ||
| locale_matchable.rb | ||
| localizable.rb | ||
| positionable.rb | ||
| reviewable_action_builder.rb | ||
| roleable.rb | ||
| searchable.rb | ||
| second_factor_manager.rb | ||
| stats_cacheable.rb | ||
| topic_tracking_state_publishable.rb | ||
| trashable.rb | ||