Donncha Ó Caoimh

Results 16 issues of 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...

[Type] Enhancement
[Plugin] Super Cache

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: - [...

[Status] Needs Team Review
[Plugin] Boost
[Boost Feature] Cache

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...

[Type] Enhancement
[Plugin] Super Cache

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...

[Type] Enhancement
[Plugin] Boost
[Boost Feature] Cache

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...

[Type] Enhancement
[Status] Needs Team Review
[Plugin] Super Cache

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: - [...

Docs
Admin Page
[Status] Needs Team Review
[Plugin] Boost
[Boost Feature] Defer JS

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...

[Type] Bug
[Plugin] Boost
[Boost Feature] Critical CSS
[Pri] TBD

### 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...

[Type] Bug
[Feature] Subscriptions
[Pri] Low
[Plugin] Jetpack
Triaged
[Plugin] Super Cache

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...

[Type] Enhancement
[Pri] Low
[Plugin] Super Cache

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...

[Type] Enhancement
[Pri] Low
[Plugin] Super Cache