Query Metrics
14
Database Queries
8
Different statements
7.77 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.72 ms (22.17%) |
1 |
SELECT c.COLUMN_NAME AS field, IF( c.COLUMN_TYPE = 'longtext' AND EXISTS( SELECT * from information_schema.CHECK_CONSTRAINTS i_c WHERE i_c.CONSTRAINT_SCHEMA = 'cgenial_sandbox' AND i_c.TABLE_NAME = c.TABLE_NAME AND i_c.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:
[ "cgenial_sandbox" "cgenial_sandbox" "migration_versions" ] |
|
1.70 ms (21.85%) |
2 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"cgenial_sandbox"
]
|
|
1.22 ms (15.76%) |
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:
[ "cgenial_sandbox" "migration_versions" ] |
|
1.12 ms (14.37%) |
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 = 'cgenial_sandbox' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "cgenial_sandbox" "migration_versions" ] |
|
0.85 ms (11.00%) |
6 |
SELECT DATABASE()
Parameters:
[] |
|
0.82 ms (10.53%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.activity_area_more AS activity_area_more_4, t0.head_office_address AS head_office_address_5, t0.head_office_zipcode AS head_office_zipcode_6, t0.head_office_city AS head_office_city_7, t0.head_office_country AS head_office_country_8, t0.nb_employees AS nb_employees_9, t0.logo AS logo_10, t0.website_url AS website_url_11, t0.perimeter AS perimeter_12, t0.skills AS skills_13, t0.partner AS partner_14, t0.partner_itdlc AS partner_itdlc_15, t0.partner_pee AS partner_pee_16, t0.partner_foundation AS partner_foundation_17, t0.slug AS slug_18, t0.max_published_pee AS max_published_pee_19, t0.count_pee_subscription_came AS count_pee_subscription_came_20, t0.count_speaker AS count_speaker_21, t0.count_available_speakers AS count_available_speakers_22, t0.count_itdlc_archived AS count_itdlc_archived_23, t0.count_itdlc_aborted_by_speaker AS count_itdlc_aborted_by_speaker_24, t0.count_itdlc_archived_children AS count_itdlc_archived_children_25, t0.count_company_location AS count_company_location_26, t0.company_idv1 AS company_idv1_27, t0.other_activity_area AS other_activity_area_28, t0.created_at AS created_at_29, t0.updated_at AS updated_at_30, t0.idv1 AS idv1_31, t0.comment AS comment_32, t0.activity_area_id AS activity_area_id_33, t0.academy_id AS academy_id_34, t0.corporation_id AS corporation_id_35, t0.created_by AS created_by_36, t0.updated_by AS updated_by_37 FROM company t0 WHERE t0.id = ? AND t0.status = ? AND t0.partner = ? LIMIT 1
Parameters:
[ 18 "published" 1 ] |
|
0.20 ms (2.61%) |
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:
[ "cgenial_sandbox" "migration_versions" ] |
|
0.13 ms (1.71%) |
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|