7044.63 ms (91.24%)
|
1 |
SELECT n0_.id AS id_0, n0_.news_id AS news_id_1, n0_.title AS title_2, n0_.publish_date AS publish_date_3, n0_.old_id AS old_id_4, n0_.meta_title AS meta_title_5, n0_.meta_description AS meta_description_6, n0_.content AS content_7, n0_.meta_keywords AS meta_keywords_8, c1_.name AS name_9, c1_.id AS id_10, n0_.youtube_url AS youtube_url_11, n0_.youtube_url_second AS youtube_url_second_12, r2_.id AS id_13, r2_.name AS name_14, l3_.iso AS iso_15, n0_.comment_status AS comment_status_16, n0_.disclaimer AS disclaimer_17, a4_.id AS id_18, a4_.name AS name_19, a4_.email AS email_20, a4_.mobile AS mobile_21, n0_.fact_box AS fact_box_22, n0_.fact_box_size AS fact_box_size_23, n0_.fact_box_placement AS fact_box_placement_24, n0_.updated_at AS updated_at_25, n0_.last_update_key AS last_update_key_26 FROM news n0_ LEFT JOIN reporter r2_ ON n0_.reporter_id = r2_.id INNER JOIN category c1_ ON n0_.category_id = c1_.id INNER JOIN language l3_ ON n0_.language_id = l3_.id LEFT JOIN author a4_ ON n0_.author_id = a4_.id WHERE n0_.news_id = ? AND n0_.language_id = ? AND n0_.status = ?
Parameters: [
"jybwxih"
1
"a"
]
SELECT n0_.id AS id_0, n0_.news_id AS news_id_1, n0_.title AS title_2, n0_.publish_date AS publish_date_3, n0_.old_id AS old_id_4, n0_.meta_title AS meta_title_5, n0_.meta_description AS meta_description_6, n0_.content AS content_7, n0_.meta_keywords AS meta_keywords_8, c1_.name AS name_9, c1_.id AS id_10, n0_.youtube_url AS youtube_url_11, n0_.youtube_url_second AS youtube_url_second_12, r2_.id AS id_13, r2_.name AS name_14, l3_.iso AS iso_15, n0_.comment_status AS comment_status_16, n0_.disclaimer AS disclaimer_17, a4_.id AS id_18, a4_.name AS name_19, a4_.email AS email_20, a4_.mobile AS mobile_21, n0_.fact_box AS fact_box_22, n0_.fact_box_size AS fact_box_size_23, n0_.fact_box_placement AS fact_box_placement_24, n0_.updated_at AS updated_at_25, n0_.last_update_key AS last_update_key_26 FROM news n0_ LEFT JOIN reporter r2_ ON n0_.reporter_id = r2_.id INNER JOIN category c1_ ON n0_.category_id = c1_.id INNER JOIN language l3_ ON n0_.language_id = l3_.id LEFT JOIN author a4_ ON n0_.author_id = a4_.id WHERE n0_.news_id = 'jybwxih' AND n0_.language_id = 1 AND n0_.status = 'a';
|
334.95 ms (4.34%)
|
1 |
SELECT t0.id AS id_1, t0.path AS path_2, t0.uri AS uri_3, t0.date AS date_4, t0.hits AS hits_5, t0.unique_views AS unique_views_6, t0.mime_type AS mime_type_7, t0.language_id AS language_id_8 FROM hit_counter t0 WHERE t0.path = ? AND t0.date = ? AND t0.language_id = ? LIMIT 1
Parameters: [
"/pa/news-jybwxih"
"2026-03-22"
1
]
SELECT t0.id AS id_1, t0.path AS path_2, t0.uri AS uri_3, t0.date AS date_4, t0.hits AS hits_5, t0.unique_views AS unique_views_6, t0.mime_type AS mime_type_7, t0.language_id AS language_id_8 FROM hit_counter t0 WHERE t0.path = '/pa/news-jybwxih' AND t0.date = '2026-03-22' AND t0.language_id = 1 LIMIT 1;
|
116.34 ms (1.51%)
|
1 |
SELECT SUM(h0_.hits) AS sclr_0, SUM(h0_.unique_views) AS sclr_1 FROM hit_counter h0_
SELECT SUM(h0_.hits) AS sclr_0, SUM(h0_.unique_views) AS sclr_1 FROM hit_counter h0_;
|
98.91 ms (1.28%)
|
1 |
SELECT n0_.id AS id_0, n0_.news_id AS news_id_1, n0_.title AS title_2, n0_.publish_date AS publish_date_3, MAX(i1_.id) AS sclr_4 FROM news n0_ LEFT JOIN image_store i1_ ON n0_.id = i1_.news_id AND (i1_.is_primary = ?) WHERE n0_.language_id = ? AND n0_.status = ? AND n0_.id <> ? AND ((n0_.publish_date < ? OR (n0_.publish_date = ? AND n0_.id < ?))) GROUP BY n0_.id, n0_.news_id, n0_.title, n0_.publish_date ORDER BY n0_.publish_date DESC, n0_.id DESC LIMIT 1
Parameters: [
1
1
"a"
45056
"2026-03-22 13:56:00"
"2026-03-22 13:56:00"
45056
]
SELECT n0_.id AS id_0, n0_.news_id AS news_id_1, n0_.title AS title_2, n0_.publish_date AS publish_date_3, MAX(i1_.id) AS sclr_4 FROM news n0_ LEFT JOIN image_store i1_ ON n0_.id = i1_.news_id AND (i1_.is_primary = 1) WHERE n0_.language_id = 1 AND n0_.status = 'a' AND n0_.id <> 45056 AND ((n0_.publish_date < '2026-03-22 13:56:00' OR (n0_.publish_date = '2026-03-22 13:56:00' AND n0_.id < 45056))) GROUP BY n0_.id, n0_.news_id, n0_.title, n0_.publish_date ORDER BY n0_.publish_date DESC, n0_.id DESC LIMIT 1;
|
83.64 ms (1.08%)
|
1 |
SELECT SUM(h0_.hits) AS sclr_0, SUM(h0_.unique_views) AS sclr_1 FROM hit_counter h0_ WHERE h0_.date = ?
Parameters: [
"2026-03-22 00:00:00"
]
SELECT SUM(h0_.hits) AS sclr_0, SUM(h0_.unique_views) AS sclr_1 FROM hit_counter h0_ WHERE h0_.date = '2026-03-22 00:00:00';
|
18.69 ms (0.24%)
|
1 |
SELECT n0_.id AS id_0, n0_.news_id AS news_id_1, n0_.title AS title_2, n0_.publish_date AS publish_date_3, MAX(i1_.id) AS sclr_4 FROM news n0_ LEFT JOIN image_store i1_ ON n0_.id = i1_.news_id AND (i1_.is_primary = ?) WHERE n0_.language_id = ? AND n0_.status = ? AND n0_.id <> ? AND ((n0_.publish_date > ? OR (n0_.publish_date = ? AND n0_.id > ?))) GROUP BY n0_.id, n0_.news_id, n0_.title, n0_.publish_date ORDER BY n0_.publish_date ASC, n0_.id ASC LIMIT 1
Parameters: [
1
1
"a"
45056
"2026-03-22 13:56:00"
"2026-03-22 13:56:00"
45056
]
SELECT n0_.id AS id_0, n0_.news_id AS news_id_1, n0_.title AS title_2, n0_.publish_date AS publish_date_3, MAX(i1_.id) AS sclr_4 FROM news n0_ LEFT JOIN image_store i1_ ON n0_.id = i1_.news_id AND (i1_.is_primary = 1) WHERE n0_.language_id = 1 AND n0_.status = 'a' AND n0_.id <> 45056 AND ((n0_.publish_date > '2026-03-22 13:56:00' OR (n0_.publish_date = '2026-03-22 13:56:00' AND n0_.id > 45056))) GROUP BY n0_.id, n0_.news_id, n0_.title, n0_.publish_date ORDER BY n0_.publish_date ASC, n0_.id ASC LIMIT 1;
|
8.41 ms (0.11%)
|
22 |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"dharamika-rajaniti"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'dharamika-rajaniti';
|
1.95 ms (0.03%)
|
1 |
SELECT n0_.id AS id_0, n0_.news_id AS news_id_1, n0_.title AS title_2, n0_.publish_date AS publish_date_3, MAX(i1_.id) AS sclr_4 FROM news n0_ INNER JOIN image_store i1_ ON n0_.id = i1_.news_id AND (i1_.is_primary = ?) WHERE n0_.language_id = ? AND n0_.category_id = ? AND n0_.status = ? AND n0_.id <> ? AND n0_.id NOT IN (?) GROUP BY n0_.id, n0_.news_id, n0_.title, n0_.publish_date ORDER BY n0_.publish_date DESC, n0_.id DESC LIMIT 3
Parameters: [
1
1
1037
"a"
45056
45052
]
SELECT n0_.id AS id_0, n0_.news_id AS news_id_1, n0_.title AS title_2, n0_.publish_date AS publish_date_3, MAX(i1_.id) AS sclr_4 FROM news n0_ INNER JOIN image_store i1_ ON n0_.id = i1_.news_id AND (i1_.is_primary = 1) WHERE n0_.language_id = 1 AND n0_.category_id = 1037 AND n0_.status = 'a' AND n0_.id <> 45056 AND n0_.id NOT IN (45052) GROUP BY n0_.id, n0_.news_id, n0_.title, n0_.publish_date ORDER BY n0_.publish_date DESC, n0_.id DESC LIMIT 3;
|
1.76 ms (0.02%)
|
4 |
SELECT COUNT(a.id)
FROM advertisement a
WHERE a.location = ?
AND a.status = ?
AND a.start_date <= ?
AND a.end_date >= ?
Parameters: [
"under_news"
"active"
"2026-03-22"
"2026-03-22"
]
SELECT COUNT(a.id)
FROM advertisement a
WHERE a.location = 'under_news'
AND a.status = 'active'
AND a.start_date <= '2026-03-22'
AND a.end_date >= '2026-03-22';
|
1.75 ms (0.02%)
|
3 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3, t0.iso AS iso_4, t0.color AS color_5, t0.domain AS domain_6, t0.name_in_language AS name_in_language_7, t0.writing_direction AS writing_direction_8, t0.time_zone AS time_zone_9 FROM language t0 WHERE t0.iso = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3, t0.iso AS iso_4, t0.color AS color_5, t0.domain AS domain_6, t0.name_in_language AS name_in_language_7, t0.writing_direction AS writing_direction_8, t0.time_zone AS time_zone_9 FROM language t0 WHERE t0.iso = 'pa' LIMIT 1;
|
1.75 ms (0.02%)
|
2 |
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.url AS url_2, e0_.target AS target_3, e0_.is_active AS is_active_4, e0_.location AS location_5, e0_.icon AS icon_6, e0_.sorting_order AS sorting_order_7, e1_.id AS id_8, e1_.name AS name_9, e1_.url AS url_10, e1_.target AS target_11, e1_.is_active AS is_active_12, e1_.location AS location_13, e1_.icon AS icon_14, e1_.sorting_order AS sorting_order_15, e0_.parent_id AS parent_id_16, e1_.parent_id AS parent_id_17 FROM extra_nav e0_ LEFT JOIN extra_nav e1_ ON e0_.parent_id = e1_.id WHERE e0_.location = ? AND e0_.is_active = ? ORDER BY e0_.sorting_order ASC, e0_.id ASC
Parameters: [
"bottom"
1
]
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.url AS url_2, e0_.target AS target_3, e0_.is_active AS is_active_4, e0_.location AS location_5, e0_.icon AS icon_6, e0_.sorting_order AS sorting_order_7, e1_.id AS id_8, e1_.name AS name_9, e1_.url AS url_10, e1_.target AS target_11, e1_.is_active AS is_active_12, e1_.location AS location_13, e1_.icon AS icon_14, e1_.sorting_order AS sorting_order_15, e0_.parent_id AS parent_id_16, e1_.parent_id AS parent_id_17 FROM extra_nav e0_ LEFT JOIN extra_nav e1_ ON e0_.parent_id = e1_.id WHERE e0_.location = 'bottom' AND e0_.is_active = 1 ORDER BY e0_.sorting_order ASC, e0_.id ASC;
|
1.63 ms (0.02%)
|
3 |
SELECT i0_.text_value AS text_value_0 FROM includs_in_web i0_ WHERE i0_.location = ? AND i0_.active = ? ORDER BY i0_.sorting_rank ASC, i0_.id DESC
Parameters: [
"inHead"
1
]
SELECT i0_.text_value AS text_value_0 FROM includs_in_web i0_ WHERE i0_.location = 'inHead' AND i0_.active = 1 ORDER BY i0_.sorting_rank ASC, i0_.id DESC;
|
1.06 ms (0.01%)
|
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.active AS active_2, c0_.slug AS slug_3, c0_.sorting_rank AS sorting_rank_4, c1_.id AS id_5, c1_.name AS name_6, c1_.active AS active_7, c1_.slug AS slug_8, c1_.sorting_rank AS sorting_rank_9, c0_.language_id AS language_id_10, c0_.parent_id AS parent_id_11, c1_.language_id AS language_id_12, c1_.parent_id AS parent_id_13 FROM category c0_ LEFT JOIN category c1_ ON c0_.id = c1_.parent_id AND (c1_.active = 1) WHERE c0_.language_id = ? AND c0_.parent_id IS NULL AND c0_.active = 1 ORDER BY c0_.sorting_rank ASC, c1_.sorting_rank ASC, c1_.name ASC
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.active AS active_2, c0_.slug AS slug_3, c0_.sorting_rank AS sorting_rank_4, c1_.id AS id_5, c1_.name AS name_6, c1_.active AS active_7, c1_.slug AS slug_8, c1_.sorting_rank AS sorting_rank_9, c0_.language_id AS language_id_10, c0_.parent_id AS parent_id_11, c1_.language_id AS language_id_12, c1_.parent_id AS parent_id_13 FROM category c0_ LEFT JOIN category c1_ ON c0_.id = c1_.parent_id AND (c1_.active = 1) WHERE c0_.language_id = 1 AND c0_.parent_id IS NULL AND c0_.active = 1 ORDER BY c0_.sorting_rank ASC, c1_.sorting_rank ASC, c1_.name ASC;
|
0.95 ms (0.01%)
|
2 |
SELECT a.id, a.location, a.banner_size, a.url
FROM advertisement a
WHERE a.location = ?
AND a.status = ?
AND a.start_date <= ?
AND a.end_date >= ?
ORDER BY a.id ASC
LIMIT 1 OFFSET ?
Parameters: [
"under_news"
"active"
"2026-03-22"
"2026-03-22"
0
]
SELECT a.id, a.location, a.banner_size, a.url
FROM advertisement a
WHERE a.location = 'under_news'
AND a.status = 'active'
AND a.start_date <= '2026-03-22'
AND a.end_date >= '2026-03-22'
ORDER BY a.id ASC
LIMIT 1 OFFSET 0;
|
0.90 ms (0.01%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.type AS type_4, t0.options AS options_5, t0.dev AS dev_6 FROM setting t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.type AS type_4, t0.options AS options_5, t0.dev AS dev_6 FROM setting t0;
|
0.71 ms (0.01%)
|
1 |
"COMMIT"
|
0.70 ms (0.01%)
|
1 |
SELECT l0_.name AS name_0, l0_.value AS value_1 FROM layout_setting l0_
SELECT l0_.name AS name_0, l0_.value AS value_1 FROM layout_setting l0_;
|
0.66 ms (0.01%)
|
1 |
SELECT t0.id AS id_1, t0.comment AS comment_2, t0.status AS status_3, t0.created_on AS created_on_4, t0.user_id AS user_id_5, t0.news_id AS news_id_6 FROM comment t0 WHERE t0.news_id = ?
SELECT t0.id AS id_1, t0.comment AS comment_2, t0.status AS status_3, t0.created_on AS created_on_4, t0.user_id AS user_id_5, t0.news_id AS news_id_6 FROM comment t0 WHERE t0.news_id = 45056;
|
0.51 ms (0.01%)
|
1 |
SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.slug AS slug_2, w0_.url AS url_3, w0_.location AS location_4, w0_.sorting_rank AS sorting_rank_5, w0_.is_home AS is_home_6 FROM web_page w0_ WHERE w0_.is_published = ? ORDER BY w0_.sorting_rank ASC
SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.slug AS slug_2, w0_.url AS url_3, w0_.location AS location_4, w0_.sorting_rank AS sorting_rank_5, w0_.is_home AS is_home_6 FROM web_page w0_ WHERE w0_.is_published = 1 ORDER BY w0_.sorting_rank ASC;
|
0.50 ms (0.01%)
|
1 |
UPDATE hit_counter SET hits = ?, unique_views = ?, mime_type = ? WHERE id = ?
Parameters: [
10
10
"*/*"
250136
]
UPDATE hit_counter SET hits = 10, unique_views = 10, mime_type = '*/*' WHERE id = 250136;
|
0.45 ms (0.01%)
|
1 |
SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.active AS active_2, l0_.iso AS iso_3, l0_.color AS color_4, l0_.domain AS domain_5, l0_.name_in_language AS name_in_language_6, l0_.writing_direction AS writing_direction_7, l0_.time_zone AS time_zone_8 FROM language l0_ WHERE l0_.active = ? ORDER BY l0_.id ASC
SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.active AS active_2, l0_.iso AS iso_3, l0_.color AS color_4, l0_.domain AS domain_5, l0_.name_in_language AS name_in_language_6, l0_.writing_direction AS writing_direction_7, l0_.time_zone AS time_zone_8 FROM language l0_ WHERE l0_.active = 1 ORDER BY l0_.id ASC;
|
0.23 ms (0.00%)
|
1 |
"START TRANSACTION"
"START TRANSACTION";
|