POST https://itastock.com.ar/webhooks/mercadopago?data.id=7024336594&type=subscription_authorized_payment

Query Metrics

7 Database Queries
5 Different statements
4.46 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.53 ms
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"
]
2 0.22 ms
"START TRANSACTION"
Parameters:
[]
3 0.54 ms
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
]
4 0.91 ms
"COMMIT"
Parameters:
[]
5 0.42 ms
"START TRANSACTION"
Parameters:
[]
6 0.96 ms
UPDATE billing_webhook_events SET processed_at = ? WHERE id = ?
Parameters:
[
  "2025-12-29 23:34:15"
  44
]
7 0.89 ms
"COMMIT"
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\BillingWebhookEvent 1

Entities Mapping

Class Mapping errors
App\Entity\BillingWebhookEvent No errors.