Query Metrics
51
Database Queries
13
Different statements
33.12 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
9.57 ms (28.90%) |
22 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.maternel AS maternel_4 FROM class_level t0 INNER JOIN school_activity_class_level ON t0.id = school_activity_class_level.class_level_id WHERE school_activity_class_level.school_activity_id = ?
Parameters:
[
1
]
|
|
7.71 ms (23.28%) |
1 |
SELECT s0_.id AS id_0, s0_.duration AS duration_1, s0_.periodes AS periodes_2, s0_.primary_time_animation AS primary_time_animation_3, s0_.maternel_time_animation AS maternel_time_animation_4, s0_.date_end AS date_end_5, s0_.normal_price AS normal_price_6, s0_.jette_price AS jette_price_7, s0_.date_jette_register_start AS date_jette_register_start_8, s0_.date_jette_register_end AS date_jette_register_end_9, a1_.id AS id_10, a1_.title AS title_11, a1_.slug AS slug_12, a1_.description AS description_13, a1_.date_start AS date_start_14, a1_.date_end AS date_end_15, a1_.date_register_start AS date_register_start_16, a1_.date_register_end AS date_register_end_17, a1_.note AS note_18, a1_.created_at AS created_at_19, a1_.updated_at AS updated_at_20, s0_.activity_id AS activity_id_21, s0_.theme_id AS theme_id_22 FROM school_activity s0_ INNER JOIN activity a1_ ON s0_.activity_id = a1_.id WHERE a1_.id = s0_.activity_id
Parameters:
[] |
|
3.65 ms (11.03%) |
12 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.slug AS slug_4, t0.content AS content_5, t0.online AS online_6, t0.position AS position_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.parent_id AS parent_id_10 FROM page t0 WHERE t0.parent_id = ?
Parameters:
[
12
]
|
|
2.43 ms (7.35%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.slug AS slug_4, t0.content AS content_5, t0.online AS online_6, t0.position AS position_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.parent_id AS parent_id_10 FROM page t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"ecoles"
]
|
|
2.26 ms (6.84%) |
3 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM theme t0 WHERE t0.id = ?
Parameters:
[
9
]
|
|
1.87 ms (5.65%) |
2 |
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[] |
|
1.13 ms (3.40%) |
1 |
SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!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_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'timeweochristina' /*!50116 AND c.CONSTRAINT_SCHEMA = 'timeweochristina' */ORDER BY k.ORDINAL_POSITION
Parameters:
[] |
|
1.07 ms (3.22%) |
4 |
SELECT DATABASE()
Parameters:
[] |
|
0.89 ms (2.67%) |
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:
[] |
|
0.79 ms (2.38%) |
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 = 'timeweochristina' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
Parameters:
[] |
|
0.72 ms (2.16%) |
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 = 'timeweochristina' ORDER BY SEQ_IN_INDEX ASC
Parameters:
[] |
|
0.69 ms (2.09%) |
1 |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.subtitle AS subtitle_2, p0_.slug AS slug_3, p0_.content AS content_4, p0_.online AS online_5, p0_.position AS position_6, p0_.created_at AS created_at_7, p0_.updated_at AS updated_at_8, p0_.parent_id AS parent_id_9 FROM page p0_ WHERE p0_.online = 1 ORDER BY p0_.position ASC
Parameters:
[] |
|
0.34 ms (1.02%) |
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\Page | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Media | No errors. |
| App\Entity\SchoolActivity | No errors. |
| App\Entity\Activity | No errors. |
| App\Entity\Theme | No errors. |
| App\Entity\ClassLevel | No errors. |
| App\Entity\SchoolRegistration | No errors. |
| App\Entity\SchoolClass | No errors. |