Query Metrics
18
Database Queries
14
Different statements
45.74 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
10.60 ms (23.18%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.modified AS modified_1, a0_.created AS created_2, v1_.id AS id_3, v1_.publication_status AS publication_status_4, v1_.vehicle_status AS vehicle_status_5, v1_.year AS year_6, v1_.make AS make_7, v1_.model AS model_8, v1_.variant AS variant_9, v1_.mileage AS mileage_10, v1_.transmission AS transmission_11, v1_.fuel_type AS fuel_type_12, v1_.colour AS colour_13, v1_.body_type AS body_type_14, v1_.category AS category_15, v1_.primary_colour AS primary_colour_16, v1_.no_of_door AS no_of_door_17, v1_.vin AS vin_18, v1_.stock_number AS stock_number_19, v1_.reg_no AS reg_no_20, v1_.is_csv AS is_csv_21, v1_.modified AS modified_22 FROM auction_vehicles a0_ INNER JOIN vehicle v1_ ON a0_.vehicle_id = v1_.id INNER JOIN vehicle_motus_data v2_ ON v1_.id = v2_.vehicle_id WHERE v1_.make IS NOT NULL AND v1_.variant IS NOT NULL AND v1_.reg_no IS NOT NULL AND v1_.mileage IS NOT NULL AND v2_.mgv IS NOT NULL ORDER BY v2_.lot_no ASC) dctrn_result) dctrn_table
Parameters:
[] |
6.33 ms (13.84%) |
1 |
SELECT a0_.id AS id_0, a0_.modified AS modified_1, a0_.created AS created_2, v1_.id AS id_3, v1_.publication_status AS publication_status_4, v1_.vehicle_status AS vehicle_status_5, v1_.year AS year_6, v1_.make AS make_7, v1_.model AS model_8, v1_.variant AS variant_9, v1_.mileage AS mileage_10, v1_.transmission AS transmission_11, v1_.fuel_type AS fuel_type_12, v1_.colour AS colour_13, v1_.body_type AS body_type_14, v1_.category AS category_15, v1_.primary_colour AS primary_colour_16, v1_.no_of_door AS no_of_door_17, v1_.vin AS vin_18, v1_.stock_number AS stock_number_19, v1_.reg_no AS reg_no_20, v1_.is_csv AS is_csv_21, v1_.modified AS modified_22, a0_.auction_id AS auction_id_23, a0_.vehicle_id AS vehicle_id_24 FROM auction_vehicles a0_ INNER JOIN vehicle v1_ ON a0_.vehicle_id = v1_.id INNER JOIN vehicle_motus_data v2_ ON v1_.id = v2_.vehicle_id WHERE v1_.make IS NOT NULL AND v1_.variant IS NOT NULL AND v1_.reg_no IS NOT NULL AND v1_.mileage IS NOT NULL AND v2_.mgv IS NOT NULL AND a0_.id IN (?) ORDER BY v2_.lot_no ASC
Parameters:
[
[
1
]
]
|
5.33 ms (11.66%) |
2 |
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[] |
5.07 ms (11.09%) |
1 |
SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME`, k.`ORDINAL_POSITION` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'motus_new' /*!50116 AND c.constraint_schema = 'motus_new' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL ORDER BY k.`ORDINAL_POSITION`
Parameters:
[] |
4.34 ms (9.49%) |
1 |
SELECT t0.id AS id_1, t0.is_primary AS is_primary_2, t0.display_order AS display_order_3, t0.description AS description_4, t0.thumb_path AS thumb_path_5, t0.full_image_path AS full_image_path_6, t0.img AS img_7, t0.modified AS modified_8, t0.thumb_name AS thumb_name_9, t0.vehicle_id AS vehicle_id_10 FROM vehicle_image t0 WHERE t0.vehicle_id = ?
Parameters:
[
101349
]
|
2.70 ms (5.90%) |
1 |
SELECT t0.id AS id_1, t0.page AS page_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.image AS image_5, t0.modified AS modified_6, t0.created AS created_7 FROM meta_data t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
4
]
|
2.42 ms (5.28%) |
1 |
SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'motus_new' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
Parameters:
[] |
2.22 ms (4.85%) |
1 |
SELECT t0.id AS id_1, t0.finance_house_id AS finance_house_id_2, t0.date_start AS date_start_3, t0.date_end AS date_end_4, t0.address AS address_5, t0.is_online AS is_online_6, t0.catalogue AS catalogue_7, t0.status AS status_8, t0.api_id AS api_id_9, t0.modified AS modified_10, t0.created AS created_11, t0.csv AS csv_12, t0.bidding_prefix AS bidding_prefix_13, t0.sponsors AS sponsors_14, t0.vehicle_count AS vehicle_count_15 FROM auctions t0 WHERE t0.status = ? LIMIT 1
Parameters:
[
1
]
|
1.59 ms (3.48%) |
1 |
SELECT t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
Parameters:
[] |
1.53 ms (3.34%) |
1 |
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'motus_new' ORDER BY SEQ_IN_INDEX ASC
Parameters:
[] |
1.35 ms (2.95%) |
1 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, lot_no_23 FROM (SELECT a0_.id AS id_0, a0_.modified AS modified_1, a0_.created AS created_2, v1_.id AS id_3, v1_.publication_status AS publication_status_4, v1_.vehicle_status AS vehicle_status_5, v1_.year AS year_6, v1_.make AS make_7, v1_.model AS model_8, v1_.variant AS variant_9, v1_.mileage AS mileage_10, v1_.transmission AS transmission_11, v1_.fuel_type AS fuel_type_12, v1_.colour AS colour_13, v1_.body_type AS body_type_14, v1_.category AS category_15, v1_.primary_colour AS primary_colour_16, v1_.no_of_door AS no_of_door_17, v1_.vin AS vin_18, v1_.stock_number AS stock_number_19, v1_.reg_no AS reg_no_20, v1_.is_csv AS is_csv_21, v1_.modified AS modified_22, v2_.lot_no AS lot_no_23, v2_.mgv AS mgv_24 FROM auction_vehicles a0_ INNER JOIN vehicle v1_ ON a0_.vehicle_id = v1_.id INNER JOIN vehicle_motus_data v2_ ON v1_.id = v2_.vehicle_id WHERE v1_.make IS NOT NULL AND v1_.variant IS NOT NULL AND v1_.reg_no IS NOT NULL AND v1_.mileage IS NOT NULL AND v2_.mgv IS NOT NULL) dctrn_result_inner ORDER BY lot_no_23 ASC) dctrn_result LIMIT 12
Parameters:
[] |
1.15 ms (2.52%) |
4 |
SELECT DATABASE()
Parameters:
[] |
0.58 ms (1.27%) |
1 |
SELECT t0.id AS id_1, t0.notes AS notes_2, t0.lot_no AS lot_no_3, t0.reg_no AS reg_no_4, t0.mgv AS mgv_5, t0.is_featured AS is_featured_6, t0.api_id AS api_id_7, t0.modified AS modified_8, t0.created AS created_9, t0.vehicle_id AS vehicle_id_10 FROM vehicle_motus_data t0 WHERE t0.vehicle_id = ?
Parameters:
[
101349
]
|
0.53 ms (1.16%) |
1 |
SELECT * FROM doctrine_migration_versions
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\MetaData | No errors. |
App\Entity\AuctionVehicles | No errors. |
App\Entity\Auctions | No errors. |
App\Entity\AuctionRegister | No errors. |
App\Entity\Vehicle | No errors. |
App\Entity\VehicleMotusData | No errors. |
App\Entity\VehiclePrice | No errors. |
App\Entity\VehicleImage | No errors. |
App\Entity\VehicleOption | No errors. |
App\Entity\Users | No errors. |