Query Metrics
17
Database Queries
11
Different statements
115.87 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
44.88 ms (38.73%) |
1 |
"COMMIT"
Parameters:
[] |
|
22.34 ms (19.28%) |
6 |
SELECT DATABASE()
Parameters:
[] |
|
13.54 ms (11.68%) |
1 |
"START TRANSACTION"
Parameters:
[] |
|
11.88 ms (10.25%) |
1 |
SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[ "ti" "ti" "doctrine_migration_versions" ] |
|
5.65 ms (4.88%) |
1 |
SELECT t.TABLE_NAME, 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 t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[ "ti" "doctrine_migration_versions" ] |
|
5.61 ms (4.84%) |
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 = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'ti' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "ti" "doctrine_migration_versions" ] |
|
3.84 ms (3.32%) |
1 |
UPDATE product SET favorite = ?, edited_date = ? WHERE id = ?
Parameters:
[ 0 "2026-02-27 12:30:05" 91 ] |
|
3.02 ms (2.61%) |
1 |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
|
2.69 ms (2.32%) |
2 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"ti"
]
|
|
1.22 ms (1.05%) |
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_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[ "ti" "doctrine_migration_versions" ] |
|
1.19 ms (1.03%) |
1 |
SELECT t0.id AS id_1, t0.product_identifier AS product_identifier_2, t0.generic_product_identifier AS generic_product_identifier_3, t0.buy_now_url AS buy_now_url_4, t0.quantity AS quantity_5, t0.description AS description_6, t0.minimum_order_quantity AS minimum_order_quantity_7, t0.standard_pack_quantity AS standard_pack_quantity_8, t0.export_control_classification_number AS export_control_classification_number_9, t0.hts_code AS hts_code_10, t0.pin_count AS pin_count_11, t0.package_type AS package_type_12, t0.package_carrier AS package_carrier_13, t0.custom_reel AS custom_reel_14, t0.life_cycle AS life_cycle_15, t0.favorite AS favorite_16, t0.manufacturer AS manufacturer_17, t0.created_date AS created_date_18, t0.edited_date AS edited_date_19 FROM product t0 WHERE t0.id = ?
Parameters:
[
"91"
]
|
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\Product | No errors. |