Query Metrics
4
Database Queries
4
Different statements
64.84 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
60.81 ms (93.79%) |
1 |
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:
[] |
2.16 ms (3.33%) |
1 |
SELECT COUNT(u0_.id) AS sclr_0 FROM user u0_
Parameters:
[] |
1.52 ms (2.34%) |
1 |
SELECT COUNT(u0_.id) AS sclr_0 FROM user u0_ WHERE u0_.subscription_date IS NOT NULL
Parameters:
[] |
0.35 ms (0.54%) |
1 |
SELECT COUNT(g0_.id) AS sclr_0 FROM game g0_ WHERE g0_.published_at < CURRENT_TIMESTAMP
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. |