keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

Cache For Users With Cookie - not 100% working yet #49

Closed Mohaftig closed 5 years ago

Mohaftig commented 5 years ago

The idea is to get one seperate cache for users/visitors with a cookie.

It's 90% copy + paste with some simple if(!isset($_COOKIE... else...

Sometimes it works and creates some seperate files. But then I'm getting stuck at white screens.

And I can't find why