Donncha Ó Caoimh
@donncha on WordPress.org and Slack
- Member Since: September 20th, 2003
- Location: Ireland
- Website: ocaoimh.ie
Contribution History
Donncha Ó Caoimh’s badges:- Core Contributor Core Contributor
- Plugin Developer Plugin Developer
- Translation Contributor Translation Contributor
-
Posted a reply to Different branching options, on the site WordPress.org Forums:
Yes, this is already possible. If you use a multiple choice or rank question then…1 month ago
-
Posted a reply to Cache .ttf files on CDN, on the site WordPress.org Forums:
Unfortunately not. The CDN code only modifies the html of the page, and not CSS…2 months ago
-
Posted a reply to What are the right folder for .htaccess width supercache directives, on the site WordPress.org Forums:
That's right. It'll log the fact that it served the page using PHP. If mod_rewrite…2 months ago
-
Posted a reply to What are the right folder for .htaccess width supercache directives, on the site WordPress.org Forums:
I'm not sure. I don't usually use WordPress this way and in my limited testing…2 months ago
-
Posted a reply to PDF block the regeneration, on the site WordPress.org Forums:
Interesting. Was the PDF removed or did you rename it?2 months ago
-
Posted a reply to how to replace wp_cache_request_uri?, on the site WordPress.org Forums:
There's a setting "Don't cache pages with GET parameters" which will do what you want,…2 months ago
-
Posted a reply to Question regarding Vary Header, on the site WordPress.org Forums:
That would probably be right but it's such a critical configuration that it would be…2 months ago
-
Posted a reply to Manually add cron job for garbage collection, on the site WordPress.org Forums:
I don't know, but I wouldn't disable WordPress cron. It works after a request is…2 months ago
-
Posted a reply to WP Super Cache and WP Google Maps, on the site WordPress.org Forums:
You could disable caching on that page by adding the URL to the rejected URIs…2 months ago
-
Posted a reply to WP Super Cache don’t update Slider Revolution images URL with the CDN URL, on the site WordPress.org Forums:
Are the files served by a PHP script, or served directly? Are they in one…2 months ago
-
Posted a reply to Security headers not working with WP Super Cache, on the site WordPress.org Forums:
Have you tried enabling "cache http headers with cache content" on the advanced settings page?2 months ago
-
Posted a reply to Cache preload not starting automatically and not caching all pages, on the site WordPress.org Forums:
Does your site get a lot of traffic? If it doesn't then wp-cron might not…2 months ago
-
Posted a reply to Turning On and Off?, on the site WordPress.org Forums:
When you're making changes to your site make sure "disable caching for logged in users"…2 months ago
-
Posted a reply to https Homepage breaks, on the site WordPress.org Forums:
If you're using Cloudflare to cache the pages of your site you probably don't need…2 months ago
-
Posted a reply to Don’t clear cache when post is created/updated, on the site WordPress.org Forums:
Unfortunately this isn't possible. Most people want this to happen.2 months ago
-
Posted a reply to fpm by nginx, on the site WordPress.org Forums:
There are docs online to configure it with nginx but I haven't used nginx in…2 months ago
-
Posted a reply to Every button takes to homepage, on the site WordPress.org Forums:
Try using simple mode rather than export mode. I presume some mod_rewrite rule wasn't written…2 months ago
-
Posted a reply to Preload pages-only option?, on the site WordPress.org Forums:
There aren't any plan to do that, sorry.2 months ago
-
Posted a reply to cURL error 60: SSL certificate problem: unable to get local issuer certificate, on the site WordPress.org Forums:
Unfortunately it's probably a configuration error on your server. Just test it manually as described…2 months ago
-
Posted a reply to Can’t save settings, on the site WordPress.org Forums:
No, the directory wp-content has to be writeable for the config file to be updated.…2 months ago
-
Posted a reply to Cannot log in to WP after deleting plugin /cookies, on the site WordPress.org Forums:
Were you able to delete this file? You could also try reinstalling the plugin. Remove…2 months ago
-
Posted a reply to WP Super Cache warning, on the site WordPress.org Forums:
Did you find the file? You're given the path to it that can be reached…2 months ago
-
Posted a reply to Error despues de activar el complemento, on the site WordPress.org Forums:
Can you uninstall and reinstall the plugin again?2 months ago
-
Posted a reply to exclude file from cache, on the site WordPress.org Forums:
You need to enable dynamic caching but it's not simple to do unfortunately. Why not…2 months ago
-
Posted a reply to Error message “WP Super Cache is not allowed on our system.” when trying to aciv, on the site WordPress.org Forums:
Godaddy don't allow you to use this plugin as they have their own caching system.2 months ago
-
Posted a reply to How can I blacklist caching for certain browsers?, on the site WordPress.org Forums:
I replied on Github. You can create a WP Super Cache plugin. It loads very…2 months ago
-
Posted a reply to What are the right folder for .htaccess width supercache directives, on the site WordPress.org Forums:
The plugin should set up the .htaccess file for you if it has permission, but…2 months ago
-
Posted a reply to disable wp cache on certain pages, on the site WordPress.org Forums:
On those pages define the constant DONOTCACHEPAGE or add the page URLs to the "rejected…2 months ago
-
Posted a reply to Cache .ttf files on CDN, on the site WordPress.org Forums:
Are the .ttf files in one of the "include directories" listed on the settings page?2 months ago
-
Posted a reply to freezing browser after update to wordpress 5.3, on the site WordPress.org Forums:
Thanks @optimizingmatters for replying. Hopefully those suggestions help.2 months ago
-
Posted a reply to PDF block the regeneration, on the site WordPress.org Forums:
You could try regenerate the PDF with the wp-cli tools. Docs are here: https://developer.wordpress.org/cli/commands/media/regenerate/2 months ago
-
Posted a reply to Possible to continue from where it left off?, on the site WordPress.org Forums:
Did any error show in the php error log when the plugin stopped? Have you…2 months ago
-
Posted a reply to PDF block the regeneration, on the site WordPress.org Forums:
Did any error show in the PHP error log?2 months ago
-
Posted a reply to WebP support, on the site WordPress.org Forums:
I don't think it is supported. Webp files aren't allowed to be uploaded to WordPress…2 months ago
-
Committed [2170108] to Plugins Trac:
Tagged version 3.5.13 months ago
-
Committed [2170106] to Plugins Trac:
Tagged release 3.5.1 Sync with Github at ...3 months ago
-
Posted a reply to buddypress members, on the site WordPress.org Forums:
I don't know. I've never used it, but I'm guessing that if pages are cached…4 months ago
-
Posted a reply to Excluded page being cached (using .htaccess), on the site WordPress.org Forums:
That's good. Simple mode just uses PHP to serve the cache, and in most cases…4 months ago
-
Posted a reply to Cache Blocking Mobile Theme, on the site WordPress.org Forums:
Did you enable mobile support in the plugin?4 months ago
-
Posted a reply to Excluded page being cached (using .htaccess), on the site WordPress.org Forums:
Anything in your PHP error log? I don't think it's the plugin as caching is…4 months ago
-
Posted a reply to Cannot access property WP_Object_Cache::$cache, on the site WordPress.org Forums:
I don't think it has anything to do with this plugin as it doesn't use…4 months ago
-
Posted a reply to Doesn’t work at all with new PHP versions, on the site WordPress.org Forums:
Thanks, what errors do you see?4 months ago
-
Posted a reply to Can’t save settings, on the site WordPress.org Forums:
The webserver can't write to that directory. Can you change it to wxrwxrwxr or 777?5 months ago
-
Posted a reply to Cache setting not being honored, on the site WordPress.org Forums:
Unfortunately I don't know why your homepage is being deleted, but an export feature for…5 months ago
-
Posted a reply to Can’t save settings, on the site WordPress.org Forums:
Does the server have permission to write to wp-content? The config file is now written…5 months ago
-
Posted a reply to Use with Roots Bedrock, on the site WordPress.org Forums:
Have you tried setting the "Cache Location" on the advanced settings page to where your…5 months ago
-
Posted a reply to Wp-Super Cache and memory caching, on the site WordPress.org Forums:
No, I replied to your ticket also: https://github.com/Automattic/wp-super-cache/issues/7065 months ago
-
Posted a reply to Cache setting not being honored, on the site WordPress.org Forums:
In the debug log look for "wp-content/cache/supercache/[HOSTNAME]/index" and you will probably find the line that…5 months ago
-
Posted a reply to Can’t save settings, on the site WordPress.org Forums:
@peterszky - I'm not sure what happened on your server but PHP doesn't have permission…5 months ago
-
Posted a reply to Wp-Super Cache and memory caching, on the site WordPress.org Forums:
No, try batcache if you want memcached caching.5 months ago
Developer
-
Blog Voyeur
Active Installs: 20+
-
Comment Referrers
Active Installs: 200+
-
Cookies for Comments
Active Installs: 50,000+
-
Crowdsignal Polls & Ratings
Active Installs: 10,000+
-
Exploit Scanner
Active Installs: 30,000+
-
Sharedaddy
Active Installs: 1,000+
-
SyntaxHighlighter Evolved
Active Installs: 40,000+
-
Theme Tester
Active Installs: 1,000+
-
Tweet Tweet
Active Installs: 20+
-
Unfiltered MU
Active Installs: 7,000+
-
WordPress MU Domain Mapping
Active Installs: 8,000+
-
WordPress MU Sitewide Tags Pages
Active Installs: 100+
-
WP Debug Logger
Active Installs: 30+
-
WP Job Manager
Active Installs: 100,000+
-
WP Super Cache
Active Installs: 2+ million
-
WP-Hashcash
Active Installs: 7,000+
Contributor
-
MU Post to Multiple Blogs
Active Installs: 10+
-
WDS Multisite Aggregate
Active Installs: 20+