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 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” —… -
Posted a reply to Tiled mosaic causing /null 404’s, on the site WordPress.org Forums:
@squire2k - I tried to replicate the problem again, and it appears to be fixed.… -
Posted a reply to Commentars cache, on the site WordPress.org Forums:
Hi, Are you disabling caching when a cookie is detected? Set it to "Enable caching… -
Posted a reply to Cache size increase, on the site WordPress.org Forums:
Is the garbage collection still set to 3600/600? Can you manually clear out the cache,… -
Posted a reply to Tiled mosaic causing /null 404’s, on the site WordPress.org Forums:
I've just created a ticket to track updates on this problem. Find it here: https://github.com/Automattic/jetpack/issues/39971 -
Posted a reply to Module is not working if “apache_request_headers” is disabled, on the site WordPress.org Forums:
OK, this PR should fix things. I'd appreciate it if you could test it: https://github.com/Automattic/jetpack/pull/39951 -
Posted a reply to Module is not working if “apache_request_headers” is disabled, on the site WordPress.org Forums:
Does the drop-in apache_request_headers() function work well for you? To avoid problems I'll add a… -
Posted a reply to Defer offscreen images, on the site WordPress.org Forums:
Hi, This plugin caches the HTML pages sent by your server to your browser. WordPress…
Developer
-
Blog Voyeur
Active Installs: 10+
-
Comment Referrers
Active Installs: 100+
-
Cookies for Comments
Active Installs: 30,000+
-
Crowdsignal Dashboard - Polls, Surveys & more
Active Installs: 100,000+
-
Exploit Scanner
Active Installs: 10,000+
-
Flickr Widget
Active Installs: 200+
-
Jetpack Boost - Website Speed, Performance and Critical CSS
Active Installs: 300,000+
-
Old Comment Cleaner
Active Installs: Less than 10
-
Replies Importer for Mastodon
Active Installs: Less than 10
-
Sharedaddy
Active Installs: 200+
-
Theme Tester
Active Installs: 400+
-
Unfiltered MU
Active Installs: 2,000+
-
WordPress MU Domain Mapping
Active Installs: 3,000+
-
WordPress MU Sitewide Tags Pages
Active Installs: 60+
-
WP Debug Logger
Active Installs: 10+
-
WP Super Cache
Active Installs: 1+ million
Contributor
-
MU Post to Multiple Blogs
Active Installs: 10+
-
SyntaxHighlighter Evolved
Active Installs: 20,000+
-
WDS Multisite Aggregate
Active Installs: 10+
-
WP Job Manager
Active Installs: 90,000+