Query Metrics
19
Database Queries
12
Different statements
7.06 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.34 ms |
SELECT p0_.id AS id_0, p0_.starts_at AS starts_at_1, p0_.template_id AS template_id_2, p0_.venue_id AS venue_id_3, p0_.moderator_id AS moderator_id_4, p0_.season_id AS season_id_5, p0_.invoice_id AS invoice_id_6 FROM pub_quiz p0_ ORDER BY p0_.starts_at ASC
Parameters:
[] |
| 2 | 0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3 FROM city t0
Parameters:
[] |
| 3 | 0.24 ms |
SELECT t0.id AS id_1, t0.address AS address_2, t0.website AS website_3, t0.name AS name_4, t0.is_deleted AS is_deleted_5, t0.is_visible AS is_visible_6, t0.city_id AS city_id_7 FROM venue t0
Parameters:
[] |
| 4 | 0.32 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.display_name AS display_name_5, t0.last_logged_in AS last_logged_in_6, t0.language AS language_7, t0.credit AS credit_8, t0.entry_hash AS entry_hash_9, t0.reset_hash AS reset_hash_10, t0.reset_hash_date AS reset_hash_date_11 FROM user t0
Parameters:
[] |
| 5 | 0.17 ms |
SELECT DATABASE()
Parameters:
[] |
| 6 | 0.84 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"pubquiz"
]
|
| 7 | 0.11 ms |
SELECT DATABASE()
Parameters:
[] |
| 8 | 0.69 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"pubquiz"
]
|
| 9 | 0.12 ms |
SELECT DATABASE()
Parameters:
[] |
| 10 | 0.68 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:
[ "pubquiz" "doctrine_migration_versions" ] |
| 11 | 0.08 ms |
SELECT DATABASE()
Parameters:
[] |
| 12 | 0.79 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 = 'pubquiz' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "pubquiz" "doctrine_migration_versions" ] |
| 13 | 1.11 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:
[ "pubquiz" "pubquiz" "doctrine_migration_versions" ] |
| 14 | 0.12 ms |
SELECT DATABASE()
Parameters:
[] |
| 15 | 0.58 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:
[ "pubquiz" "doctrine_migration_versions" ] |
| 16 | 0.12 ms |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
| 17 | 0.12 ms |
SELECT DATABASE()
Parameters:
[] |
| 18 | 0.21 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.available_from AS available_from_3, t0.available_to AS available_to_4, t0.language AS language_5, t0.current_state AS current_state_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM quiz_template t0 WHERE t0.id = ?
Parameters:
[
211
]
|
| 19 | 0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.available_from AS available_from_3, t0.available_to AS available_to_4, t0.language AS language_5, t0.current_state AS current_state_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM quiz_template t0 WHERE t0.id = ?
Parameters:
[
202
]
|
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\PubQuiz | No errors. |
| App\Entity\QuizTemplate | No errors. |
| App\Entity\Venue | No errors. |
| App\Entity\User | No errors. |
| App\Entity\QuizSeason | No errors. |
| App\Entity\Invoice | No errors. |
| App\Entity\Reservation | No errors. |
| App\Entity\City | No errors. |
| App\Entity\VenueTable | No errors. |
| App\Entity\OnlineQuiz | No errors. |
| App\Entity\TeamUser | No errors. |
| App\Entity\Round | No errors. |
| App\Entity\Team | No errors. |