mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 21:45:25 +08:00
Previously, an embedded pageview incremented the `page_view_embed` counter twice on sites with beacon tracking enabled. Once from the piggybacked track-view request and once from the beacon POST. This change counts each embedded pageview exactly once into the same counter — from the beacon when beacon tracking is active, and from the piggybacked track-view otherwise. |
||
|---|---|---|
| .. | ||
| anonymous_cache_spec.rb | ||
| crawler_hooks_spec.rb | ||
| discourse_public_exceptions_spec.rb | ||
| enforce_hostname_spec.rb | ||
| overload_protections_spec.rb | ||
| processing_request_spec.rb | ||
| request_tracker_spec.rb | ||