0.23 ms (27.35%)
3
SELECT t0 . id AS id_1 , t0 . mandatory AS mandatory_2 , t0 . module_id AS module_id_3 , t0 . product_id AS product_id_4 , t0 . periode_id AS periode_id_5 FROM module_product t0 WHERE t0 . module_id = ?
SELECT t0 . id AS id_1 , t0 . mandatory AS mandatory_2 , t0 . module_id AS module_id_3 , t0 . product_id AS product_id_4 , t0 . periode_id AS periode_id_5 FROM module_product t0 WHERE t0 . module_id = 1 ;
Copy
0.20 ms (23.00%)
1
SELECT s0_ . id AS id_0 , s0_ . name AS name_1 , s0_ . slug AS slug_2 , s0_ . description AS description_3 , s0_ . image_name AS image_name_4 , s0_ . image_size AS image_size_5 , s0_ . image_dark_name AS image_dark_name_6 , s0_ . image_dark_size AS image_dark_size_7 , s0_ . active AS active_8 , s0_ . position AS position_9 , s0_ . roles_hide AS roles_hide_10 , s0_ . created_at AS created_at_11 , s0_ . updated_at AS updated_at_12 FROM site s0_ WHERE s0_ . active = ? ORDER BY s0_ . position ASC
SELECT s0_ . id AS id_0 , s0_ . name AS name_1 , s0_ . slug AS slug_2 , s0_ . description AS description_3 , s0_ . image_name AS image_name_4 , s0_ . image_size AS image_size_5 , s0_ . image_dark_name AS image_dark_name_6 , s0_ . image_dark_size AS image_dark_size_7 , s0_ . active AS active_8 , s0_ . position AS position_9 , s0_ . roles_hide AS roles_hide_10 , s0_ . created_at AS created_at_11 , s0_ . updated_at AS updated_at_12 FROM site s0_ WHERE s0_ . active = 1 ORDER BY s0_ . position ASC ;
Copy
0.16 ms (19.45%)
1
SELECT DISTINCT m0_ . id AS id_0 , m0_ . image AS image_1 FROM module m0_ ORDER BY m0_ . image DESC LIMIT 20
SELECT DISTINCT m0_ . id AS id_0 , m0_ . image AS image_1 FROM module m0_ ORDER BY m0_ . image DESC LIMIT 20 ;
Copy
0.10 ms (12.03%)
1
SELECT m0_ . id AS id_0 , m0_ . name AS name_1 , m0_ . image AS image_2 , m0_ . image_size AS image_size_3 , m0_ . created_at AS created_at_4 , m0_ . updated_at AS updated_at_5 FROM module m0_ WHERE m0_ . id IN (? , ? , ? ) ORDER BY m0_ . image DESC
SELECT m0_ . id AS id_0 , m0_ . name AS name_1 , m0_ . image AS image_2 , m0_ . image_size AS image_size_3 , m0_ . created_at AS created_at_4 , m0_ . updated_at AS updated_at_5 FROM module m0_ WHERE m0_ . id IN (1 , 2 , 3 ) ORDER BY m0_ . image DESC ;
Copy
0.10 ms (11.33%)
1
SELECT s0_ . id AS id_0 , s0_ . name AS name_1 , s0_ . slug AS slug_2 , s0_ . description AS description_3 , s0_ . image_name AS image_name_4 , s0_ . image_size AS image_size_5 , s0_ . image_dark_name AS image_dark_name_6 , s0_ . image_dark_size AS image_dark_size_7 , s0_ . active AS active_8 , s0_ . position AS position_9 , s0_ . roles_hide AS roles_hide_10 , s0_ . created_at AS created_at_11 , s0_ . updated_at AS updated_at_12 FROM site s0_ ORDER BY s0_ . position ASC
SELECT s0_ . id AS id_0 , s0_ . name AS name_1 , s0_ . slug AS slug_2 , s0_ . description AS description_3 , s0_ . image_name AS image_name_4 , s0_ . image_size AS image_size_5 , s0_ . image_dark_name AS image_dark_name_6 , s0_ . image_dark_size AS image_dark_size_7 , s0_ . active AS active_8 , s0_ . position AS position_9 , s0_ . roles_hide AS roles_hide_10 , s0_ . created_at AS created_at_11 , s0_ . updated_at AS updated_at_12 FROM site s0_ ORDER BY s0_ . position ASC ;
Copy
0.06 ms (6.83%)
1
SELECT count (* ) AS sclr_0 FROM module m0_
SELECT count (* ) AS sclr_0 FROM module m0_ ;
Copy