rhubarbgroup / redis-cache

A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
https://wordpress.org/plugins/redis-cache/
GNU General Public License v3.0
439 stars 150 forks source link

Amp Site Scan Failed #413

Closed khabarsatta closed 1 year ago

khabarsatta commented 1 year ago

Amp site scan failed with redis plugin.. i contacted with amp plugin support they say remove footnote in WP_REDIS_CONFIG chck linkCheck this link

define('WP_REDIS_CONFIG', [ .... 'analytics' => [ 'footnote' => false ], ]);

tillkruss commented 1 year ago

Aha. We can dig into this.

Which AMP plugin are you using?

khabarsatta commented 1 year ago

I am using official amp plugin Official Amp Plugin Link

tillkruss commented 1 year ago

We'll fix this in the next release. In the meantime the footnote works 👍

tillkruss commented 1 year ago

Fixed in the latest release.