1
53.88 ms
SELECT t0 . id AS id_1 , t0 . url AS url_2 , t0 . last_modified AS last_modified_3 , t0 . enabled AS enabled_4 FROM sitemap_url t0 WHERE t0 . url = ? LIMIT 1
Parameters :
[
"https://xm7.skiyurt.kg/at-the-lesson/mp "
]
SELECT t0 . id AS id_1 , t0 . url AS url_2 , t0 . last_modified AS last_modified_3 , t0 . enabled AS enabled_4 FROM sitemap_url t0 WHERE t0 . url = 'https://xm7.skiyurt.kg/at-the-lesson/mp' LIMIT 1 ;
Copy
2
1.50 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . enable_announce AS enable_announce_4 , t0 . published AS published_5 , t0 . icon AS icon_6 , t0 . editable AS editable_7 , t0 . created_at AS created_at_8 , t0 . updated_at AS updated_at_9 , t0 . sysname AS sysname_10 , t0 . announce_text AS announce_text_11 , t0 . route AS route_12 , t0 . options AS options_13 FROM section t0 WHERE t0 . sysname = ? LIMIT 1
Parameters :
[
"za_lessons "
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . enable_announce AS enable_announce_4 , t0 . published AS published_5 , t0 . icon AS icon_6 , t0 . editable AS editable_7 , t0 . created_at AS created_at_8 , t0 . updated_at AS updated_at_9 , t0 . sysname AS sysname_10 , t0 . announce_text AS announce_text_11 , t0 . route AS route_12 , t0 . options AS options_13 FROM section t0 WHERE t0 . sysname = 'za_lessons' LIMIT 1 ;
Copy
3
1.10 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . icon AS icon_3 , t0 . description AS description_4 , t0 . published AS published_5 , t0 . sort AS sort_6 , t0 . announce_text AS announce_text_7 , t0 . ftype AS ftype_8 , t0 . announce AS announce_9 , t0 . route AS route_10 FROM za_field t0 WHERE t0 . published = ? AND t0 . route = ? LIMIT 1
Parameters :
[
1
"app_zalesson_mp "
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . icon AS icon_3 , t0 . description AS description_4 , t0 . published AS published_5 , t0 . sort AS sort_6 , t0 . announce_text AS announce_text_7 , t0 . ftype AS ftype_8 , t0 . announce AS announce_9 , t0 . route AS route_10 FROM za_field t0 WHERE t0 . published = 1 AND t0 . route = 'app_zalesson_mp' LIMIT 1 ;
Copy
4
1.14 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . announce AS announce_3 , t0 . zafield_id AS zafield_id_4 , t0 . scholar_class_id AS scholar_class_id_5 FROM za_field_classes t0 WHERE t0 . zafield_id = ?
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . announce AS announce_3 , t0 . zafield_id AS zafield_id_4 , t0 . scholar_class_id AS scholar_class_id_5 FROM za_field_classes t0 WHERE t0 . zafield_id = 2 ;
Copy
5
1.92 ms
SELECT count (DISTINCT z0_ . id ) AS sclr_0 FROM za_field_classes_lessons z0_ WHERE z0_ . za_field_class_id = ?
SELECT count (DISTINCT z0_ . id ) AS sclr_0 FROM za_field_classes_lessons z0_ WHERE z0_ . za_field_class_id = 4 ;
Copy
6
0.58 ms
SELECT DISTINCT z0_ . id AS id_0 FROM za_field_classes_lessons z0_ WHERE z0_ . za_field_class_id = ? LIMIT 3
SELECT DISTINCT z0_ . id AS id_0 FROM za_field_classes_lessons z0_ WHERE z0_ . za_field_class_id = 4 LIMIT 3 ;
Copy
7
0.65 ms
SELECT z0_ . id AS id_0 , z0_ . announce AS announce_1 , z0_ . za_field_class_id AS za_field_class_id_2 , z0_ . lesson_id AS lesson_id_3 FROM za_field_classes_lessons z0_ WHERE z0_ . za_field_class_id = ? AND z0_ . id IN (? , ? , ? )
Parameters :
[
4
12
13
14
]
SELECT z0_ . id AS id_0 , z0_ . announce AS announce_1 , z0_ . za_field_class_id AS za_field_class_id_2 , z0_ . lesson_id AS lesson_id_3 FROM za_field_classes_lessons z0_ WHERE z0_ . za_field_class_id = 4 AND z0_ . id IN (12 , 13 , 14 );
Copy
8
0.95 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . icon AS icon_3 , t0 . published AS published_4 FROM scholar_class t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . icon AS icon_3 , t0 . published AS published_4 FROM scholar_class t0 WHERE t0 . id = 1 ;
Copy
9
0.79 ms
SELECT t0 . id AS id_1 , t0 . url AS url_2 , t0 . title AS title_3 , t0 . description AS description_4 , t0 . keywords AS keywords_5 FROM seo_meta t0 WHERE t0 . url = ? LIMIT 1
Parameters :
[
"/at-the-lesson/mp "
]
SELECT t0 . id AS id_1 , t0 . url AS url_2 , t0 . title AS title_3 , t0 . description AS description_4 , t0 . keywords AS keywords_5 FROM seo_meta t0 WHERE t0 . url = '/at-the-lesson/mp' LIMIT 1 ;
Copy
10
1.17 ms
SELECT t0 . id AS id_1 , t0 . sysname AS sysname_2 , t0 . sysaval AS sysaval_3 FROM seo_settings t0 WHERE t0 . sysname = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . sysname AS sysname_2 , t0 . sysaval AS sysaval_3 FROM seo_settings t0 WHERE t0 . sysname = 'ym' LIMIT 1 ;
Copy
11
0.54 ms
SELECT t0 . id AS id_1 , t0 . sysname AS sysname_2 , t0 . sysaval AS sysaval_3 FROM seo_settings t0 WHERE t0 . sysname = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . sysname AS sysname_2 , t0 . sysaval AS sysaval_3 FROM seo_settings t0 WHERE t0 . sysname = 'ym' LIMIT 1 ;
Copy
12
0.83 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . published AS published_4 , t0 . icon AS icon_5 , t0 . media_files AS media_files_6 FROM classz t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . published AS published_4 , t0 . icon AS icon_5 , t0 . media_files AS media_files_6 FROM classz t0 WHERE t0 . id = 8 ;
Copy
13
0.49 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . published AS published_4 , t0 . icon AS icon_5 , t0 . media_files AS media_files_6 FROM classz t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . published AS published_4 , t0 . icon AS icon_5 , t0 . media_files AS media_files_6 FROM classz t0 WHERE t0 . id = 9 ;
Copy
14
0.44 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . published AS published_4 , t0 . icon AS icon_5 , t0 . media_files AS media_files_6 FROM classz t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . published AS published_4 , t0 . icon AS icon_5 , t0 . media_files AS media_files_6 FROM classz t0 WHERE t0 . id = 10 ;
Copy
15
1.14 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . type AS type_2 , a0_ . start_date AS start_date_3 , a0_ . end_date AS end_date_4 , a0_ . published AS published_5 , a0_ . ev_name AS ev_name_6 , a0_ . description AS description_7 , a0_ . icon AS icon_8 , a0_ . register_button AS register_button_9 , a0_ . created_at AS created_at_10 , a0_ . updated_at AS updated_at_11 , a0_ . target_id AS target_id_12 FROM announce a0_ WHERE a0_ . published = ? AND (? BETWEEN a0_ . start_date AND a0_ . end_date ) ORDER BY a0_ . id DESC
Parameters :
[
1
"2025-12-15 21:07:12 "
]
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . type AS type_2 , a0_ . start_date AS start_date_3 , a0_ . end_date AS end_date_4 , a0_ . published AS published_5 , a0_ . ev_name AS ev_name_6 , a0_ . description AS description_7 , a0_ . icon AS icon_8 , a0_ . register_button AS register_button_9 , a0_ . created_at AS created_at_10 , a0_ . updated_at AS updated_at_11 , a0_ . target_id AS target_id_12 FROM announce a0_ WHERE a0_ . published = 1 AND ('2025-12-15 21:07:12' BETWEEN a0_ . start_date AND a0_ . end_date ) ORDER BY a0_ . id DESC ;
Copy