0.54 ms (12.17%)
|
1 |
INSERT INTO billing_webhook_events (event_id, resource_id, payload, headers, received_at, processed_at) VALUES (?, ?, ?, ?, ?, ?)
Parameters: [
"127743323430"
"7024336594"
"{"action":"created","application_id":1399191713804252,"data":{"id":"7024336594"},"date":"2025-12-29T23:34:14Z","entity":"authorized_payment","id":127743323430,"type":"subscription_authorized_payment","version":0}"
"{"user_agent":"MercadoPago WebHook v1.0 subscription_authorized_payment","x_signature":"ts=1767051254,v1=28f2142587dc72d2574340436706471b5265ef8c24a78663fe011aa929b91d2d","x_request_id":"6d550c1f-e38a-4cf5-b437-95b8eed64802","content_type":"application\/json"}"
"2025-12-29 23:34:15"
null
]
INSERT INTO billing_webhook_events (event_id, resource_id, payload, headers, received_at, processed_at) VALUES ('127743323430', '7024336594', '{\"action\":\"created\",\"application_id\":1399191713804252,\"data\":{\"id\":\"7024336594\"},\"date\":\"2025-12-29T23:34:14Z\",\"entity\":\"authorized_payment\",\"id\":127743323430,\"type\":\"subscription_authorized_payment\",\"version\":0}', '{\"user_agent\":\"MercadoPago WebHook v1.0 subscription_authorized_payment\",\"x_signature\":\"ts=1767051254,v1=28f2142587dc72d2574340436706471b5265ef8c24a78663fe011aa929b91d2d\",\"x_request_id\":\"6d550c1f-e38a-4cf5-b437-95b8eed64802\",\"content_type\":\"application\\/json\"}', '2025-12-29 23:34:15', NULL);
|
0.53 ms (11.80%)
|
1 |
SELECT b0_.id AS id_0, b0_.event_id AS event_id_1, b0_.resource_id AS resource_id_2, b0_.payload AS payload_3, b0_.headers AS headers_4, b0_.received_at AS received_at_5, b0_.processed_at AS processed_at_6 FROM billing_webhook_events b0_ WHERE b0_.processed_at IS NOT NULL AND (b0_.event_id = ? OR b0_.resource_id = ?) LIMIT 1
Parameters: [
"127743323430"
"7024336594"
]
SELECT b0_.id AS id_0, b0_.event_id AS event_id_1, b0_.resource_id AS resource_id_2, b0_.payload AS payload_3, b0_.headers AS headers_4, b0_.received_at AS received_at_5, b0_.processed_at AS processed_at_6 FROM billing_webhook_events b0_ WHERE b0_.processed_at IS NOT NULL AND (b0_.event_id = '127743323430' OR b0_.resource_id = '7024336594') LIMIT 1;
|