Donncha O Caoimh (a11n)
@donncha on WordPress.org and Slack
WordPress Origin Story
- Member Since: September 20th, 2003
- Location: Ireland
- Website: odd.blog
Contribution History
Donncha O Caoimh (a11n)’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
-
Posted a reply to Not working properly when processed with wp-cli cron, on the site WordPress.org Forums:
This PR should fix the problem. I also added any other globals I could find. -
Posted a reply to Caching Activity Pub Endpoints, on the site WordPress.org Forums:
Yeah, I use WP Rest Cache to cache API requests and it made a huge… -
Posted a reply to Not working properly when processed with wp-cli cron, on the site WordPress.org Forums:
Thanks, that is a bug. It has to be added to the globals list around… -
Committed [3275571] to Plugins SVN:
Update stable tag -
Committed [3265218] to Plugins SVN:
Update stable tag -
Posted a reply to PHP in cache-directory, on the site WordPress.org Forums:
Would you recommend any specific actions to prevent the creation of these empty files in… -
Posted a reply to PHP in cache-directory, on the site WordPress.org Forums:
Those view*.php files are created by the debug process in the plugin. If you ever… -
Posted a reply to How many issues have you encountered regarding preloading?, on the site WordPress.org Forums:
This has come up a couple of times. I think the solution listed in this… -
Posted a reply to How many issues have you encountered regarding preloading?, on the site WordPress.org Forums:
To diagnose what's happening with garbage collection, enable debugging in the plugin and watch it… -
Committed [3254921] to Plugins SVN:
Update stable tag -
Posted a reply to How to exclude nonces from cached pages?, on the site WordPress.org Forums:
The easiest thing to do in a situation like this is to reduce the time… -
Posted a reply to Fix Type Casting Issue in Jetpack Boost functions-helpers.php, on the site WordPress.org Forums:
Hey there, Thanks for the detailed bug report! That's a simple bug fix, but I'm… -
Posted a reply to Cache-Control header?, on the site WordPress.org Forums:
There's no way to tell a feed reader to visit less often. They visit on… -
Posted a reply to WP-Supercache files being ignored in favour of wp-cache files, on the site WordPress.org Forums:
Are you saying that once cookies are being used, WP_Supercache can’t do anything? Just to… -
Posted a reply to WP-Supercache files being ignored in favour of wp-cache files, on the site WordPress.org Forums:
The plugin stores information about the cookie being cached, so it's necessary to store the… -
Posted a reply to WP-Supercache files being ignored in favour of wp-cache files, on the site WordPress.org Forums:
You don't need to add any code. Your cookie consent plugin is already doing it… -
Posted a reply to WP-Supercache files being ignored in favour of wp-cache files, on the site WordPress.org Forums:
Hi, What's happening here is probably cookies. Does your site now have a cookie banner… -
Posted a reply to Clearing CSS/JS assets’ cache… Please wait until this notice disappears…, on the site WordPress.org Forums:
Hi, This message isn't from Jetpack Boost. I found a similar thread here for a… -
Posted a reply to Preload, on the site WordPress.org Forums:
I suspect files are deleted due to editing, because I always had cache during the… -
Posted a reply to No longer compatible with ClassicPress?, on the site WordPress.org Forums:
Here's the issue on GitHub for anyone else finding this thread: https://github.com/Automattic/jetpack/issues/41441 If you're running… -
Posted a reply to Fatal Error in WP Super Cache on PHP 7.x Environment, on the site WordPress.org Forums:
This has been fixed. You'll have to download version 1.9.4 of the plugin again. We… -
Committed [3232662] to Plugins SVN:
Back to requiring WP 6.6 -
Posted a reply to No longer compatible with ClassicPress?, on the site WordPress.org Forums:
The minimum WordPress version is now 6.2. @kelson - hopefully you'll be able to see… -
Committed [3231952] to Plugins SVN:
Change WP version back to 6.2 as it didn't need to be bumped -
Committed [3223195] to Plugins SVN:
initial import -
Posted a reply to WordPress 6.7.1 Support?, on the site WordPress.org Forums:
And thank you for the reminder. I updated the "tested version" field in the readme.txt… -
Committed [3219462] to Plugins SVN:
Bump tested version to 6.7.1 -
Posted a reply to WordPress 6.7.1 Support?, on the site WordPress.org Forums:
Yes, it is supported. We just haven't bumped the tested version number. -
Committed [3218258] to Plugins SVN:
Update stable tag -
Posted a reply to Preload, on the site WordPress.org Forums:
@joseribeiro - In the debug log you'll see messages saying that the cache files are… -
Posted a reply to advanced-cache.php gets auto-created, please help me remove it, on the site WordPress.org Forums:
Is WP Super Cache completely disabled and not running? Then, the advanced-cache.php was created by… -
Posted a reply to [WP Super Cache] Cache size increase, on the site WordPress.org Forums:
Hi @madflute, The .gz files are compressed cache files so your cache files are taking… -
Posted a reply to Preload, on the site WordPress.org Forums:
@joseribeiro "preload mode" is supposed to stop garbage collection from running, or at least, from… -
Posted a reply to Cache size increase, on the site WordPress.org Forums:
I think your site is getting hit by a lot of bots, and they might… -
Posted a reply to Suspected cache problems (detailed), on the site WordPress.org Forums:
Regardless of solution, also want input on why content-type was served as application/x-gzip. Can’t see… -
Posted a reply to Cache rebuild does not work – nginx preload mode, on the site WordPress.org Forums:
BTW, further updates will be on the GitHub issue, so you can follow that. I'll… -
Posted a reply to Yet another “caching was broken” error, on the site WordPress.org Forums:
Could you make sure that "WPCACHEHOME" is defined in your wp-config.php please? Do you have… -
Posted a reply to Cache rebuild does not work – nginx preload mode, on the site WordPress.org Forums:
Thanks, @adamh007 for the detailed reply. We will look into those issues, and get back… -
Posted a reply to Tiled mosaic causing /null 404’s, on the site WordPress.org Forums:
@squire2k anything? -
Posted a reply to Cache rebuild does not work – nginx preload mode, on the site WordPress.org Forums:
It's not as bad as you think it is, but when it was first implemented,… -
Committed [3198843] to Plugins SVN:
Update stable tag -
Posted a reply to Cache rebuild does not work – nginx preload mode, on the site WordPress.org Forums:
The "cache rebuild" feature probably should have a "learn more" link next to it because… -
Posted a reply to Cache size increase, on the site WordPress.org Forums:
Yes, there is. Look at the Advanced settings page for the "Rejected URL Strings" section… -
Posted a reply to Cache size increase, on the site WordPress.org Forums:
Unfortunately, without access to your server, I can't say for sure why that's happening. It… -
Posted a reply to Edge case can lead to blank page being served, on the site WordPress.org Forums:
This patch should resolve the problem. It's not enough to check if it's false once… -
Posted a reply to Edge case can lead to blank page being served, on the site WordPress.org Forums:
Thanks @keepmovingdk for the patch. I'll add that, but the readme.txt has warned about using… -
Posted a reply to Cache rebuild does not work – nginx preload mode, on the site WordPress.org Forums:
Hi @adamh007. Have you enabled debugging in the plugin and checked what the plugin says… -
Committed [3194832] to Plugins SVN:
Deleted obsolete 3.6.0 tag -
Posted a reply to Cache size increase, on the site WordPress.org Forums:
Since you have WP Control installed, and you can see wp_cache_gc show up there in… -
Posted a reply to Cache size increase, on the site WordPress.org Forums:
Can you respond to my question: ‘wp_cache_gc’ scheduling is set to “Do Not Repeat” —…
Developer
-
Blog Voyeur
Active Installs: 10+
-
Comment Referrers
Active Installs: 100+
-
Cookies for Comments
Active Installs: 30,000+