GET https://georges-henri.wecodx.com/en

Query Metrics

8 Database Queries
4 Different statements
3.18 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.70 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.emoji AS emoji_4 FROM language t0 WHERE t0.symbol = ? LIMIT 1
Parameters:
[
  "en"
]
2 0.51 ms
SELECT o0_.id AS id_0, o0_.death_date AS death_date_1, o0_.created_at AS created_at_2, o0_.visible AS visible_3, o0_.deleted AS deleted_4, o0_.birth_date AS birth_date_5, o0_.deleted_at AS deleted_at_6, o0_.first_name AS first_name_7, o0_.last_name AS last_name_8, o0_.photo_name AS photo_name_9, o0_.created_by_id AS created_by_id_10, o0_.deleted_by_id AS deleted_by_id_11, o0_.title_id AS title_id_12 FROM obituary o0_ WHERE o0_.deleted = 0 AND o0_.visible = 1 ORDER BY o0_.death_date DESC LIMIT 3
Parameters:
[]
3 0.55 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.title_id AS title_id_3, t0.language_id AS language_id_4 FROM title_translation t0 WHERE t0.language_id = ? AND t0.title_id = ? LIMIT 1
Parameters:
[
  3
  4
]
4 0.34 ms
SELECT t0.id AS id_1, t0.description AS description_2, t0.pdf_file_name AS pdf_file_name_3, t0.obituary_id AS obituary_id_4, t0.language_id AS language_id_5 FROM obituary_translation t0 WHERE t0.language_id = ? AND t0.obituary_id = ? LIMIT 1
Parameters:
[
  3
  12
]
5 0.24 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.title_id AS title_id_3, t0.language_id AS language_id_4 FROM title_translation t0 WHERE t0.language_id = ? AND t0.title_id = ? LIMIT 1
Parameters:
[
  3
  11
]
6 0.24 ms
SELECT t0.id AS id_1, t0.description AS description_2, t0.pdf_file_name AS pdf_file_name_3, t0.obituary_id AS obituary_id_4, t0.language_id AS language_id_5 FROM obituary_translation t0 WHERE t0.language_id = ? AND t0.obituary_id = ? LIMIT 1
Parameters:
[
  3
  3
]
7 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.title_id AS title_id_3, t0.language_id AS language_id_4 FROM title_translation t0 WHERE t0.language_id = ? AND t0.title_id = ? LIMIT 1
Parameters:
[
  3
  1
]
8 0.34 ms
SELECT t0.id AS id_1, t0.description AS description_2, t0.pdf_file_name AS pdf_file_name_3, t0.obituary_id AS obituary_id_4, t0.language_id AS language_id_5 FROM obituary_translation t0 WHERE t0.language_id = ? AND t0.obituary_id = ? LIMIT 1
Parameters:
[
  3
  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.

Entities Mapping

Class Mapping errors
App\Entity\Language No errors.
App\Entity\ObituaryTranslation No errors.
App\Entity\TitleTranslation No errors.
App\Entity\Obituary No errors.
App\Entity\User No errors.
App\Entity\Title No errors.
App\Entity\Condolence No errors.
App\Entity\BouquetRequest
  • The association App\Entity\BouquetRequest#bouquetColor refers to the inverse side field App\Entity\BouquetColor#cardText which does not exist.