Query Metrics
5
Database Queries
5
Different statements
2.61 ms
Query time
0
Invalid entities
5
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.56 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_.edition AS edition_6, d0_.category AS category_7, d0_.srd AS srd_8, d0_.basic_rules AS basic_rules_9, d0_.srd52 AS srd52_10, d0_.basic_rules_2024 AS basic_rules_2024_11, d0_.has_fluff AS has_fluff_12, d0_.has_fluff_images AS has_fluff_images_13 FROM dnd_feat d0_ WHERE d0_.slug = ? ORDER BY CASE WHEN d0_.edition = 'one' THEN 0 ELSE 1 END ASC, d0_.source ASC, d0_.id ASC LIMIT 1
Parameters:
[
"gift-of-the-gem-dragon"
]
|
||||||||||||||||||||||||||||||
| 2 | 0.30 ms |
SELECT t0.id AS id_1, t0.block_type AS block_type_2, t0.source_field AS source_field_3, t0.path AS path_4, t0.sort_order AS sort_order_5, t0.title AS title_6, t0.text_content AS text_content_7, t0.caption AS caption_8, t0.json_payload AS json_payload_9, t0.feat_id AS feat_id_10, t0.parent_id AS parent_id_11 FROM dnd_feat_entry_block t0 WHERE t0.feat_id = ?
Parameters:
[
100
]
|
||||||||||||||||||||||||||||||
| 3 | 0.53 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_.edition AS edition_6, d0_.category AS category_7, d0_.srd AS srd_8, d0_.basic_rules AS basic_rules_9, d0_.srd52 AS srd52_10, d0_.basic_rules_2024 AS basic_rules_2024_11, d0_.has_fluff AS has_fluff_12, d0_.has_fluff_images AS has_fluff_images_13 FROM dnd_feat d0_ WHERE d0_.slug = ? ORDER BY d0_.source ASC, d0_.page ASC
Parameters:
[
"gift-of-the-gem-dragon"
]
|
||||||||||||||||||||||||||||||
| 4 | 0.59 ms |
SELECT MIN(d0_.id) AS sclr_0, d0_.name AS name_1, d0_.slug AS slug_2 FROM dnd_feat d0_ WHERE LOWER(d0_.name) < LOWER(?) GROUP BY d0_.name, d0_.slug ORDER BY d0_.name DESC LIMIT 1
Parameters:
[
"Gift of the Gem Dragon"
]
|
||||||||||||||||||||||||||||||
| 5 | 0.63 ms |
SELECT MIN(d0_.id) AS sclr_0, d0_.name AS name_1, d0_.slug AS slug_2 FROM dnd_feat d0_ WHERE LOWER(d0_.name) > LOWER(?) GROUP BY d0_.name, d0_.slug ORDER BY d0_.name ASC LIMIT 1
Parameters:
[
"Gift of the Gem Dragon"
]
|
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\DndFeatEntryBlock | 4 |
| App\Entity\DndFeat | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\DndFeat | No errors. |
| App\Entity\DndFeatAbilityBonus | No errors. |
| App\Entity\DndFeatPrerequisite | No errors. |
| App\Entity\DndFeatProficiency | No errors. |
| App\Entity\DndFeatAdditionalSpell | No errors. |
| App\Entity\DndFeatEntryBlock | No errors. |