AdBlock Usergroup Swap & Tracker

AdBlock Usergroup Swap & Tracker [Paid] v3.1.1

No permission to buy ($45.00)
Interested in stats from site using this. What sort of percentages of users/guests are you seeing using Adblocking?
 
1.7% feels unusually low. On non-technical, general-audience forums, I typically see rates in the 10–20% range. I don’t include guest data in my tracking, since bot and crawler traffic tends to skew those numbers and distort the results.
 
1.7% feels unusually low. On non-technical, general-audience forums, I typically see rates in the 10–20% range. I don’t include guest data in my tracking, since bot and crawler traffic tends to skew those numbers and distort the results.
For users only it is 4.7% as last status(total detects 0.3%). Most of these are lurkers who give up visiting the site due to wanting to use adblock/refusing to whitelist.

You dont get to view much if you use an adblock on my site
 
Wutime updated AdBlock Usergroup Swap & Tracker with a new update entry:

v3.1.0

  • OPTIMIZATION: Admin charting UI has been redesigned with a cleaner layout and improved across desktop/mobile
  • ADD: New admin homepage block: Adblock statistics past 30 days with trend chart + two summary pie charts with quick link buttons
  • ADD: New advanced chart views for adblock analysis (daily adblock %, adblock vs clear volume, by device type, by operating system, top OS/browser adblock share)
  • FIX: Admin route links normalized to /index so ACP URLs no longer render with...

Read the rest of this update entry...
 
This latest version seems to slow down the admin console login considerably.

Enabled debug and looked at the queries, the queries for this (latest) version take a long time.
When I disable the add-on, the admin console login is instantly again. Please take a look at this.

Code:
Page Time: 6.1812s
Memory: 6.2262 MB (Peak: 7.9291 MB)
Queries (56, time: 6.1370s, 99.3%)

Code:
      SELECT
                FROM_UNIXTIME(created, '%Y-%m-%d') AS day_key,
                status,
                COUNT(*) AS counter
            FROM xf_wutime_adblock_tracker_device
            WHERE created >= ?
              AND user_id > 0
            GROUP BY day_key, status
            ORDER BY day_key
Params: 1769817600
Run Time: 0.651453
Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
SIMPLExf_wutime_adblock_tracker_deviceALLuser_id,created 3450006Using where; Using temporary; Using filesort


And a bunch more. Look at the query time.
 
Last edited:
@duderuud @Sal Collaziano there's an option under:

Options > Advanced Settings > Display add-on statistics on admin homepage

Disable that option, it should bypass the issue with the admin being sluggish by not querying/drawing the statistics on the admin home.

And I'll update so that it uses the already parsed stats_daily information for the any admin.php cards being shown to ensure it's light-weight.

Thanks for letting me know.
 
Wutime updated AdBlock Usergroup Swap & Tracker with a new update entry:

v3.1.1

  • Fix: Admin homepage statistics load efficient preparsed stats_daily data (thanks @duderuud).
  • New: Expanded Charts filtering with preset windows plus custom start/end date pickers and a one-click Reset flow.
  • New: Data availability notices added to Charts, including tracker-data start date and device-data status/date context.
  • New: Hero analytics redesigned with dual donut charts for AdBlock hit % and AdBlocking users %.
  • New: Layout overhaul for chart...

Read the rest of this update entry...
 
Back
Top Bottom