Peter Wilson

Results 196 comments of Peter Wilson

Do you have access to stats for the most hit emoji files on s.w.org as a starting point? How representative this is, is up for debate.

This part of Cavalcade is a storage engine, it’s compatible with wp-cli, wp-cron.php, and of course the Cavalcade runner. If you must block wp-cron.php please only do it behind the...

I’ve started working on a third version of the DB scheme in #86 to account for the new preflight filters. I might split it out the DB upgrade in to...

@discoinfiltrator There was a longstanding core bug in that code that will be fixed in WP 5.2, Cavalcade will inherit the bug fix.

The reason I am in two minds about global or single site groups has to do with group invalidation. If the group is global, any time a site on multisite...

In order to use the cache in the runner, is it possible to do any of these: * define a PHP constant indicating the cron runner supports persistent caching/needs the...

Could Cavalcade the plugin use the runner's `Runner.check_workers.job_completed` hook to clear a persistent cache, similar to the method Altis Cloud uses for logging jobs? https://github.com/humanmade/altis-cloud/blob/baf9587948b77040af58ff6d823fcc932150bd32/inc/cavalcade_runner_to_cloudwatch/namespace.php#L55-L69

> Curious to know if you're seeing actual perf problems from the lack of cache. I'm yet to see it take any significant amount of time, even on sites with...

WordPress.org was having a particularly high number of database hits recently. While rubber ducking a fix/work around with Dion I was wondering if a persistent cache could be cleared on...

@jeffpaul Let me consider it for a bit. I'll do some further tests with the code @iamdharmesh left commented out in 4c0421886b26d189de7f298ebd279d20e386e917 and see if there are further edge cases...