jondaley
@jondaley on WordPress.org
- Member Since: January 30th, 2012
-
Posted a reply to ALTER TABLE commands running multiple times, bogging down site, on the site WordPress.org Forums:
I can't disable it, since that would make the site go slowly. We saw a… -
Posted a reply to ALTER TABLE commands running multiple times, bogging down site, on the site WordPress.org Forums:
I don't use minify via W3. I do use cloudflare, which I think minifies things.… -
Posted a reply to ALTER TABLE commands running multiple times, bogging down site, on the site WordPress.org Forums:
disabling the object cache switches to transients and this function starts working as expected. -
Posted a reply to ALTER TABLE commands running multiple times, bogging down site, on the site WordPress.org Forums:
If I call wp_cache_get directly after the wp_cache_set, it works properly, but the next visit… -
Posted a reply to ALTER TABLE commands running multiple times, bogging down site, on the site WordPress.org Forums:
Not sure what this means, if anything. ~/strenuous/wp-content/plugins/the-events-calendar>/usr/share/memcached/scripts/memcached-tool ~/memcached.socket dump | grep -a tec_custom_tables_v1_initializedDumping memcache… -
Posted a reply to ALTER TABLE commands running multiple times, bogging down site, on the site WordPress.org Forums:
memcached is using 87MB out of 256MB, so presumably the activation transient isn't getting kicked… -
Posted a reply to ALTER TABLE commands running multiple times, bogging down site, on the site WordPress.org Forums:
enabling the writing of transients to the database doesn't make any difference (probably because your… -
Posted a reply to ALTER TABLE commands running multiple times, bogging down site, on the site WordPress.org Forums:
2023-04-27 15:03:26: (None) last_run_timeC: 16826078002023-04-27 15:03:26: (None) init: 16826078002023-04-27 15:03:38: (None) last_run_timeC: 16826078002023-04-27 15:03:38: (None)… -
Posted a reply to ALTER TABLE commands running multiple times, bogging down site, on the site WordPress.org Forums:
wp_using_ext_object_cache() is true.wp_cache_get(static::ACTIVATION_TRANSIENT)returns null sometimes. That is at least part of the problem. -
Posted a reply to ALTER TABLE commands running multiple times, bogging down site, on the site WordPress.org Forums:
I'm curious about the ordering of line ~90 in Activation.php, where you set the transient/cache… -
Posted a reply to ALTER TABLE commands running multiple times, bogging down site, on the site WordPress.org Forums:
Definitely it happens more than once a day - I've seen multiple simultaneous operations -… -
Posted a reply to ALTER TABLE commands running multiple times, bogging down site, on the site WordPress.org Forums:
Great, thanks. That looks likely.I added a logging statement inside the if(update) block, and on… -
Created a topic, ALTER TABLE commands running multiple times, bogging down site, on the site WordPress.org Forums:
This appears to have started with a recent update. I … -
Posted a reply to File does not exist when creating new event from frontend, on the site WordPress.org Forums:
I found it. My main site has more options configured for W3 total cache enabled.… -
Posted a reply to [The Events Calendar] File does not exist when creating new event from frontend, on the site WordPress.org Forums:
Your description of the fix doesn't sound like my problem, so perhaps you are chasing… -
Posted a reply to City only rather than manual time zones?, on the site WordPress.org Forums:
That sounds great, thank you! -
Posted a reply to File does not exist when creating new event from frontend, on the site WordPress.org Forums:
When re-saving, if you mean re-uploading an image from the wp-admin page, yes, that works… -
Posted a reply to Timezone disappears when clicked when creating an event, on the site WordPress.org Forums:
created a ticket in your system. -
Posted a reply to File does not exist when creating new event from frontend, on the site WordPress.org Forums:
Not getting a reply, I downgraded both. I can confirm downgrading to 6.0.2 for both… -
Posted a reply to File does not exist when creating new event from frontend, on the site WordPress.org Forums:
Great, thank you! -
Posted a reply to File does not exist when creating new event from frontend, on the site WordPress.org Forums:
I included the filename and function calls in a previous comment. I don't think caching… -
Posted a reply to File does not exist when creating new event from frontend, on the site WordPress.org Forums:
In Submission_Handler.php: media_handle_upload() eventually calls wp_get_image_editor() and then wp_get_image_editor() is called on line 325 as… -
Posted a reply to File does not exist when creating new event from frontend, on the site WordPress.org Forums:
I've added some debugging statements to wp-image-editor-imagick->load(), and it is called twice, once with a… -
Posted a reply to File does not exist when creating new event from frontend, on the site WordPress.org Forums:
Thank you for your reply, but that isn't it. Site health only reports about removing… -
Created a topic, File does not exist when creating new event from frontend, on the site WordPress.org Forums:
I'm not sure where the problem is. I have a dev site … -
Posted a reply to WordPress 6 breaks the calendar?, on the site WordPress.org Forums:
As far as I know, your plugin is still incompatible with any plugin that calls… -
Created a topic, Bug: wrong parameter to wp_register_scripts, on the site WordPress.org Forums:
includes/class-scripts.php: lines 702 and 713 need a … -
Posted a reply to Plugin conflict with cc-scripts (or presumably any plugin or non-src script, on the site WordPress.org Forums:
Ah - got it. cc-scripts has a bug in it. I'll report it there. -
Created a topic, Plugin conflict with cc-scripts (or presumably any plugin or non-src script, on the site WordPress.org Forums:
I'm using the cc-scripts plugin to add some custom jav… -
Posted a reply to Redirects to /wp-admin/1 when hitting save, on the site WordPress.org Forums:
Removing "legacy widget" blocks that we weren't using were a bunch of the issue. I… -
Posted a reply to Redirects to /wp-admin/1 when hitting save, on the site WordPress.org Forums:
I'm getting this error as well, but I'm not using the AnyComment plugin, so the… -
Posted a reply to WordPress 6 breaks the calendar?, on the site WordPress.org Forums:
That would be great to have it fixed so I sent have to keep track… -
Posted a reply to WordPress 6 breaks the calendar?, on the site WordPress.org Forums:
Ah, I found it. It is a plugin called badgeOs that conflicts with wpautop and… -
Posted a reply to WordPress 6 breaks the calendar?, on the site WordPress.org Forums:
Here is an example of what your template outputs once autop is done with it:… -
Created a topic, WordPress 6 breaks the calendar?, on the site WordPress.org Forums:
I see various people complaining about the wpautop fil… -
Posted a reply to Recaptcha not showing on login popup, on the site WordPress.org Forums:
I switched to a different plugin (login-recaptcha), I don't remember why, but their plugin doesn't… -
Posted a reply to Error: Google reCAPTCHA verification failed. Do you have JavaScript enabled?, on the site WordPress.org Forums:
Ah, I now see that the form isn't showing on the login page. Maybe the… -
Posted a reply to Error: Google reCAPTCHA verification failed. Do you have JavaScript enabled?, on the site WordPress.org Forums:
@bruces4gt, looks like you fixed it, as I just submitted a message through that form?… -
Created a topic, Recaptcha not showing on login popup, on the site WordPress.org Forums:
I have recently installed the plugin, and it is workin… -
Posted a reply to Make known users anonymous change, on the site WordPress.org Forums:
Ah, I figured it out. I was trying to use a hook like add_cacheaction('cache_admin_page',...), but… -
Created a topic, Make known users anonymous change, on the site WordPress.org Forums:
Something changed (though I can't see it in the github… -
Created a topic, ced_wovpr_custom.js is missing, on the site WordPress.org Forums:
I just noticed that ced_wovpr_custom.js is enqueued, b… -
Posted a reply to Is PlanetZuda a hacker?, on the site WordPress.org Forums:
And by "worked for some" you mean "worked for no one because we wrote terrible… -
Posted a reply to Redirects are totally broken, on the site WordPress.org Forums:
I note that you didn't actually answer my question but silently released a 2.3.9 to… -
Posted a reply to Plugin Will Not Activate, on the site WordPress.org Forums:
heh, that's funny. I just googled for the answer and found a couple threads here… -
Posted a reply to Plugin Will Not Activate, on the site WordPress.org Forums:
Yeah, I was wondering about that. For now, I've turned off the APO, because I'm… -
Posted a reply to Redirects are totally broken, on the site WordPress.org Forums:
Weird. When I look at your code repo, it shows 3.8 and the code I… -
Posted a reply to Plugin Will Not Activate, on the site WordPress.org Forums:
Ah - found another post - I had to disable W3 total cache plugin entirely… -
Posted a reply to W3 Total Cache Cloudflare Extension, on the site WordPress.org Forums:
I am also running W3TC - I had to deactivate w3tc to get the cloudflare… -
Posted a reply to Plugin Will Not Activate, on the site WordPress.org Forums:
My plugin activates, but gives a blank page (other than the wordpress menu, etc) when…