Donncha Ó Caoimh
Donncha Ó Caoimh
One of the developers of the WooCommerce Multilingual project reached out to me, asking if we could add support for their plugin to WP Super Cache. This [page](https://git.onthegosystems.com/glue-plugins/wpml/woocommerce-multilingual/-/wikis/Integrate-caching-for-multicurrency) describes how...
Add documentation to Cache_API.md for the filters used in this part of the plugin. Also see #36209 ## Proposed changes: * add docs to Cache_API.md ### Other information: - [...
As suggested [here](https://wordpress.org/support/topic/how-to-distribute-the-prealoding-workload-over-time/), it may be worth it refreshing cache files rather than deleting them when doing garbage collection. Garbage collection happens on stale pages, but those pages are ones...
A WPSC user suggested refreshing cached files rather than deleting them when doing garbage collection [here](https://wordpress.org/support/topic/how-to-distribute-the-prealoding-workload-over-time/). In a reply, I pointed out that doing so would put a strain on...
If the advanced-cache.php created by Jetpack Boost is found, the plugin displays a warning message saying that Boost must be deactivated before WP Super Cache can be used. This PR...
The existing documentation covering the filters used in the plugin are woefully out of date. Fixes [#36250](https://github.com/Automattic/jetpack/issues/36250) ## Proposed changes: * Adding docs to docs/DEVELOPEMENT_GUIDE.md ### Other information: - [...
If a website is redirecting URLs, maybe because of a translation plugin, we need to take care of that when creating critical css. Plugin reported was TranslatePress but may happen...
### Impacted plugin Jetpack ### Quick summary The Subscriptions block at extensions/blocks/subscriptions/subscriptions.php sets DONOTCACHEPAGE on line 1033 when an admin user is logged in regardless of whether a subscription block...
Super Cache uses a very old way of detecting if a visitor is using a mobile client. The WordPress `wp_is_mobile()` function didn't exist when mobile support was added. If Jetpack...
Preloading will create cache files for all the posts and pages on a site but only using the desktop view of the site. The preload should be able to preload...