Title: Statify
Author: pluginkollektiv
Published: <strong>16 de Marzo, 2011</strong>
Last modified: 21 de Decembro, 2025

---

Buscar plugins

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

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

# Statify

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

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

 * [Detalles](https://gl.wordpress.org/plugins/statify/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/statify/#reviews)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/statify/#developers)

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

## Descrición

Statify provides a straightforward and compact access to the number of site views.
It is privacy-friendly as it uses neither cookies nor a third party.

An interactive chart is followed by lists of the most common reference sources and
target pages. The period of statistics and length of lists can be set directly in
the dashboard widget.

### Data Privacy

In direct comparison to statistics services such as _Google Analytics_, _WordPress.
com Stats_ and _Matomo (Piwik)_ _Statify_ doesn’t process and store personal data
as e.g. IP addresses – _Statify_ counts site views, not visitors.

Absolute privacy compliance coupled with transparent procedures: A locally in WordPress
created database table consists of only four fields (ID, date, source, target) and
can be viewed at any time, cleaned up and cleared by the administrator.

Due to this tracking approach, Statify is 100% compliant with GDPR and serves as
an lightweight alternative to other tracking services.

### Display of the widget

The plugin configuration can be changed directly in the _Statify_ Widget on the 
dashboard by clicking the _Configure_ link.

The amount of links shown in the _Statify_ Widget can be set as well as the option
to only count views from today. Of course, older entries are not deleted when changing
this setting.

The statistics for the dashboard widget are cached for four minutes.

### Period of data saving

_Statify_ stores the data only for a limited period (default: two weeks), longer
intervals can be selected as option in the widget. Data which is older than the 
selected period is deleted by a daily cron job.

An increase in the database volume can be expected because all statistic values 
are collected and managed in the local WordPress database (especially if you increase
the period of data saving).

### JavaScript tracking for caching compatibility

For compatibility with caching plugins like [Cachify](http://cachify.de) _Statify_
offers an optional switchable tracking via JavaScript. This function allows reliable
count of cached blog pages.

For this to work correctly, the active theme has to call `wp_footer()`, typically
in a file named `footer.php`.

### Skip tracking for spam referrers

The comment blacklist can be enabled to skip tracking for views with a referrer 
URL listed in comment blacklist, i. e. which considered as spam.

### Support

If you’ve problems or think you’ve found a bug (e.g. you’re experiencing unexpected
behavior), please post at the [support forums](https://wordpress.org/support/plugin/statify).

### Contribute

 * Active development of this plugin is handled [on GitHub](https://github.com/pluginkollektiv/statify).
 * Pull requests for documented bugs are highly appreciated.
 * If you want to help us translate this plugin you can do so [on WordPress Translate](https://translate.wordpress.org/projects/wp-plugins/statify).

## Capturas

 * [[
 * Statify dashboard widget
 * [[
 * Statify dashboard widget settings
 * [[
 * Statify settings page

## Preguntas frecuentes

### Which areas are excluded from counting?

_Statify_ does not count the following views:

 * feeds
 * trackbacks
 * searches
 * previews
 * views by logged in users (unless tracking is activated via the settings page)
 * error pages
 * favicon (as of WP 5.4)
 * sitemap (as of WP 5.5)

This behavior can be modified with the `statify__skip_tracking` hook.

### Can further visitor data be recorded?

Some plugin users want to capture additional visitor data, e.g. name of the device
and resolution.
 _Statify_ counts exclusively page views and no visitors, the desired
data acquisition is not a question.

### How to change who can see the Dashboard widget?

Per default only administrators can see the widget. This can be changed with the`
statify__user_can_see_stats` hook.

Example:

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

has to be added to the theme’s `functions.php` and adapted to your needs. This example
would allow all users to see the widget.

Editing the configuration is still limited to users with `edit_dashboard` capability.

### How to skip tracking for defined users or pages

The conditions for tracking views can be customized according to page type and user
capabilities by using the hook `statify__skip_tracking`.

Example:

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

            return false;
        }
    );
    ```

has to be added to the theme’s `functions.php`. The condition has modified such 
that the method returns true if and only if the view should be ignored.

### How to extend this plugin?

 * [Statify – Extended Evaluation](https://wordpress.org/plugins/extended-evaluation-for-statify/)
   for a more detailed evaluation and export function
 * [Statify Widget](https://wordpress.org/plugins/statify-widget/) to display most
   popular content
 * [Statify Blacklist](https://wordpress.org/plugins/statify-blacklist/) to define
   a customized blacklist for referrer spam

## Comentarios

![](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 de Decembro, 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 de Maio, 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 de Decembro, 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 de Agosto, 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 de Outubro, 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 de Agosto, 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.

 [ Ler todas as 50 opinións ](https://wordpress.org/support/plugin/statify/reviews/)

## Colaboradores e desenvolvedores

“Statify” é un software de código aberto. As seguintes persoas colaboraron con este
plugin.

Colaboradores

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

“Statify” foi traducido a 25 idiomas. Grazas [aos desenvolvedores](https://translate.wordpress.org/projects/wp-plugins/statify/contributors)
polas súas contribucións.

[Traduce “Statify” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/statify)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/statify/), bota unha
ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/statify/), ou subscríbete
ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/statify/) por
[RSS](https://plugins.trac.wordpress.org/log/statify/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

You can find the full changelog in [our 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

 * Minor adjustments for the dashboard widget (#197) (#199)
 * Tested up to 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)
 * Tested up to 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)
 * Tested up to WordPress 5.4

For the complete changelog, check out our [GitHub repository](https://github.com/pluginkollektiv/statify).

## Meta

 *  Versión **1.8.5**
 *  Última actualización **Fai 4 meses**
 *  Instalacións activas **100.000+**
 *  Versión de WordPress ** 4.7 ou superior **
 *  Probado ata **6.9.4**
 *  Versión de PHP ** 5.2 ou superior **
 *  Idiomas
 * [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/), e [Swedish](https://sv.wordpress.org/plugins/statify/).
 *  [Traduce ao teu idioma](https://translate.wordpress.org/projects/wp-plugins/statify)
 * Etiquetas
 * [analytics](https://gl.wordpress.org/plugins/tags/analytics/)[pageviews](https://gl.wordpress.org/plugins/tags/pageviews/)
   [privacy](https://gl.wordpress.org/plugins/tags/privacy/)[statistics](https://gl.wordpress.org/plugins/tags/statistics/)
   [stats](https://gl.wordpress.org/plugins/tags/stats/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/statify/advanced/)

## Valoracións

 4.8 de 5 estrelas

 *  [  44 valoracións de 5 estrelas     ](https://wordpress.org/support/plugin/statify/reviews/?filter=5)
 *  [  4 valoracións de 4 estrelas     ](https://wordpress.org/support/plugin/statify/reviews/?filter=4)
 *  [  0 valoracións de 3 estrelas     ](https://wordpress.org/support/plugin/statify/reviews/?filter=3)
 *  [  0 valoracións de 2 estrelas     ](https://wordpress.org/support/plugin/statify/reviews/?filter=2)
 *  [  2 valoracións de 1 estrelas     ](https://wordpress.org/support/plugin/statify/reviews/?filter=1)

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

[Ver todas as valoracións](https://wordpress.org/support/plugin/statify/reviews/)

## Colaboradores

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

## Soporte

Problemas resoltos nos últimos dous meses:

     2 de 2

 [Ver o foro de soporte](https://wordpress.org/support/plugin/statify/)

## Doar

Queres apoiar o progreso deste plugin?

 [ Dona a este plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW)