You launched something. Is anyone there?
You published a blog post. Sent a newsletter. Launched a sale. The first thing you want to know is simple: is anyone actually on my site right now?
Google Analytics can tell you, eventually. GA4's real-time report exists, but it means leaving WordPress, loading a separate dashboard, navigating Google's interface, and squinting at sampled data that may or may not reflect reality.
For a question that should take two seconds, that's a lot of clicking.
What most people do instead
There are a few common approaches. None of them are great.
A better way: one command, instant answer
Open the TrueCommander navigator. Type visitors. Hit enter.
You get the answer in under 200ms: total active visitors, how many are logged in vs guests, and which page they're on most. No frontend scripts. No external dashboard. No waiting.
Zero frontend impact. This command reads server-side transient data. No tracking scripts are injected on your public site. Your page speed score stays untouched.
How it works
The command uses WordPress transients to track page load activity from the last 5 minutes. Each visitor's page view creates a lightweight server-side entry. No cookies, no JavaScript, no external services.
| Detail | Value |
|---|---|
| Command name | list visitors |
| Time window | Last 5 minutes |
| Frontend scripts | None |
| Data source | WordPress transients (server-side) |
| Can be used in |
Real example
You send a newsletter at 2pm promoting a spring sale. At 2:05pm, you open the navigator and type "visitors."
The result: 47 active visitors. 12 logged in, 35 guests. Top page: /spring-sale.
Five minutes after hitting send, you know the campaign is working. No tab switching, no waiting for GA4 to process, no wondering if your tracking pixel fired correctly.
At 2:30pm, you check again. 23 visitors, top page shifted to /shop. People moved from the landing page to browsing products. The funnel is working.
Goes further with TrueCommander
This command is useful on its own. Combined with other modules, it becomes part of your workflow.