GET https://lapausequiz.fr/?keyword=3

Query Metrics

4 Database Queries
4 Different statements
0.45 ms Query time
0 Invalid entities
8 Managed entities

Queries

Group similar statements

# Time Info
1 0.15 ms
SELECT v0_.id AS id_0, v0_.title AS title_1, v0_.youtube_id AS youtube_id_2, v0_.description AS description_3, v0_.published_at AS published_at_4, v0_.category_id AS category_id_5 FROM video v0_ INNER JOIN video_keyword v2_ ON v0_.id = v2_.video_id INNER JOIN keyword k1_ ON k1_.id = v2_.keyword_id WHERE k1_.id = ? ORDER BY v0_.published_at DESC
Parameters:
[
  "3"
]
2 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0
Parameters:
[]
3 0.09 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM keyword t0
Parameters:
[]
4 0.09 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM keyword t0 INNER JOIN video_keyword ON t0.id = video_keyword.keyword_id WHERE video_keyword.video_id = ?
Parameters:
[
  4
]

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\Keyword 4
App\Entity\Category 3
App\Entity\Video 1

Entities Mapping

Class Mapping errors
App\Entity\Video No errors.
App\Entity\Keyword No errors.
App\Entity\Category No errors.