Stefan Kalscheuer
Stefan Kalscheuer
I know the APC backend has several flaws and this issue is yet a year old, but I'd like move this out of the currently blocked release and into the...
Confirmed. Because the given notation technically is a comment and Cachify removes comments using a simple RegEx, it is removed from the markup. https://github.com/pluginkollektiv/cachify/blob/a3d759774ac6d8591ccada208edb7607a8c82267/inc/cachify.class.php#L1241-L1251 The `Don't index this text.` notation...
2.5 years later the same idea ... :grin: I've deleted my fork in the meantime, because we postponed this feature in the past. https://github.com/stklcode/cachify/commit/c09af684fc4077baf5af11dbd0e67d5fb1f3427d ...
related to #27
> Directly writing to .htaccess file That's something I'd personally would not want any plugin to to, at least not automatically. This only works for a single use case: *...
The _master_ references in the first comment pointed to inexisting files. I've just updated them by comparing the code from 05/2017 to the current _develop_ state with fixed commit references....
Absolutely right, thanks for the reminder. Of course my tests are based on the development state (not on a production site, but a staging version), I'm not going to optimize...
The screenshot by @angelocali looks fine to my eyes. The debugger accepts chunked content, so servers likely serve it partially, i.e. with several 206 responses. The encoding error by @markhowellsmead...
> The server is using the Brotli algorithm for compression, which is a successor to gzip. It serves the “best“ encoding that is acceptable before both sides (client sends an...
> The quoted code doesn't appear in the documentation at https://cachify.pluginkollektiv.org/documentation/, and it also produces the same cURL error. Copied from the “setup“ tab content in the plugin config. https://github.com/pluginkollektiv/cachify/blob/2.3.2/inc/setup/cachify.hdd.htaccess.php...