1
0.71 ms
SELECT m0_ . id AS id_0 , m0_ . year AS year_1 , m0_ . month AS month_2 , m0_ . selection_open_at AS selection_open_at_3 , m0_ . selection_lock_at AS selection_lock_at_4 , m0_ . shipped_at AS shipped_at_5 , m0_ . created_at AS created_at_6 , m0_ . updated_at AS updated_at_7 FROM monthly_cycle m0_ WHERE m0_ . selection_open_at < = ? AND m0_ . selection_lock_at > ? ORDER BY m0_ . year DESC , m0_ . month DESC LIMIT 1
Parameters :
[
"2026-05-13 21:23:52 "
"2026-05-13 21:23:52 "
]
SELECT m0_ . id AS id_0 , m0_ . year AS year_1 , m0_ . month AS month_2 , m0_ . selection_open_at AS selection_open_at_3 , m0_ . selection_lock_at AS selection_lock_at_4 , m0_ . shipped_at AS shipped_at_5 , m0_ . created_at AS created_at_6 , m0_ . updated_at AS updated_at_7 FROM monthly_cycle m0_ WHERE m0_ . selection_open_at < = '2026-05-13 21:23:52' AND m0_ . selection_lock_at > '2026-05-13 21:23:52' ORDER BY m0_ . year DESC , m0_ . month DESC LIMIT 1 ;
Copy
2
0.79 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . domain AS domain_3 , t0 . color AS color_4 , t0 . family AS family_5 , t0 . country AS country_6 , t0 . vintage AS vintage_7 , t0 . description AS description_8 , t0 . description_nl AS description_nl_9 , t0 . image_url AS image_url_10 , t0 . price_shop AS price_shop_11 , t0 . price_pro AS price_pro_12 , t0 . price_cost AS price_cost_13 , t0 . supplier_reference AS supplier_reference_14 , t0 . is_available_in_shop AS is_available_in_shop_15 , t0 . is_available_in_pro_catalog AS is_available_in_pro_catalog_16 , t0 . winevizer_data AS winevizer_data_17 , t0 . created_at AS created_at_18 , t0 . updated_at AS updated_at_19 , t0 . region_id AS region_id_20 FROM wine t0 INNER JOIN monthly_cycle_prestige_wine ON t0 . id = monthly_cycle_prestige_wine . wine_id WHERE monthly_cycle_prestige_wine . monthly_cycle_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . domain AS domain_3 , t0 . color AS color_4 , t0 . family AS family_5 , t0 . country AS country_6 , t0 . vintage AS vintage_7 , t0 . description AS description_8 , t0 . description_nl AS description_nl_9 , t0 . image_url AS image_url_10 , t0 . price_shop AS price_shop_11 , t0 . price_pro AS price_pro_12 , t0 . price_cost AS price_cost_13 , t0 . supplier_reference AS supplier_reference_14 , t0 . is_available_in_shop AS is_available_in_shop_15 , t0 . is_available_in_pro_catalog AS is_available_in_pro_catalog_16 , t0 . winevizer_data AS winevizer_data_17 , t0 . created_at AS created_at_18 , t0 . updated_at AS updated_at_19 , t0 . region_id AS region_id_20 FROM wine t0 INNER JOIN monthly_cycle_prestige_wine ON t0 . id = monthly_cycle_prestige_wine . wine_id WHERE monthly_cycle_prestige_wine . monthly_cycle_id = 1 ;
Copy
3
0.64 ms
SELECT n0_ . id AS id_0 , n0_ . title AS title_1 , n0_ . slug AS slug_2 , n0_ . category AS category_3 , n0_ . status AS status_4 , n0_ . summary AS summary_5 , n0_ . body AS body_6 , n0_ . hero_image_url AS hero_image_url_7 , n0_ . author_name AS author_name_8 , n0_ . published_at AS published_at_9 , n0_ . meta_title AS meta_title_10 , n0_ . meta_description AS meta_description_11 , n0_ . created_at AS created_at_12 , n0_ . updated_at AS updated_at_13 FROM news_article n0_ WHERE n0_ . status = ? AND (n0_ . published_at IS NOT NULL AND n0_ . published_at < = ? ) ORDER BY n0_ . published_at DESC LIMIT 3
Parameters :
[
"published "
"2026-05-13 21:23:52 "
]
SELECT n0_ . id AS id_0 , n0_ . title AS title_1 , n0_ . slug AS slug_2 , n0_ . category AS category_3 , n0_ . status AS status_4 , n0_ . summary AS summary_5 , n0_ . body AS body_6 , n0_ . hero_image_url AS hero_image_url_7 , n0_ . author_name AS author_name_8 , n0_ . published_at AS published_at_9 , n0_ . meta_title AS meta_title_10 , n0_ . meta_description AS meta_description_11 , n0_ . created_at AS created_at_12 , n0_ . updated_at AS updated_at_13 FROM news_article n0_ WHERE n0_ . status = 'published' AND (n0_ . published_at IS NOT NULL AND n0_ . published_at < = '2026-05-13 21:23:52' ) ORDER BY n0_ . published_at DESC LIMIT 3 ;
Copy
4
0.48 ms
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . label AS label_3 , t0 . label_nl AS label_nl_4 , t0 . country AS country_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 FROM region t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . label AS label_3 , t0 . label_nl AS label_nl_4 , t0 . country AS country_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 FROM region t0 WHERE t0 . id = 4 ;
Copy
5
0.33 ms
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . label AS label_3 , t0 . label_nl AS label_nl_4 , t0 . country AS country_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 FROM region t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . label AS label_3 , t0 . label_nl AS label_nl_4 , t0 . country AS country_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 FROM region t0 WHERE t0 . id = 8 ;
Copy
6
0.31 ms
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . label AS label_3 , t0 . label_nl AS label_nl_4 , t0 . country AS country_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 FROM region t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . label AS label_3 , t0 . label_nl AS label_nl_4 , t0 . country AS country_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 FROM region t0 WHERE t0 . id = 1 ;
Copy
7
0.30 ms
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . label AS label_3 , t0 . label_nl AS label_nl_4 , t0 . country AS country_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 FROM region t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . label AS label_3 , t0 . label_nl AS label_nl_4 , t0 . country AS country_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 FROM region t0 WHERE t0 . id = 2 ;
Copy
8
0.24 ms
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . label AS label_3 , t0 . label_nl AS label_nl_4 , t0 . country AS country_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 FROM region t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . label AS label_3 , t0 . label_nl AS label_nl_4 , t0 . country AS country_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 FROM region t0 WHERE t0 . id = 5 ;
Copy
9
0.27 ms
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . label AS label_3 , t0 . label_nl AS label_nl_4 , t0 . country AS country_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 FROM region t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . label AS label_3 , t0 . label_nl AS label_nl_4 , t0 . country AS country_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 FROM region t0 WHERE t0 . id = 16 ;
Copy
10
0.28 ms
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . label AS label_3 , t0 . label_nl AS label_nl_4 , t0 . country AS country_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 FROM region t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . label AS label_3 , t0 . label_nl AS label_nl_4 , t0 . country AS country_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 FROM region t0 WHERE t0 . id = 15 ;
Copy