Query Metrics
4
Database Queries
4
Different statements
1.66 ms
Query time
0
Invalid entities
9
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.53 ms (32.14%) |
1 |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.direccion AS direccion_3, t0.coordenadas_lat AS coordenadas_lat_4, t0.coordenadas_lng AS coordenadas_lng_5, t0.descripcion_corta AS descripcion_corta_6, t0.descripcion AS descripcion_7, t0.tarifa_base AS tarifa_base_8, t0.activo AS activo_9, t0.destacado_inicio AS destacado_inicio_10, t0.orden_destacado AS orden_destacado_11, t0.imagen_portada AS imagen_portada_12, t0.logo AS logo_13, t0.instagram AS instagram_14, t0.x AS x_15, t0.facebook AS facebook_16, t0.whatsapp AS whatsapp_17, t0.sitio_web AS sitio_web_18, t0.categoria_id AS categoria_id_19, t0.moneda_id AS moneda_id_20 FROM transfer_destination t0 WHERE t0.id = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||
|
0.41 ms (24.66%) |
1 |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.descripcion AS descripcion_3, t0.precio AS precio_4, t0.activo AS activo_5, t0.imagen_portada AS imagen_portada_6, t0.moneda_id AS moneda_id_7 FROM transfer_combo t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
||||||||||||||||||||||||||||||
|
0.38 ms (23.17%) |
1 |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.traslados_od_libres AS traslados_od_libres_3, t0.tasa_traslados_def AS tasa_traslados_def_4, t0.logo AS logo_5, t0.icono AS icono_6, t0.link_instagram AS link_instagram_7, t0.link_whatsapp AS link_whatsapp_8, t0.contacto_telefono AS contacto_telefono_9, t0.contacto_correo AS contacto_correo_10, t0.contacto_direccion AS contacto_direccion_11, t0.comision_booking_partner AS comision_booking_partner_12, t0.enable_mercado_pago_payments AS enable_mercado_pago_payments_13, t0.enable_pay_pal_payments AS enable_pay_pal_payments_14, t0.enable_cash_payments AS enable_cash_payments_15, t0.cash_payment_instructions AS cash_payment_instructions_16, t0.language_def_id AS language_def_id_17, t0.moneda_def_id AS moneda_def_id_18, t0.credenciales_pay_pal_id AS credenciales_pay_pal_id_19, t0.credenciales_mercado_pago_id AS credenciales_mercado_pago_id_20 FROM plataforma t0 WHERE t0.id = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||
|
0.33 ms (20.03%) |
1 |
SELECT t0.id AS id_1, t0.posicion AS posicion_2, t0.combo_id AS combo_id_3, t0.destino_id AS destino_id_4 FROM transfer_combo_destination t0 WHERE t0.combo_id = ? ORDER BY t0.posicion ASC
Parameters:
[
1
]
|
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\TransferCombo | 1 |
| App\Entity\Moneda | 1 |
| App\Entity\TransferComboDestination | 1 |
| App\Entity\TransferDestination | 1 |
| App\Entity\TransferDestinationCategory | 1 |
| App\Entity\Plataforma | 1 |
| App\Entity\Lenguaje | 1 |
| App\Entity\CredencialesPayPal | 1 |
| App\Entity\CredencialesMercadoPago | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\TransferCombo | No errors. |
| App\Entity\Moneda | No errors. |
| App\Entity\Precio | No errors. |
| App\Entity\TransferComboDestination | No errors. |
| App\Entity\TransferDestination | No errors. |
| App\Entity\TransferDestinationCategory | No errors. |
| App\Entity\TransferRequestDestination | No errors. |
| App\Entity\Plataforma | No errors. |
| App\Entity\Lenguaje | No errors. |
| App\Entity\CredencialesPayPal | No errors. |
| App\Entity\CredencialesMercadoPago | No errors. |
| App\Entity\TraduccionPlataforma | No errors. |