← All releases
v0.1.1
- Fixed real-time counter
- Improved channel detection
Patch Release
Statnive v0.1.1 addresses two issues reported by early users and improves the accuracy of traffic source classification.
Fixed
- Real-time counter not updating — Resolved a race condition where the active visitor count could stall at zero when the REST API response was cached by object caching plugins. The real-time endpoint now sends appropriate
Cache-Control: no-storeheaders. - Incorrect channel classification for Reddit links — Reddit mobile app referrers (
out.reddit.com,i.reddit.com) were being classified as Referral instead of Social Media. Updated the referrer mapping table to include all known Reddit domains.
Improved
- Channel detection accuracy — Added 35 new referrer patterns covering regional search engines (Naver, Seznam, Ecosia) and social platforms (Mastodon instances, Bluesky, Threads).
- Dashboard load time — Optimized the summary stats SQL query to use covering indexes, reducing dashboard load time by approximately 40% on sites with over 100K pageview records.