1 |
11.70 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.availability AS availability_3, t0.category AS category_4, t0.description AS description_5, t0.image AS image_6, t0.book_online AS book_online_7 FROM instrument t0 WHERE t0.name = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.availability AS availability_3, t0.category AS category_4, t0.description AS description_5, t0.image AS image_6, t0.book_online AS book_online_7 FROM instrument t0 WHERE t0.name = 'Voice' LIMIT 1;
|
2 |
3.46 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.instrument_id AS instrument_id_3 FROM exercise t0 WHERE t0.type = ? LIMIT 1
SELECT t0.id AS id_1, t0.type AS type_2, t0.instrument_id AS instrument_id_3 FROM exercise t0 WHERE t0.type = 'Pitch' LIMIT 1;
|
3 |
0.70 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.mode_id AS mode_id_3 FROM my_key t0 WHERE t0.name = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.mode_id AS mode_id_3 FROM my_key t0 WHERE t0.name = 'D' LIMIT 1;
|
4 |
0.54 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM level t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"Beginner"
]
SELECT t0.id AS id_1, t0.name AS name_2 FROM level t0 WHERE t0.name = 'Beginner' LIMIT 1;
|
5 |
0.84 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.description AS description_3, t0.exercise_id AS exercise_id_4, t0.mykey_id AS mykey_id_5, t0.mode_id AS mode_id_6, t0.level_id AS level_id_7 FROM flash_card t0 WHERE t0.exercise_id = ? AND t0.mykey_id = ? AND t0.level_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.description AS description_3, t0.exercise_id AS exercise_id_4, t0.mykey_id AS mykey_id_5, t0.mode_id AS mode_id_6, t0.level_id AS level_id_7 FROM flash_card t0 WHERE t0.exercise_id = 3 AND t0.mykey_id = 3 AND t0.level_id = 1 ORDER BY t0.id ASC;
|
6 |
10.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"flash_card/index.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'flash_card/index.html.twig' LIMIT 1;
|
7 |
0.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"flash_card/index.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'flash_card/index.html.twig' LIMIT 1;
|
8 |
0.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"base_flash.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'base_flash.html.twig' LIMIT 1;
|
9 |
0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"base_flash.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'base_flash.html.twig' LIMIT 1;
|
10 |
0.66 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM mode t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2 FROM mode t0 WHERE t0.id = 1;
|