GET https://ecsandbox.microtecnologiasmoviles.mx/cart/buy-now-credicel/8806095747309/1234

Query Metrics

10 Database Queries
10 Different statements
4.64 ms Query time
0 Invalid entities
22 Managed entities

Queries

Group similar statements

# Time Info
1 1.05 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.path_brandeo AS path_brandeo_3, t0.domain AS domain_4, t0.shop_name AS shop_name_5, t0.admin_shop AS admin_shop_6, t0.precios_credishop AS precios_credishop_7, t0.cambaceo AS cambaceo_8 FROM colaboradores t0 WHERE t0.domain = ? LIMIT 1
Parameters:
[
  "ecsandbox"
]
2 0.70 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.precio AS precio_3, t0.clave_producto AS clave_producto_4, t0.promocion AS promocion_5, t0.credicel AS credicel_6, t0.sku AS sku_7, t0.precio_compra AS precio_compra_8, t0.description AS description_9, t0.unidad_medida AS unidad_medida_10, t0.images AS images_11, t0.especificaciones AS especificaciones_12, t0.capacidad AS capacidad_13, t0.stock AS stock_14, t0.precio_credito AS precio_credito_15, t0.creation_date AS creation_date_16, t0.updated_date AS updated_date_17, t0.precio_mayoreo AS precio_mayoreo_18, t0.prioridad AS prioridad_19, t0.marca_id AS marca_id_20, t0.categoria_id AS categoria_id_21, t0.proveedor_id AS proveedor_id_22, t0.alias_id AS alias_id_23, t0.color_id AS color_id_24, t0.operador_movil_id AS operador_movil_id_25 FROM producto t0 WHERE t0.clave_producto = ? LIMIT 1
Parameters:
[
  "8806095747309"
]
3 0.30 ms
SELECT t0.id AS id_1, t0.tipo_estatus AS tipo_estatus_2, t0.bg_badge AS bg_badge_3 FROM estatus_orden t0 WHERE t0.id = ?
Parameters:
[
  1
]
4 0.38 ms
SELECT t0.id AS id_1, t0.precio_venta AS precio_venta_2, t0.colaborador_id AS colaborador_id_3, t0.producto_id AS producto_id_4 FROM precio_colaborador t0 WHERE t0.producto_id = ?
Parameters:
[
  137
]
5 0.28 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.image AS image_3, t0.method_route AS method_route_4, t0.clave AS clave_5 FROM tipo_pago t0 WHERE t0.id = ?
Parameters:
[
  1
]
6 0.34 ms
SELECT t0.id AS id_1, t0.calle AS calle_2, t0.num_ext AS num_ext_3, t0.num_int AS num_int_4, t0.cp AS cp_5, t0.colonia AS colonia_6, t0.localidad AS localidad_7, t0.referencia AS referencia_8, t0.entre_calles AS entre_calles_9, t0.predeterminado AS predeterminado_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.municipio_id AS municipio_id_13, t0.user_id AS user_id_14 FROM domicilio t0 WHERE t0.user_id IS NULL LIMIT 1
Parameters:
[]
7 0.23 ms
"START TRANSACTION"
Parameters:
[]
8 0.69 ms
INSERT INTO orden (monto_envio, monto_subtotal, monto_total, created_date, order_encoded, phone_number, cambaceo_data, usuario_id, estatus_id, domicilio_entrega_id, tipo_pago_id, payment_method_id, paso_compra_id, colaborador_id, cambaceador_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  0.0
  2974.0
  2974.0
  "2025-07-01 11:58:26"
  "8dea6616274445d18d5f678291b8dfec"
  null
  null
  null
  1
  34
  1
  null
  null
  1
  null
]
9 0.37 ms
INSERT INTO detalle_orden (cantidad, monto_subtotal, orden_id, producto_id) VALUES (?, ?, ?, ?)
Parameters:
[
  1
  2974.0
  1034
  137
]
10 0.30 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\Colaboradores 5
App\Entity\PrecioColaborador 5
App\Entity\Producto 1
App\Entity\Marca 1
App\Entity\Categoria 1
App\Entity\ProveedorProductos 1
App\Entity\AliasProductos 1
App\Entity\ColorProducto 1
App\Entity\EstatusOrden 1
App\Entity\TipoPago 1
App\Entity\Domicilio 1
App\Entity\Municipio 1
App\Entity\Orden 1
App\Entity\DetalleOrden 1