Title: Statify
Author: pluginkollektiv
Published: <strong>16. März 2011</strong>
Last modified: 21. Dezember 2025

---

Search plugins

![](https://ps.w.org/statify/assets/banner-772x250.png?rev=2355063)

![](https://ps.w.org/statify/assets/icon-256x256.png?rev=2355063)

# Statify

 By [pluginkollektiv](https://profiles.wordpress.org/pluginkollektiv/)

[Download](https://downloads.wordpress.org/plugin/statify.1.8.5.zip)

 * [Details](https://de-ch.wordpress.org/plugins/statify/#description)
 * [Reviews](https://de-ch.wordpress.org/plugins/statify/#reviews)
 * [Development](https://de-ch.wordpress.org/plugins/statify/#developers)

 [Support](https://wordpress.org/support/plugin/statify/)

## Description

Statify bietet eine unkomplizierte und kompakte Übersicht über die Anzahl der Seitenaufrufe
an. Es ist konform zu deutschem Datenschutzrecht, da es weder Cookies noch einen
Drittanbieter nutzt.

Außer einem interaktiven Diagramm gibt es Listen der häufigsten Quellen und Zielseiten.
Der Zeitraum der Statistiken und die Länge der Listen kann direkt im Dashboard Widget
eingestellt werden.

### Datenschutz

Im direkten Vergleich mit Statistikdiensten wie _Google Analytics_, _WordPress.com
Stats_ und _Matomo (Piwik)_ verarbeitet und speichert _Statify_ keine personenbezogenen
Daten wie IP-Adressen – _Statify_ zählt Aufrufe, keine Besucher.

Völlige Datenschutzkonformität gepaart mit transparenten Prozeduren: Eine in der
lokalen WordPress-Installation angelegte Datenbank-Tabelle besteht aus nur 4 Feldern(
ID, Datum, Herkunft, Ziel) und kann jederzeit durch den Administrator angezeigt,
aufgeräumt und geleert werden.

Aufgrund dieser Funktionsweise erfüllt Statify alle Anforderungen der DSGVO und 
ist eine Alternative zu anderen Tracking-Diensten.

### Anzeige des Widgets

Die Konfiguration des Plugins kann direkt im _Statify_ Widget im Dashboard durch
einen Klick auf den _Konfigurieren_-Link angepasst werden.

Die Anzahl der im _Statify_ Widget angezeigten Links kann ebenso eingestellt werden
wie die Option, auf dem Dashboard nur Aufrufe von heute zu zählen. Selbstverständlich
werden bei Änderung dieser Einstellung keine Einträge gelöscht.

Die Dashboard-Statistiken werden für vier Minuten zwischengespeichert.

### Zeitraum der Datenspeicherung

_Statify_ speichert die Daten nur für einen begrenzten Zeitraum (Standard: zwei 
Wochen), längere Intervalle können als Option im Dashboard eingestellt werden. Daten,
die älter als der eingestellte Zeitraum sind, werden durch einen täglichen Cronjob
gelöscht.

Die Größe der Datenbank wird sich erhöhen, weil die erfassten Daten in der lokalen
WordPress-Datenbank gespeichert und verwaltet werden (insbesondere bei einem längeren
Zeitraum der Datenspeicherung).

### Zählung via JavaScript für Kompatibilität mit Caching-Plugins

Für Kompatibilität mit Cache-Plugins wie [Cachify](http://cachify.de) bietet _Statify_
ein optionales Tracking via JavaScript. Diese Funktion erlaubt ein zuverlässiges
Zählen von gecachten Seiten.

Damit dieses funktioniert, muss das Theme `wp_footer()` aufrufen, typischerweise
in einer Datei namens `footer.php`.

### Zählung der Aufrufe für Spam-Referrer deaktivieren

Die Blacklist für Kommentare kann genutzt werden, um Aufrufe mit einem Referrer 
aus der Blacklist, die als Spam gewertet werden, nicht zu zählen.

### Unterstützung

Wenn du Probleme hast meinst, einen Fehler gefunden haben (z. B. weil etwas nicht
funktioniert wie erwartet), frage bitte in den [Support-Foren](https://wordpress.org/support/plugin/statify)
nach.

### Mitwirken

 * Die aktive Entwicklung dieses Plugins findet [auf GitHub](https://github.com/pluginkollektiv/statify)
   statt.
 * Pull Requests für bekannte Bugs werden sehr gerne gesehen.
 * Wenn du mithelfen willst, das Plugin zu übersetzen, kannst du dieses [auf WordPress Translate](https://translate.wordpress.org/projects/wp-plugins/statify)
   tun.

## Screenshots

 * [[
 * Statify Dashboard Widget
 * [[
 * Einstellungen für das Statify Dashboard-Widget
 * [[
 * Statify settings page

## FAQ

### Welche Bereiche werden nicht mitgezählt?

_Statify_ zählt die folgenden Aufrufe nicht mit:

 * Feeds
 * Trackbacks
 * Suchen
 * Vorschauseiten
 * views by logged in users (unless tracking is activated via the settings page)
 * Fehlerseiten
 * favicon (as of WP 5.4)
 * sitemap (as of WP 5.5)

Mithilfe des Plugin-Hooks `statify__skip_tracking` kann das Tracking der Seitenaufrufe
manuell beeinflusst werden.

### Können weitere Besucherdaten erfasst werden?

Einige Plugin-Nutzer wünschen sich Erfassung weiterer Besucherdaten wie z.B. Gerätename
und Auflösung.
 Da _Statify_ ausschließlich Seitenaufrufe und keine Besucher zählt,
kommt die gewünschte Datenerfassung nicht in Frage.

### Wie ändere ich, wer das Dashboard Widget sehen darf?

Standardmäßig können nur Administratoren das Widget sehen. Dieses kann mit dem `
statify__user_can_see_stats` Hook angepasst werden.

Beispiel:

    ```
    add_filter(
        'statify__user_can_see_stats',
        '__return_true'
    );
    ```

muss in die `functions.php` des Themes eingefügt und an eigene Wünsche angepasst
werden. Dieses Beispiel erlaubt allen Benutzern, das Widget anzusehen.

Das Bearbeiten der Plugin-Einstellungen im Widget bleibt weiterhin ausschließlich
Anwendern mit der Benutzerrechten `edit_dashboard` vorbehalten.

### Wie stelle ich ein, dss Aufrufe für bestimmte Benutzer oder Seiten nicht mitgezählt werden?

Die Bedingungen zum Zählen von Aufrufen können über den Hook `statify__skip_tracking`
in Abhängigkeit von Inhaltstyp und Berechtigungen festgelegt werden.

Beispiel:

    ```
    add_filter(
        'statify__skip_tracking',
        function() {
            if ( condition ) {
                return true;
            }

            return false;
        }
    );
    ```

muss in die `functions.php` des Themes eingefügt und an eigene Wünsche angepasst
werden. Die Bedingung muss angepasst werden, sodass die Methode genau dann true 
zurückgibt, wenn der Aufruf ignoriert werden soll.

### Welche Erweiterungen gibt es für dieses Plugin?

 * [Statify – Erweiterte Auswertung](https://wordpress.org/plugins/extended-evaluation-for-statify/)
   für eine ausführlichere Auswertung und eine Export-Funktion
 * [Statify Widget](https://wordpress.org/plugins/statify-widget/) zur Anzeige der
   beliebtesten Inhalte
 * [Statify Blacklist](https://wordpress.org/plugins/statify-blacklist/) zur Definition
   einer benutzerdefinierten Blacklist für Spamquellen

## Reviews

![](https://secure.gravatar.com/avatar/f0f89198e6870bae6ae54aa4e8bf5a501627a90d5359afb54329e19cb93909dc?
s=60&d=retro&r=g)

### 󠀁[Simple, Honest Analytics for WordPress](https://wordpress.org/support/topic/simple-honest-analytics-for-wordpress/)󠁿

 [Arne Midtlund](https://profiles.wordpress.org/midtlund/) 28. Dezember 2025

Statify is a solid, privacy-friendly analytics solution that does exactly what it
promises: simple, no-nonsense page view tracking without cookies or external services.
I really appreciate how transparent and lightweight it is—perfect if you care about
GDPR compliance, performance, and clean code. The stats are easy to read and reliable
for understanding overall traffic trends and content spikes. If you need more detail,
Statify can be extended with additional plugins to expose more data and views, which
is a nice option. Personally, I value the core plugin’s simplicity and minimal footprint
more than advanced analytics. Statify is clearly designed for quick insights rather
than deep analysis. Things like filtering out your own visits, interpreting historical
gaps, or analyzing long-term patterns require some manual reasoning and context.
Overall, Statify shines as a “set it and trust it” plugin. If you want calm, honest
numbers, extensibility when needed, and a truly lightweight analytics setup, it’s
a very good choice, just don’t expect enterprise-level features.

![](https://secure.gravatar.com/avatar/c57306c1f0b867d5894149c12ccc431fd773454b8b994b5c4739d97083ad80cc?
s=60&d=retro&r=g)

### 󠀁[Extremely light, useful (and privacy respecting!!) plugin](https://wordpress.org/support/topic/extremely-light-useful-and-privacy-respecting-plugin/)󠁿

 [Mihail Bogatov](https://profiles.wordpress.org/mihailbogatov/) 19. Mai 2025

Thank you for your great plugin. Very useful, light and informative plugin. BONUS—
respects users privacy!

![](https://secure.gravatar.com/avatar/56bf04810cc476d64e071abd4d76cc0a3cd8b79f708aadbbf4a4c109f6bd7bfe?
s=60&d=retro&r=g)

### 󠀁[Simple, privacy-friendly stats](https://wordpress.org/support/topic/simple-privacy-friendly-stats/)󠁿

 [kelson](https://profiles.wordpress.org/kelson/) 16. Dezember 2024

A simple stats package that runs on your own site, so you aren’t sending visitor
data to some third party service just to count page views. Not as full-featured 
as Jetpack Stats, but much more privacy-friendly! Good for the basic use case of«
where are most of my visitors coming from and what are the reading the most?» Works
with ClassicPress too!

![](https://secure.gravatar.com/avatar/c4d35db27cf3bd7e030966a986c2c762be1c99e5167293a21115ec0c8abc06ef?
s=60&d=retro&r=g)

### 󠀁[Supi, übersichtlich, klar](https://wordpress.org/support/topic/supi-ubersichtlich-klar/)󠁿

 [mehralsheidi](https://profiles.wordpress.org/mehralsheidi/) 3. August 2024

Ein Blick auf die Kurven ist zwar nicht immer erbaulich, aber dafür motivierend 
😉

![](https://secure.gravatar.com/avatar/55f2188ca0c42f9f62b562fbf9747c54f088782ce3af48cf6db567bc53428ac0?
s=60&d=retro&r=g)

### 󠀁[Just simple stats.](https://wordpress.org/support/topic/just-simple-stats/)󠁿

 [00Sleepy](https://profiles.wordpress.org/00sleepy/) 18. Oktober 2023

Simple an clean statistic plugin. Just works.

![](https://secure.gravatar.com/avatar/e18988a67161301bb29d391abc41e07d0eafa0ecba1ea19d7c76752af1896f63?
s=60&d=retro&r=g)

### 󠀁[Changed to Statify because of GDPR and after 4 years now: missing nothing](https://wordpress.org/support/topic/changed-to-statify-because-of-gdpr-and-after-4-years-now-missing-nothing/)󠁿

 [winterfjell](https://profiles.wordpress.org/winterfjell/) 20. August 2023

Of course there is some information in the big solutions like Analytics or Jetpack
that I got used to, but to be honest: I don’t need it anymore and do not miss it.
I filter out referrer spam for values ​​that are as real as possible and actually
I just want to see when which page in the blog performs and how. And Statify together
with Statify – Extended Evaluation is enough for that. Since I myself attach great
importance to personal-data-sensible surfing on the Internet, I want to enable my
visitors to do the same. I feel much more comfortable now and would like to say 
THANK YOU after 4 years of use.

 [ Read all 50 reviews ](https://wordpress.org/support/plugin/statify/reviews/)

## Contributors & Developers

“Statify” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ pluginkollektiv ](https://profiles.wordpress.org/pluginkollektiv/)

“Statify” has been translated into 25 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/statify/contributors)
for their contributions.

[Translate “Statify” into your language.](https://translate.wordpress.org/projects/wp-plugins/statify)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/statify/), check out
the [SVN repository](https://plugins.svn.wordpress.org/statify/), or subscribe to
the [development log](https://plugins.trac.wordpress.org/log/statify/) by [RSS](https://plugins.trac.wordpress.org/log/statify/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

Die vollständige Änderungshistorie gibt es in [unserem GitHub-Repository](https://github.com/pluginkollektiv/statify/blob/master/CHANGELOG.md).

### 1.8.5

 * Updated build environment
 * Minor code style corrections
 * Tested up to WordPress 6.7

### 1.8.4

 * Use same date retrieval for tracking and analysis (#227) (#232)
 * Replace input filtering for PHP 8.1 compatibility (#237)
 * Minor markup corrections in dashboard widget (#235)
 * Tested up to WordPress 6.1

### 1.8.3

 * Update documentation links (#204)
 * Minor markup fix on settings page (#206)
 * Dashboard widget is closeable again (#208) (#209)
 * Fix static initialization on multisite with PHP 8 (#210, props @walterebert)
 * Tested up to WordPress 5.8

### 1.8.2

 * Kleine Anpassungen im Dashboard-Widget (#197) (#199)
 * Getestet bis WordPress 5.7

### 1.8.1

 * Fix AMP compatibility for Standard and Transitional mode (#181) (#182)
 * JavaScript is no longer embedded if request is served by AMP (#181) (#182)
 * Always register the action for the cleanup (#184)
 * Exclude sitemap calls (WP 5.5+) from tracking (#185) (#186)
 * Getestet bis WordPress 5.6

### 1.8.0

 * Fix date offset in dashboard widget in WP 5.3+ environments with mixed timezones(#
   167)
 * Allow to deactivate the nonce check during JavaScript tracking (#168)
 * Add support for «disallowed_keys» option instead of «blacklist_keys» in WordPress
   5.5 (#174)
 * Add refresh button in the dashboard, increase caching time (#157)

### 1.7.2

 * Prevent JavaScript tracking from raising 400 for logged-in users, if tracking
   is disabled (#159)
 * Use `wp_die()` instead of header and exit for AJAX requests (#160)
 * Fix 1 day offset between display range and number of days evaluated in top lists(#
   162)

### 1.7.1

 * Fix refresh of the dashboard widget when settings have been changed through the
   settings page (#147)
 * Fix _Cachify_ cache not being flushed after changing JavaScript settings (#152)
 * Fix date inconsistency for number of total visits (#150)
 * Extend user agent filter for bot detection (#149) (#151)
 * Update tooltip library (containing a bugfix in IE 11) (#156)

### 1.7.0

 * Fix JavaScript embedding when bots visit before caching (#84) (#86)
 * Fix offset in visitor reporting due to different timezones between PHP and database(#
   117, props @sophiehuiberts)
 * Fix untranslatable support link (#122) (#126, props @arkonisus)
 * Add separate settings page and reduced widget backview to widget settings only(#
   111)
 * Add options to track logged in users (#103) (#111)
 * Add option to show total visits (#134, props @yurihs)
 * Refactored JavaScript tracking to use WP AJAX (#109) (#142)
 * Introduced new option to separate display from storage range (#72)
 * Automatically add AMP analytics trigger if official AMP PlugIn is installed (#
   110) (#116, props @tthemann)
 * Dashboard widget is now scrollable with dynamic point radius to keep long-term
   statistics readable (#71) (#101, props @manumeter)
 * Improved bot detection (#112) (#125, props @mahype)
 * Updated Chartist JS library for dashboard widget (#132)
 * Skip tracking for favicon.ico redirects (since WP 5.4) (#144)
 * Getestet bis WordPress 5.4

Eine vollständige Liste der Änderungen befindet sich in unserem [GitHub Repository](https://github.com/pluginkollektiv/statify).

## Meta

 *  Version **1.8.5**
 *  Last updated **5 Monaten ago**
 *  Active installations **100'000+**
 *  WordPress version ** 4.7 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 5.2 or higher **
 *  Languages
 * [Catalan](https://ca.wordpress.org/plugins/statify/), [Chinese (Taiwan)](https://tw.wordpress.org/plugins/statify/),
   [Danish](https://da.wordpress.org/plugins/statify/), [Dutch](https://nl.wordpress.org/plugins/statify/),
   [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/statify/), [English (Australia)](https://en-au.wordpress.org/plugins/statify/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/statify/), [English (New Zealand)](https://en-nz.wordpress.org/plugins/statify/),
   [English (UK)](https://en-gb.wordpress.org/plugins/statify/), [English (US)](https://wordpress.org/plugins/statify/),
   [French (France)](https://fr.wordpress.org/plugins/statify/), [Galician](https://gl.wordpress.org/plugins/statify/),
   [German](https://de.wordpress.org/plugins/statify/), [German (Austria)](https://de-at.wordpress.org/plugins/statify/),
   [German (Switzerland)](https://de-ch.wordpress.org/plugins/statify/), [Japanese](https://ja.wordpress.org/plugins/statify/),
   [Polish](https://pl.wordpress.org/plugins/statify/), [Portuguese (Portugal)](https://pt.wordpress.org/plugins/statify/),
   [Russian](https://ru.wordpress.org/plugins/statify/), [Spanish (Chile)](https://cl.wordpress.org/plugins/statify/),
   [Spanish (Colombia)](https://es-co.wordpress.org/plugins/statify/), [Spanish (Ecuador)](https://es-ec.wordpress.org/plugins/statify/),
   [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/statify/), [Spanish (Spain)](https://es.wordpress.org/plugins/statify/),
   [Spanish (Venezuela)](https://ve.wordpress.org/plugins/statify/) und [Swedish](https://sv.wordpress.org/plugins/statify/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/statify)
 * Tags
 * [analytics](https://de-ch.wordpress.org/plugins/tags/analytics/)[pageviews](https://de-ch.wordpress.org/plugins/tags/pageviews/)
   [privacy](https://de-ch.wordpress.org/plugins/tags/privacy/)[statistics](https://de-ch.wordpress.org/plugins/tags/statistics/)
   [stats](https://de-ch.wordpress.org/plugins/tags/stats/)
 *  [Advanced View](https://de-ch.wordpress.org/plugins/statify/advanced/)

## Ratings

 4.8 von 5 Sternen.

 *  [  44 5-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/statify/reviews/?filter=5)
 *  [  4 4-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/statify/reviews/?filter=4)
 *  [  0 3-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/statify/reviews/?filter=3)
 *  [  0 2-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/statify/reviews/?filter=2)
 *  [  2 1-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/statify/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/statify/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/statify/reviews/)

## Contributors

 *   [ pluginkollektiv ](https://profiles.wordpress.org/pluginkollektiv/)

## Support

Issues resolved in last two months:

     2 out of 2

 [View support forum](https://wordpress.org/support/plugin/statify/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW)