GET https://www.arrowscauldron.com/compendium/languages/untheric?source=SCAG

Query Metrics

4 Database Queries
4 Different statements
1.37 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.43 ms
SELECT d0_.id AS id_0, d0_.source_key AS source_key_1, d0_.name AS name_2, d0_.slug AS slug_3, d0_.source AS source_4, d0_.page AS page_5, d0_.type AS type_6, d0_.script AS script_7, d0_.typical_speakers AS typical_speakers_8, d0_.srd AS srd_9 FROM dnd_language d0_ WHERE d0_.slug = ? AND UPPER(d0_.source) = ? ORDER BY d0_.source ASC, d0_.id ASC LIMIT 1
Parameters:
[
  "untheric"
  "SCAG"
]
2 0.24 ms
SELECT d0_.id AS id_0, d0_.source_key AS source_key_1, d0_.name AS name_2, d0_.slug AS slug_3, d0_.source AS source_4, d0_.page AS page_5, d0_.type AS type_6, d0_.script AS script_7, d0_.typical_speakers AS typical_speakers_8, d0_.srd AS srd_9 FROM dnd_language d0_ WHERE d0_.slug = ? ORDER BY d0_.source ASC, d0_.page ASC
Parameters:
[
  "untheric"
]
3 0.43 ms
SELECT MIN(d0_.id) AS sclr_0, d0_.name AS name_1, d0_.slug AS slug_2 FROM dnd_language d0_ WHERE LOWER(d0_.name) < LOWER(?) GROUP BY d0_.name, d0_.slug ORDER BY d0_.name DESC LIMIT 1
Parameters:
[
  "Untheric"
]
4 0.27 ms
SELECT MIN(d0_.id) AS sclr_0, d0_.name AS name_1, d0_.slug AS slug_2 FROM dnd_language d0_ WHERE LOWER(d0_.name) > LOWER(?) GROUP BY d0_.name, d0_.slug ORDER BY d0_.name ASC LIMIT 1
Parameters:
[
  "Untheric"
]

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\DndLanguage 2

Entities Mapping

Class Mapping errors
App\Entity\DndLanguage No errors.