27.73 ms (51.62%)
|
85 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.filename AS filename_4, t0.aquapark_id AS aquapark_id_5, t0.equipment_type_id AS equipment_type_id_6, t0.asset_id AS asset_id_7, t0.classification_id AS classification_id_8 FROM document t0 WHERE t0.asset_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.filename AS filename_4, t0.aquapark_id AS aquapark_id_5, t0.equipment_type_id AS equipment_type_id_6, t0.asset_id AS asset_id_7, t0.classification_id AS classification_id_8 FROM document t0 WHERE t0.asset_id = 3;
|
16.54 ms (30.78%)
|
40 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.filename AS filename_4, t0.aquapark_id AS aquapark_id_5, t0.equipment_type_id AS equipment_type_id_6, t0.asset_id AS asset_id_7, t0.classification_id AS classification_id_8 FROM document t0 WHERE t0.equipment_type_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.filename AS filename_4, t0.aquapark_id AS aquapark_id_5, t0.equipment_type_id AS equipment_type_id_6, t0.asset_id AS asset_id_7, t0.classification_id AS classification_id_8 FROM document t0 WHERE t0.equipment_type_id = 1;
|
3.29 ms (6.13%)
|
7 |
SELECT t0.id AS id_1, t0.family AS family_2, t0.code AS code_3, t0.label AS label_4, t0.position AS position_5, t0.active AS active_6, t0.guest_visible AS guest_visible_7 FROM classification t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.family AS family_2, t0.code AS code_3, t0.label AS label_4, t0.position AS position_5, t0.active AS active_6, t0.guest_visible AS guest_visible_7 FROM classification t0 WHERE t0.id = 9;
|
1.93 ms (3.58%)
|
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.type AS type_4, t0.model AS model_5, t0.catalog_price AS catalog_price_6, t0.image AS image_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.classification_id AS classification_id_10, t0.manufacturer_id AS manufacturer_id_11 FROM equipment_type t0 INNER JOIN aquapark_equipment_type ON t0.id = aquapark_equipment_type.equipment_type_id WHERE aquapark_equipment_type.aquapark_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.type AS type_4, t0.model AS model_5, t0.catalog_price AS catalog_price_6, t0.image AS image_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.classification_id AS classification_id_10, t0.manufacturer_id AS manufacturer_id_11 FROM equipment_type t0 INNER JOIN aquapark_equipment_type ON t0.id = aquapark_equipment_type.equipment_type_id WHERE aquapark_equipment_type.aquapark_id = 1;
|
1.31 ms (2.44%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.guest_code AS guest_code_4, t0.guest_code_display AS guest_code_display_5, t0.map_image AS map_image_6, t0.logo AS logo_7, t0.plan_pdf AS plan_pdf_8, t0.boaz_create_url AS boaz_create_url_9, t0.video_url AS video_url_10 FROM aquapark t0 INNER JOIN aquapark_user ON t0.id = aquapark_user.aquapark_id WHERE aquapark_user.user_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.guest_code AS guest_code_4, t0.guest_code_display AS guest_code_display_5, t0.map_image AS map_image_6, t0.logo AS logo_7, t0.plan_pdf AS plan_pdf_8, t0.boaz_create_url AS boaz_create_url_9, t0.video_url AS video_url_10 FROM aquapark t0 INNER JOIN aquapark_user ON t0.id = aquapark_user.aquapark_id WHERE aquapark_user.user_id = 1;
|
1.17 ms (2.18%)
|
2 |
SELECT t0.id AS id_1, t0.reference AS reference_2, t0.status AS status_3, t0.client_price AS client_price_4, t0.purchase_date AS purchase_date_5, t0.comment AS comment_6, t0.updated_at AS updated_at_7, t0.equipment_type_id AS equipment_type_id_8, t0.aquapark_id AS aquapark_id_9, t0.status_classification_id AS status_classification_id_10 FROM asset t0 WHERE t0.aquapark_id = ?
SELECT t0.id AS id_1, t0.reference AS reference_2, t0.status AS status_3, t0.client_price AS client_price_4, t0.purchase_date AS purchase_date_5, t0.comment AS comment_6, t0.updated_at AS updated_at_7, t0.equipment_type_id AS equipment_type_id_8, t0.aquapark_id AS aquapark_id_9, t0.status_classification_id AS status_classification_id_10 FROM asset t0 WHERE t0.aquapark_id = 1;
|
0.91 ms (1.70%)
|
2 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM manufacturer t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2 FROM manufacturer t0 WHERE t0.id = 1;
|
0.85 ms (1.58%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.active AS active_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters: [
"eric@caravanemedia.com"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.active AS active_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM user t0 WHERE t0.email = 'eric@caravanemedia.com' LIMIT 1;
|