GET http://preprod2.speakyplanet.fr/de/home_header

Query Metrics

4 Database Queries
4 Different statements
63.97 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.37 ms
SELECT COUNT(u0_.id) AS sclr_0 FROM user u0_
Parameters:
[]
2 2.34 ms
SELECT COUNT(u0_.id) AS sclr_0 FROM user u0_ WHERE u0_.subscription_date IS NOT NULL
Parameters:
[]
3 0.37 ms
SELECT COUNT(g0_.id) AS sclr_0 FROM game g0_ WHERE g0_.published_at < CURRENT_TIMESTAMP
Parameters:
[]
4 59.89 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.