6.49 ms (33.34%)
1
SELECT DISTINCT b0_ . id AS id_0 , b0_ . created_date AS created_date_1 FROM bulletin b0_ WHERE b0_ . published = ? ORDER BY b0_ . created_date DESC LIMIT 20 OFFSET 3180
SELECT DISTINCT b0_ . id AS id_0 , b0_ . created_date AS created_date_1 FROM bulletin b0_ WHERE b0_ . published = 1 ORDER BY b0_ . created_date DESC LIMIT 20 OFFSET 3180 ;
Copy
5.87 ms (30.15%)
1
SELECT count (DISTINCT b0_ . id ) AS sclr_0 FROM bulletin b0_ WHERE b0_ . published = ?
SELECT count (DISTINCT b0_ . id ) AS sclr_0 FROM bulletin b0_ WHERE b0_ . published = 1 ;
Copy
1.74 ms (8.93%)
1
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . active AS active_3 , t0 . url AS url_4 , t0 . orden AS orden_5 , t0 . show_title AS show_title_6 , t0 . created_at AS created_at_7 , t0 . updated_at AS updated_at_8 , t0 . file_name AS file_name_9 , t0 . section_id AS section_id_10 FROM widget t0 WHERE t0 . section_id = ? ORDER BY t0 . orden ASC
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . active AS active_3 , t0 . url AS url_4 , t0 . orden AS orden_5 , t0 . show_title AS show_title_6 , t0 . created_at AS created_at_7 , t0 . updated_at AS updated_at_8 , t0 . file_name AS file_name_9 , t0 . section_id AS section_id_10 FROM widget t0 WHERE t0 . section_id = 10 ORDER BY t0 . orden ASC ;
Copy
1.46 ms (7.50%)
1
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . show_title AS show_title_3 , t0 . background_color AS background_color_4 , t0 . column_number AS column_number_5 , t0 . type AS type_6 , t0 . with_carousel AS with_carousel_7 , t0 . orden AS orden_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . file_name AS file_name_11 , t0 . index_configuration_id AS index_configuration_id_12 FROM section t0 WHERE t0 . index_configuration_id = ? ORDER BY t0 . orden ASC
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . show_title AS show_title_3 , t0 . background_color AS background_color_4 , t0 . column_number AS column_number_5 , t0 . type AS type_6 , t0 . with_carousel AS with_carousel_7 , t0 . orden AS orden_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . file_name AS file_name_11 , t0 . index_configuration_id AS index_configuration_id_12 FROM section t0 WHERE t0 . index_configuration_id = 1 ORDER BY t0 . orden ASC ;
Copy
1.37 ms (7.03%)
1
SELECT b0_ . id AS id_0 , b0_ . published AS published_1 , b0_ . nro_bulletin AS nro_bulletin_2 , b0_ . created_date AS created_date_3 , b0_ . created_at AS created_at_4 , b0_ . updated_at AS updated_at_5 , b0_ . file_name AS file_name_6 FROM bulletin b0_ WHERE b0_ . published = ? AND b0_ . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) ORDER BY b0_ . created_date DESC
Parameters :
[
1
2812
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2777
]
SELECT b0_ . id AS id_0 , b0_ . published AS published_1 , b0_ . nro_bulletin AS nro_bulletin_2 , b0_ . created_date AS created_date_3 , b0_ . created_at AS created_at_4 , b0_ . updated_at AS updated_at_5 , b0_ . file_name AS file_name_6 FROM bulletin b0_ WHERE b0_ . published = 1 AND b0_ . id IN (2812 , 2816 , 2817 , 2818 , 2819 , 2820 , 2821 , 2822 , 2823 , 2824 , 2825 , 2826 , 2777 ) ORDER BY b0_ . created_date DESC ;
Copy
1.34 ms (6.87%)
1
SELECT i0_ . id AS id_0 , i0_ . created_at AS created_at_1 , i0_ . updated_at AS updated_at_2 , i0_ . file_name AS file_name_3 , i0_ . second_file_name AS second_file_name_4 FROM index_configuration i0_
SELECT i0_ . id AS id_0 , i0_ . created_at AS created_at_1 , i0_ . updated_at AS updated_at_2 , i0_ . file_name AS file_name_3 , i0_ . second_file_name AS second_file_name_4 FROM index_configuration i0_ ;
Copy
1.20 ms (6.18%)
1
SELECT f0_ . id AS id_0 , f0_ . favicon AS favicon_1 , f0_ . favicon16 AS favicon16_2 , f0_ . favicon32 AS favicon32_3 , f0_ . favicon_apple AS favicon_apple_4 , f0_ . favicon_android192 AS favicon_android192_5 , f0_ . favicon_android512 AS favicon_android512_6 , f0_ . created_at AS created_at_7 , f0_ . updated_at AS updated_at_8 FROM favicon f0_ ORDER BY f0_ . id ASC LIMIT 1
SELECT f0_ . id AS id_0 , f0_ . favicon AS favicon_1 , f0_ . favicon16 AS favicon16_2 , f0_ . favicon32 AS favicon32_3 , f0_ . favicon_apple AS favicon_apple_4 , f0_ . favicon_android192 AS favicon_android192_5 , f0_ . favicon_android512 AS favicon_android512_6 , f0_ . created_at AS created_at_7 , f0_ . updated_at AS updated_at_8 FROM favicon f0_ ORDER BY f0_ . id ASC LIMIT 1 ;
Copy