Query Metrics
4
Database Queries
3
Different statements
2.27 ms
Query time
0
Invalid entities
7
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.97 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.user_id AS user_id_3, t0.post_date AS post_date_4, t0.description AS description_5, t0.url AS url_6, t0.active AS active_7, t0.link AS link_8, t0.menu AS menu_9 FROM page t0 WHERE t0.active = ? AND t0.menu IN (?, ?) ORDER BY t0.id ASC
Parameters:
[ 1 0 2 ] |
| 2 | 0.44 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.user_id AS user_id_3, t0.post_date AS post_date_4, t0.description AS description_5, t0.url AS url_6, t0.active AS active_7, t0.link AS link_8, t0.menu AS menu_9 FROM page t0 WHERE t0.active = ? AND t0.menu IN (?, ?) ORDER BY t0.id ASC
Parameters:
[ 1 1 2 ] |
| 3 | 0.44 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.user_id AS user_id_3, t0.post_date AS post_date_4, t0.description AS description_5, t0.url AS url_6, t0.active AS active_7 FROM news t0 WHERE t0.url = ? AND t0.active = ? LIMIT 1
Parameters:
[ "czwarty" 1 ] |
| 4 | 0.42 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.username AS username_5, t0.avatar AS avatar_6, t0.money AS money_7, t0.tokens AS tokens_8, t0.experience AS experience_9, t0.level AS level_10, t0.current_location_id AS current_location_id_11, t0.equipped_items AS equipped_items_12, t0.inventory AS inventory_13, t0.fishing_club_id AS fishing_club_id_14, t0.created_at AS created_at_15, t0.mana AS mana_16, t0.mana_updated_at AS mana_updated_at_17 FROM user t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Page | 5 |
| App\Entity\News | 1 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Page | No errors. |
| App\Entity\News | No errors. |
| App\Entity\User | No errors. |