Ryan McCue
Ryan McCue
We could be clearer about the language, but this is not a bug. The opt-in affects whether any personal data is sent, but telemetry is always sent for product improvement...
Updated description.
Looks like it, but harder to tell there. We're also hitting another bug with that which means the performance of the page is terrible (hierarchical post list tables are ungood)
e.g. 10% of page load (but this isn't a particularly slow one):  This does have one query per author as well (50 queries to...
> I wonder if actually though we should look at just loading xray after the user's altis config has been loaded. I don't see much downside with doing that, as...
Presumably we can do something a bit more nuanced though: start Excimer as soon as possible, but defer the first push of metadata until we've loaded those early bits.
This seems to be due to X-Ray using [the shutdown action instead of a handler](https://github.com/humanmade/aws-xray/blob/master/inc/namespace.php#L27-L31). However, the shutdown handler that fires the action is only registered [after advanced-cache.php is loaded](https://github.com/WordPress/wordpress-develop/blob/48df8c3646e597738b74c73d56183005c00b4b4a/src/wp-settings.php#L148)
@joehoyle can you think of any reason not to do this?
Hmm, I'm unable to replicate this locally sending a SIGTERM to a child process. Code I'm using: ```php
Confirmed the same behaviour when `test-kill.php` is inside a wp-cli command instead, so it's not wp-cli causing this I guess.