-
### Impacted plugin
Super Cache
### Quick summary
Only on MOBILE phone: on the WooCommerce checkout page, the following fields are blank (appear missing):
1. Card number
2. Expiry (MM/YY)
3. …
-
I use the [Polylang](https://wordpress.org/plugins/polylang/) plugin for my multilingual websites, there are usually redirections or different domains involved:
* One of them (site_A) in particular u…
-
As of WP-CLI v0.23.0, you can [browse a community-maintained list of packages](http://wp-cli.org/package-index/) and install them directly from WP-CLI. It wouldn't be too difficult to create a Comet C…
-
I want to use jetpack with wp-super-cache so that the mobile pages would be cached.
I turned mobile theme on + wp-super-cache (including the mobile theme plugin in the plugin section). I see that it …
-
Why plugin set header `Vary: Accept-Encoding` even if gzip is off?
https://github.com/Automattic/wp-super-cache/blob/master/wp-cache-phase2.php#L158
-
### Issue Description
As suggested by @rjchow in pdibGW-3xH-p2#comment-2674:
> I’m wondering if there’s an opportunity to improve the naming of these functions so that it’s super obvious whether…
-
In https://github.com/Automattic/wp-super-cache/commit/3dd7420dc37ee37b27a029b5be16e6abe345b45e the possibility to have `wp-cache-config.php` read-only broke due to constant writes without checking pe…
-
I use a deployment tool to deploy my app, and in order to keep the same config when deploying a new release, use a symbolic link from `wp-content/wp-cache-config.php` to my permanent shared config fil…
-
Since we updated WP to Version 4.6 we occasionally get 404 errors pointing to files contained in
wp-content\cache\supercache\DOMAIN-NAME\index.html
As per WP super cache we are using version 1.4.8.
…
-
Hello,
why are you using a absolute path in the wp-config?
It's better to use a relative path like "define( 'WPCACHEHOME', __DIR__.'/wp-content/plugins/wp-super-cache/' );"