✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for Slimstat Analytics: access log & event tables

Slimstat keeps a real-time access log of every pageview, event, and outbound click in wp_slim_stats and friends. SleekView turns that raw stream into queryable rows for performance triage, bot investigation, and audit work.

♾️ Lifetime License available

SleekView table view for Slimstat Analytics

Treat your real-time access log like the database it really is

Slimstat writes one row to wp_slim_stats for every pageview, with browser, OS, country, referrer, user role, and visit duration on the same record. Events land in wp_slim_events, outbound clicks in wp_slim_outbound. The default Access Log report shows that data with fixed columns and limited grouping; the Pro Pack adds some sorting and export but still spreads pageviews, events, and outbound activity across separate widgets.

SleekView reads each Slimstat table directly so the same rows become a working surface. Sort by latency to triage a slow page, filter by country plus browser plus referrer to investigate a suspicious traffic burst, or join pageviews to their matching events for a complete picture of a session. Inline edits to excluded IPs and tracked roles update the same Slimstat options the plugin's settings page writes, so exclusions remain the source of truth.

Because the access log is real-time, SleekView paginates against Slimstat's existing indexes and never loads more than the visible page. The External DB add-on works as is: when Slimstat reads from a separate database, SleekView follows the same connection. Saved views like Last hour failed referrers or Outbound clicks from logged-in editors can be scoped per role, so a junior admin gets a clean triage queue without exposure to the full Slimstat settings tree.

Workflow

From slim_stats rows to working triage views

1

Map the slim tables

SleekView registers wp_slim_stats, wp_slim_events, and wp_slim_outbound as sources. The External DB add-on connection is followed automatically when Slimstat is configured to read from a separate database.
2

Pick the access log columns

Choose page, country, browser, OS, referrer, user role, latency, and time. Stack pageview columns next to event names so a single row tells the full story of a visit.
3

Stack the filters

Combine country, browser, post type, and excluded-IP status. Save filter sets like Bot suspicion this hour or Slow loads from outside the EU as named views.
4

Manage exclusions inline

Edit Slimstat's excluded IPs, user agents, and tracked roles directly in the same table. Writes go through the plugin's options API so settings stay consistent.

Sample columns

A typical Slimstat access log view

Recent pageviews with the visitor, country, browser, and referrer in a single row.
Source: wp_slim_stats, wp_slim_events, wp_slim_outbound
Page Country Browser OS Referrer Time
/ DE Chrome 134 macOS google.com 12s ago
/pricing/ US Safari 18 iOS twitter.com 2m ago
/legacy-promo/ FR Firefox 128 Windows 404
/docs/ GB Edge 130 Windows duckduckgo.com 5m ago

Comparison

Default Slimstat admin vs SleekView

Default Slimstat admin

  • The Access Log report has fixed columns and limited grouping
  • Pro pack is needed for some sorting and export features
  • Hard to read events, outbound links, and pageviews side by side
  • Filtering by browser plus country plus referrer needs multiple widgets
  • No way to share a curated view with a non-admin role

SleekView

  • Pageviews, events, and outbound links in one table
  • Sort by latency, country, or referrer to triage performance
  • Filter by user role, device, or post type
  • Group by country or browser for ad-hoc reports
  • Inline edit excluded IPs or robots without leaving the table

Features

What SleekView gives you for Slimstat Analytics

Real-time access log views

See every visit as it lands, with country, browser, post type, and latency on the same row. Filter to the slice you care about without changing screens or saving a separate report.

Combine every dimension

Stack filters across geography, device, referrer, and user role. The same UI handles a marketing dashboard and a bot investigation without any new configuration.

Manage exclusions inline

Edit excluded IPs, user agents, and tracked roles from the same table. Writes go through Slimstat's options API so the plugin's own settings stay consistent.

Audience

Who uses SleekView for Slimstat Analytics

Site analysts

Investigate traffic patterns with raw access log rows in front of them. Sort by latency to find slow pages by country or by post type without an export and pivot table.

Security-minded admins

Spot suspicious bursts of pageviews and outbound clicks early. Filter to a single IP and read every page it touched, in order, from one queue.

Privacy-focused teams

Keep all analytics local and read it through a comfortable UI. No external trackers, no shared GA accounts, no third-party data processor in the chain.

The bigger picture

Why a real-time access log deserves a database UI

Slimstat is one of the few WordPress analytics plugins that keeps the raw access log on your own server, with every pageview, event, and outbound click queryable in SQL if you want it. That makes it useful for the things hosted analytics cannot do: investigating which bot just spiked traffic to /wp-login.php, finding the slowest pages from a specific country, or auditing exactly who triggered a tracked event on a private page. The catch is that the default report UI is a set of widgets, not a database UI.

Anyone who needs the raw data ends up either running ad-hoc SQL queries from phpMyAdmin or buying the Pro Pack to get more flexible filters. SleekView treats Slimstat's tables for what they are. The same access log becomes a sortable, filterable, joinable surface where pageviews and events sit next to each other, exclusions can be edited inline, and triage views can be saved and shared.

The plugin's privacy promise stays intact because nothing leaves the server; you simply get a UI that matches the data Slimstat was already collecting.

Questions

Common questions about SleekView for Slimstat Analytics

No. SleekView works with the free Slimstat tables. Pro features like email reports, the world map, and extended retention stay where they are; SleekView just reads the same wp_slim_* data more flexibly. If you do run Pro, every additional column and table it adds becomes available as a SleekView source automatically.

 

Yes. Both have their own Slimstat tables (wp_slim_events and wp_slim_outbound) and SleekView can show them as standalone views or join them to the matching pageview rows. A single view can list every page in the last hour with the events fired on it and the outbound links clicked from it, all in one row.

 

No. Slimstat writes the rows; SleekView only reads them, paginated against existing indexes. The visible page is loaded in a single query, and saved views don't pre-fetch anything until they're opened. Heavy filters resolve at the database the same way Slimstat's own admin reports do.

 

Yes. Slimstat already records role and IP info per visit, and SleekView surfaces both as filters. You can build a view of all logged-in editor traffic, or a view of all visits from currently excluded IPs to verify the exclusion list is doing what you expect.

 

Yes. As long as Slimstat reads from its configured connection, SleekView reads from the same one. There is no separate database setting to configure; the plugin's existing wpdb connection or external DB credentials are reused.

 

Yes. Any saved view can be exported to CSV from the table header, with active filters and column order respected. This is useful for handing logs to developers, auditors, or hosting support without giving them WP Admin access.

 

Yes. Slimstat resolves country and city through the MaxMind database it bundles, and SleekView shows whatever values are stored on each row. If you switch the GeoIP source in Slimstat settings, future rows pick up the new values automatically; older rows keep their original country code.

 

Yes. Slimstat tags bot visits and SleekView exposes that flag as a filterable column. A saved view of bots only is useful for tuning the bot exclusion list, while a saved view of humans only matches what most marketing reports actually want to count.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView