https://lod-backend.dev.lightbulb.lu/

Query Metrics

3 Database Queries
3 Different statements
2.70 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.28 ms
(47.50%)
1
SELECT p0_.id AS id_0, p0_.app_name AS app_name_1, p0_.slug AS slug_2 FROM pages p0_ WHERE p0_.slug = ?
Parameters:
[
  "home"
]
0.93 ms
(34.41%)
1
SELECT t0.title AS title_1, t0.description AS description_2, t0.content AS content_3, t0.language_id AS language_id_4, t0.translatable_id AS translatable_id_5 FROM pages_translations t0 WHERE t0.translatable_id = ?
Parameters:
[
  4
]
0.49 ms
(18.09%)
1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3 FROM languages t0 WHERE t0.id = ?
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.

Entities Mapping

Class Mapping errors
App\Entity\Page No errors.
App\Entity\PageTranslation No errors.
App\Entity\Language No errors.