Stefan Kalscheuer

Results 103 comments of Stefan Kalscheuer

I'd split this in two or three parts. First of all the data export. Most straight forward way would be to simply generate a 3-column CSV, TVS, JSON or whatever...

> Unless I’m mistaken the plugin currently filters out the referrer field if it’s an internal link. That's right Referrers is only added if not prefixed with the current site's...

The "since 1.9" is not necessarily correct. I'd say this is quite a major change, so we should probably name it 2.0 if it's getting merged. We switched from some...

One can simply add a custom Cron job utilizing the `cachify_flush_cache` action (no arguments required) action using for example _WP Control_. Then the cache is flushed periodically in the regular...

Programmatically sure. Given a post/page, simpl get the permalink and filter the stats table by target (stripping query params, etc.). But we would need a consistent UI concept for this....

I just modified the init method (`plugins_loaded` phase) from ```php add_action( 'template_redirect', array( __CLASS__, 'manage_cache', ), 0 ); ``` to just calling ```php self::manage_cache(); ``` And because this phase is...

> cachify.de redirects to https://pluginkollektiv.github.io/cachify/ - can we just delete pluginkollektiv.github.io and redirect to https://cachify.pluginkollektiv.org/de/ instead? This was done recently. Also inline links to cachify.de have been updated in #211.

Is your live demo up to date with Cachify still active? Looks like caching does not work at all. If it worked, the HTML code should contain the Cachify signature...

> However, I can’t find any setting I should change in the `php.ini` file. Did I miss something here? No, the description is just little confusing. You might as well...

I think I might just have found the bug... Your page is shipped via HTTPS and we changed the hash-function some releases ago (#2), but forgot the APC proxy. Could...