Till Krüss

Results 293 comments of Till Krüss

Correct the Worker is attached to the domain root and handle website, admin and API requests. The `/admin` route is protected with Access and when I request `http://127.0.0.1:8787/admin` I get...

I just run the plain `wrangler dev`. Should I be adding anything? This is my toml file: ```toml name = "..." type = "webpack" route = "...com/*" zone_id = ""...

@joehoyle @rmccue Can you tag a new release that works with PHP 8?

@joehoyle Stoked to hear that!

@joehoyle any update on v3.0?

> The problem with `wp_cache_flush_runtime()` as it is right now is that for sites using Redis, for example, it will end up flushing *everything* that is in the cache, which...

@felipeelia: For more context, the Action Scheduler plugin had a similar issue: https://github.com/woocommerce/action-scheduler/issues/790 And this is how they solved it using `wp_cache_flush_runtime()`: https://github.com/woocommerce/action-scheduler/pull/827