0.23 ms (31.42%)
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 = 3 ;
Copy
0.15 ms (20.94%)
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.10 ms (14.08%)
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.10 ms (13.28%)
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_ . id 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 (3 , 2 , 1 ) ORDER BY m0_ . id DESC ;
Copy
0.09 ms (11.88%)
1
SELECT DISTINCT m0_ . id AS id_0 , m0_ . id AS id_1 FROM module m0_ ORDER BY m0_ . id DESC LIMIT 20
SELECT DISTINCT m0_ . id AS id_0 , m0_ . id AS id_1 FROM module m0_ ORDER BY m0_ . id DESC LIMIT 20 ;
Copy
0.06 ms (8.39%)
1
SELECT count (* ) AS sclr_0 FROM module m0_
SELECT count (* ) AS sclr_0 FROM module m0_ ;
Copy