2.42 ms (32.05%)
|
13 |
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.spell_id AS spell_id_10, t0.parent_id AS parent_id_11 FROM dnd_spell_entry_block t0 WHERE t0.parent_id = ? ORDER BY t0.sort_order ASC, t0.id ASC
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.spell_id AS spell_id_10, t0.parent_id AS parent_id_11 FROM dnd_spell_entry_block t0 WHERE t0.parent_id = 4357 ORDER BY t0.sort_order ASC, t0.id ASC;
|
1.87 ms (24.82%)
|
1 |
SELECT MIN(d0_.id) AS sclr_0, d0_.name AS name_1, d0_.slug AS slug_2 FROM dnd_spell d0_ WHERE LOWER(d0_.name) > LOWER(?) GROUP BY d0_.name, d0_.slug ORDER BY d0_.name ASC LIMIT 1
Parameters: [
"Bigby's Hand"
]
SELECT MIN(d0_.id) AS sclr_0, d0_.name AS name_1, d0_.slug AS slug_2 FROM dnd_spell d0_ WHERE LOWER(d0_.name) > LOWER('Bigby\'s Hand') GROUP BY d0_.name, d0_.slug ORDER BY d0_.name ASC LIMIT 1;
|
0.79 ms (10.43%)
|
1 |
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_.level AS level_7, d0_.school AS school_8, d0_.is_ritual AS is_ritual_9, d0_.is_concentration AS is_concentration_10, d0_.range_summary AS range_summary_11, d0_.components_summary AS components_summary_12, d0_.duration_summary AS duration_summary_13, d0_.srd AS srd_14, d0_.basic_rules AS basic_rules_15, d0_.srd52 AS srd52_16, d0_.basic_rules_2024 AS basic_rules_2024_17, d0_.has_fluff AS has_fluff_18, d0_.has_fluff_images AS has_fluff_images_19 FROM dnd_spell d0_ WHERE d0_.slug = ? AND UPPER(d0_.source) = ? ORDER BY CASE WHEN d0_.edition = 'one' THEN 0 ELSE 1 END ASC, d0_.source ASC, d0_.id ASC LIMIT 1
Parameters: [
"bigby-s-hand"
"PHB"
]
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_.level AS level_7, d0_.school AS school_8, d0_.is_ritual AS is_ritual_9, d0_.is_concentration AS is_concentration_10, d0_.range_summary AS range_summary_11, d0_.components_summary AS components_summary_12, d0_.duration_summary AS duration_summary_13, d0_.srd AS srd_14, d0_.basic_rules AS basic_rules_15, d0_.srd52 AS srd52_16, d0_.basic_rules_2024 AS basic_rules_2024_17, d0_.has_fluff AS has_fluff_18, d0_.has_fluff_images AS has_fluff_images_19 FROM dnd_spell d0_ WHERE d0_.slug = 'bigby-s-hand' AND UPPER(d0_.source) = 'PHB' ORDER BY CASE WHEN d0_.edition = 'one' THEN 0 ELSE 1 END ASC, d0_.source ASC, d0_.id ASC LIMIT 1;
|
0.70 ms (9.27%)
|
1 |
SELECT MIN(d0_.id) AS sclr_0, d0_.name AS name_1, d0_.slug AS slug_2 FROM dnd_spell d0_ WHERE LOWER(d0_.name) < LOWER(?) GROUP BY d0_.name, d0_.slug ORDER BY d0_.name DESC LIMIT 1
Parameters: [
"Bigby's Hand"
]
SELECT MIN(d0_.id) AS sclr_0, d0_.name AS name_1, d0_.slug AS slug_2 FROM dnd_spell d0_ WHERE LOWER(d0_.name) < LOWER('Bigby\'s Hand') GROUP BY d0_.name, d0_.slug ORDER BY d0_.name DESC LIMIT 1;
|
0.64 ms (8.44%)
|
1 |
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_.level AS level_7, d0_.school AS school_8, d0_.is_ritual AS is_ritual_9, d0_.is_concentration AS is_concentration_10, d0_.range_summary AS range_summary_11, d0_.components_summary AS components_summary_12, d0_.duration_summary AS duration_summary_13, d0_.srd AS srd_14, d0_.basic_rules AS basic_rules_15, d0_.srd52 AS srd52_16, d0_.basic_rules_2024 AS basic_rules_2024_17, d0_.has_fluff AS has_fluff_18, d0_.has_fluff_images AS has_fluff_images_19 FROM dnd_spell d0_ WHERE d0_.slug = ? ORDER BY d0_.source ASC, d0_.page ASC
Parameters: [
"bigby-s-hand"
]
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_.level AS level_7, d0_.school AS school_8, d0_.is_ritual AS is_ritual_9, d0_.is_concentration AS is_concentration_10, d0_.range_summary AS range_summary_11, d0_.components_summary AS components_summary_12, d0_.duration_summary AS duration_summary_13, d0_.srd AS srd_14, d0_.basic_rules AS basic_rules_15, d0_.srd52 AS srd52_16, d0_.basic_rules_2024 AS basic_rules_2024_17, d0_.has_fluff AS has_fluff_18, d0_.has_fluff_images AS has_fluff_images_19 FROM dnd_spell d0_ WHERE d0_.slug = 'bigby-s-hand' ORDER BY d0_.source ASC, d0_.page ASC;
|
0.28 ms (3.77%)
|
1 |
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.spell_id AS spell_id_10, t0.parent_id AS parent_id_11 FROM dnd_spell_entry_block t0 WHERE t0.spell_id = ? ORDER BY t0.sort_order ASC, t0.id ASC
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.spell_id AS spell_id_10, t0.parent_id AS parent_id_11 FROM dnd_spell_entry_block t0 WHERE t0.spell_id = 408 ORDER BY t0.sort_order ASC, t0.id ASC;
|
0.26 ms (3.43%)
|
1 |
SELECT t0.id AS id_1, t0.number AS number_2, t0.unit AS unit_3, t0.raw_text AS raw_text_4, t0.sort_order AS sort_order_5, t0.spell_id AS spell_id_6 FROM dnd_spell_casting_time t0 WHERE t0.spell_id = ? ORDER BY t0.sort_order ASC, t0.id ASC
SELECT t0.id AS id_1, t0.number AS number_2, t0.unit AS unit_3, t0.raw_text AS raw_text_4, t0.sort_order AS sort_order_5, t0.spell_id AS spell_id_6 FROM dnd_spell_casting_time t0 WHERE t0.spell_id = 408 ORDER BY t0.sort_order ASC, t0.id ASC;
|
0.21 ms (2.77%)
|
1 |
SELECT t0.id AS id_1, t0.has_verbal AS has_verbal_2, t0.has_somatic AS has_somatic_3, t0.has_material AS has_material_4, t0.material_text AS material_text_5, t0.spell_id AS spell_id_6 FROM dnd_spell_component t0 WHERE t0.spell_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.has_verbal AS has_verbal_2, t0.has_somatic AS has_somatic_3, t0.has_material AS has_material_4, t0.material_text AS material_text_5, t0.spell_id AS spell_id_6 FROM dnd_spell_component t0 WHERE t0.spell_id = 408 ORDER BY t0.id ASC;
|
0.21 ms (2.76%)
|
1 |
SELECT t0.id AS id_1, t0.tag_group AS tag_group_2, t0.tag_value AS tag_value_3, t0.sort_order AS sort_order_4, t0.spell_id AS spell_id_5 FROM dnd_spell_tag t0 WHERE t0.spell_id = ? ORDER BY t0.tag_group ASC, t0.sort_order ASC, t0.id ASC
SELECT t0.id AS id_1, t0.tag_group AS tag_group_2, t0.tag_value AS tag_value_3, t0.sort_order AS sort_order_4, t0.spell_id AS spell_id_5 FROM dnd_spell_tag t0 WHERE t0.spell_id = 408 ORDER BY t0.tag_group ASC, t0.sort_order ASC, t0.id ASC;
|
0.17 ms (2.26%)
|
1 |
SELECT t0.id AS id_1, t0.scaling_type AS scaling_type_2, t0.label AS label_3, t0.level AS level_4, t0.value_text AS value_text_5, t0.sort_order AS sort_order_6, t0.spell_id AS spell_id_7 FROM dnd_spell_scaling t0 WHERE t0.spell_id = ? ORDER BY t0.sort_order ASC, t0.id ASC
SELECT t0.id AS id_1, t0.scaling_type AS scaling_type_2, t0.label AS label_3, t0.level AS level_4, t0.value_text AS value_text_5, t0.sort_order AS sort_order_6, t0.spell_id AS spell_id_7 FROM dnd_spell_scaling t0 WHERE t0.spell_id = 408 ORDER BY t0.sort_order ASC, t0.id ASC;
|