Query Metrics
4
Database Queries
4
Different statements
65.27 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 2.14 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM user u0_
Parameters:
[] |
2 | 1.81 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM user u0_ WHERE u0_.subscription_date IS NOT NULL
Parameters:
[] |
3 | 0.35 ms |
SELECT COUNT(g0_.id) AS sclr_0 FROM game g0_ WHERE g0_.published_at < CURRENT_TIMESTAMP
Parameters:
[] |
4 | 60.96 ms |
SELECT COUNT(w0_.id) AS sclr_0 FROM word w0_ LEFT JOIN game_word g1_ ON w0_.id = g1_.word_id LEFT JOIN game_sound g2_ ON g1_.sound_id = g2_.id LEFT JOIN game g3_ ON g2_.game_id = g3_.id WHERE g3_.published_at < CURRENT_TIMESTAMP GROUP BY w0_.id
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\User | No errors. |
App\Entity\Game | No errors. |
App\Entity\Word | No errors. |
App\Entity\GameWord | No errors. |
App\Entity\GameSound | No errors. |