Query Metrics
27
Database Queries
13
Different statements
31.78 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.96 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.email AS email_7, t0.mobile AS mobile_8, t0.phone AS phone_9, t0.profile_picture AS profile_picture_10, t0.shiftbase_identification AS shiftbase_identification_11, t0.default_office_calendar AS default_office_calendar_12, t0.default_office_category AS default_office_category_13, t0.counter_display_mode AS counter_display_mode_14, t0.create_date AS create_date_15, t0.modify_date AS modify_date_16, t0.is_deleted AS is_deleted_17, t0.enable_call_notifications AS enable_call_notifications_18, t0.enable_call_end_notifications AS enable_call_end_notifications_19, t0.is_api_user AS is_api_user_20, t0.allowed_ip_addresses AS allowed_ip_addresses_21, t0.created_by_user_id AS created_by_user_id_22, t0.modified_by_user_id AS modified_by_user_id_23 FROM user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 2 | 0.87 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.upload AS upload_4, t0.description AS description_5 FROM environment_parameter t0
Parameters:
[] |
| 3 | 0.67 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.upload AS upload_4, t0.description AS description_5 FROM environment_parameter t0
Parameters:
[] |
| 4 | 0.88 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.upload AS upload_4, t0.description AS description_5 FROM environment_parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"module_order_delivery_info"
]
|
| 5 | 0.67 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.upload AS upload_4, t0.description AS description_5 FROM environment_parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"module_sales_lead"
]
|
| 6 | 0.50 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.upload AS upload_4, t0.description AS description_5 FROM environment_parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"module_ticket"
]
|
| 7 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.upload AS upload_4, t0.description AS description_5 FROM environment_parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"module_chatbot"
]
|
| 8 | 0.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.upload AS upload_4, t0.description AS description_5 FROM environment_parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"module_shopify"
]
|
| 9 | 0.36 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.upload AS upload_4, t0.description AS description_5 FROM environment_parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"module_delivery_capacity"
]
|
| 10 | 0.43 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.upload AS upload_4, t0.description AS description_5 FROM environment_parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"module_addresscheck"
]
|
| 11 | 0.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.upload AS upload_4, t0.description AS description_5 FROM environment_parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"module_transport_calculation"
]
|
| 12 | 1.22 ms |
SELECT COUNT(s0_.id) AS sclr_0 FROM sales_lead s0_ LEFT JOIN sales_lead_log s1_ ON s0_.id = s1_.sales_lead_id LEFT JOIN sales_lead_log s2_ ON s0_.id = s2_.sales_lead_id AND (s0_.id = s2_.sales_lead_id AND s1_.id < s2_.id AND s2_.is_deleted = 0) WHERE s2_.id IS NULL AND s0_.is_deleted = 0 AND s0_.lead_responsible_id = ? AND ((s1_.is_deleted = 0 AND s1_.is_finished = 0) OR s1_.id IS NULL)
Parameters:
[
1
]
|
| 13 | 0.62 ms |
SELECT DATABASE()
Parameters:
[] |
| 14 | 3.16 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"outdoorgigant_dev"
]
|
| 15 | 0.53 ms |
SELECT DATABASE()
Parameters:
[] |
| 16 | 3.06 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"outdoorgigant_dev"
]
|
| 17 | 0.52 ms |
SELECT DATABASE()
Parameters:
[] |
| 18 | 1.88 ms |
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:
[ "outdoorgigant_dev" "doctrine_migration_versions" ] |
| 19 | 0.59 ms |
SELECT DATABASE()
Parameters:
[] |
| 20 | 3.65 ms |
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 = 'outdoorgigant_dev' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "outdoorgigant_dev" "doctrine_migration_versions" ] |
| 21 | 2.85 ms |
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:
[ "outdoorgigant_dev" "outdoorgigant_dev" "doctrine_migration_versions" ] |
| 22 | 0.56 ms |
SELECT DATABASE()
Parameters:
[] |
| 23 | 1.55 ms |
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:
[ "outdoorgigant_dev" "doctrine_migration_versions" ] |
| 24 | 0.68 ms |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
| 25 | 0.56 ms |
SELECT DATABASE()
Parameters:
[] |
| 26 | 1.93 ms |
SELECT COUNT(t0_.id) AS sclr_0 FROM task t0_ INNER JOIN task_log t1_ ON t0_.id = t1_.task_id LEFT JOIN task_log t2_ ON t0_.id = t2_.task_id AND (t0_.id = t2_.task_id AND t1_.id < t2_.id AND t1_.is_deleted = 0) WHERE t2_.id IS NULL AND t0_.is_deleted = 0 AND t1_.is_finished = 0 AND t1_.task_holder_id = ? ORDER BY t1_.due_date ASC
Parameters:
[
1
]
|
| 27 | 1.86 ms |
SELECT COUNT(t0_.id) AS sclr_0 FROM task t0_ INNER JOIN task_log t1_ ON t0_.id = t1_.task_id LEFT JOIN task_log t2_ ON t0_.id = t2_.task_id AND (t0_.id = t2_.task_id AND t1_.id < t2_.id AND t1_.is_deleted = 0) WHERE t2_.id IS NULL AND t0_.is_deleted = 0 AND t1_.is_finished = 0 AND t1_.due_date IS NOT NULL AND t1_.due_date < ? AND t1_.task_holder_id = ?
Parameters:
[ "2026-04-19 00:00:00" 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.