https://sistema.dgautomotores.com.ar/car/sale/documents/car-sale/2116/documents

Query Metrics

3 Database Queries
3 Different statements
1.97 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.77 ms
(38.88%)
1
SELECT t0.id AS id_1, t0.price AS price_2, t0.origin AS origin_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.money_advance AS money_advance_6, t0.cash AS cash_7, t0.credit AS credit_8, t0.bank_check AS bank_check_9, t0.bank_check_detail AS bank_check_detail_10, t0.is_done AS is_done_11, t0.currency AS currency_12, t0.is_done_date AS is_done_date_13, t0.signaled_date AS signaled_date_14, t0.costs_transfer AS costs_transfer_15, t0.costs_delivery AS costs_delivery_16, t0.costs_pledge AS costs_pledge_17, t0.costs_bank_sealing AS costs_bank_sealing_18, t0.costs_rents AS costs_rents_19, t0.exchange_rate_usd AS exchange_rate_usd_20, t0.exchange_rate_eur AS exchange_rate_eur_21, t0.description AS description_22, t0.is_group_sale AS is_group_sale_23, t0.group_sale AS group_sale_24, t0.money_advance_currency AS money_advance_currency_25, t0.cash_currency AS cash_currency_26, t0.receipt_generated AS receipt_generated_27, t0.procedure_location AS procedure_location_28, t0.procedure_date AS procedure_date_29, t0.procedure_time AS procedure_time_30, t0.procedure_days AS procedure_days_31, t0.balance AS balance_32, t0.cash_multiple AS cash_multiple_33, t0.money_advance_multiple AS money_advance_multiple_34, t0.fecha_facturacion AS fecha_facturacion_35, t0.car_sale_id AS car_sale_id_36, t0.user_id AS user_id_37, t0.car_sale_payment_id AS car_sale_payment_id_38, t0.client_id AS client_id_39 FROM car_sale t0 WHERE t0.id = ?
Parameters:
[
  "2116"
]
0.61 ms
(30.96%)
1
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6, t0.image AS image_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.agency_days_notification AS agency_days_notification_10, t0.allow_user AS allow_user_11, t0.allow_clients AS allow_clients_12, t0.allow_vehicles AS allow_vehicles_13, t0.allow_vehicles_buys AS allow_vehicles_buys_14, t0.allow_vehicles_sales AS allow_vehicles_sales_15, t0.allow_vehicles_resales AS allow_vehicles_resales_16, t0.allow_agency AS allow_agency_17, t0.allow_administration AS allow_administration_18, t0.allow_transfers AS allow_transfers_19, t0.allow_system AS allow_system_20, t0.cellphone AS cellphone_21, t0.profile_id AS profile_id_22 FROM user t0 WHERE t0.id = ?
Parameters:
[
  29
]
0.59 ms
(30.16%)
1
SELECT t0.id AS id_1, t0.type AS type_2, t0.file_name AS file_name_3, t0.file_path AS file_path_4, t0.mime_type AS mime_type_5, t0.size_bytes AS size_bytes_6, t0.sha256 AS sha256_7, t0.status AS status_8, t0.version AS version_9, t0.uploaded_at AS uploaded_at_10, t0.car_sale_id AS car_sale_id_11 FROM car_sale_document t0 WHERE t0.car_sale_id = ? ORDER BY t0.type ASC, t0.uploaded_at DESC
Parameters:
[
  2116
]

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.

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Profile No errors.
App\Entity\CarBuy No errors.
App\Entity\CarSale No errors.
App\Entity\Client No errors.
App\Entity\CarResale No errors.
App\Entity\Car No errors.
App\Entity\CarSaleBankCheck No errors.
App\Entity\CarSaleCarPayment No errors.
App\Entity\CarSaleDocument
  • The association App\Entity\CarSaleDocument#carSale refers to the inverse side field App\Entity\CarSale#documents which does not exist.