Query Metrics
14
Database Queries
8
Different statements
20.47 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.60 ms (22.50%) |
6 |
SELECT DATABASE()
Parameters:
[] |
|
4.14 ms (20.21%) |
2 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"partdbdev"
]
|
|
4.09 ms (20.00%) |
1 |
SELECT c.COLUMN_NAME AS field, IF( c.COLUMN_TYPE = 'longtext' AND EXISTS( SELECT * from information_schema.CHECK_CONSTRAINTS WHERE CONSTRAINT_SCHEMA = 'partdbdev' AND TABLE_NAME = c.TABLE_NAME AND CHECK_CLAUSE = CONCAT( 'json_valid(`', c.COLUMN_NAME, '`)' ) ), 'json', 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:
[ "partdbdev" "partdbdev" "migration_versions" ] |
|
2.11 ms (10.33%) |
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 = 'partdbdev' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "partdbdev" "migration_versions" ] |
|
1.70 ms (8.32%) |
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:
[ "partdbdev" "migration_versions" ] |
|
1.47 ms (7.19%) |
1 |
SELECT t0.id AS id_1, t0.last_modified AS last_modified_2, t0.datetime_added AS datetime_added_3, t0.disabled AS disabled_4, t0.config_theme AS config_theme_5, t0.pw_reset_token AS pw_reset_token_6, t0.config_instock_comment_a AS config_instock_comment_a_7, t0.config_instock_comment_w AS config_instock_comment_w_8, t0.about_me AS about_me_9, t0.trusted_device_cookie_version AS trusted_device_cookie_version_10, t0.backup_codes AS backup_codes_11, t0.google_authenticator_secret AS google_authenticator_secret_12, t0.config_timezone AS config_timezone_13, t0.config_language AS config_language_14, t0.email AS email_15, t0.show_email_on_profile AS show_email_on_profile_16, t0.department AS department_17, t0.last_name AS last_name_18, t0.first_name AS first_name_19, t0.need_pw_change AS need_pw_change_20, t0.password AS password_21, t0.settings AS settings_22, t0.backup_codes_generation_date AS backup_codes_generation_date_23, t0.pw_reset_expires AS pw_reset_expires_24, t0.saml_user AS saml_user_25, t0.name AS name_26, t0.permissions_data AS permissions_data_27, t0.group_id AS group_id_28, t0.id_preview_attachment AS id_preview_attachment_29, t0.currency_id AS currency_id_30 FROM `users` t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
1
]
|
|
1.30 ms (6.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_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[ "partdbdev" "migration_versions" ] |
|
1.05 ms (5.12%) |
1 |
SELECT * FROM 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.