| 1 |
0.62 ms |
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;
|
| 2 |
444.43 ms |
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/index/categories"
"2026-03-24"
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/index/categories' AND t0.date = '2026-03-24' AND t0.language_id = 1 LIMIT 1;
|
| 3 |
0.27 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 4 |
0.81 ms |
UPDATE hit_counter SET uri = ?, hits = ?, unique_views = ?, mime_type = ? WHERE id = ?
Parameters: [
"http://nazranatimes.com/public/pa/index/categories"
2
2
"*/*"
258715
]
UPDATE hit_counter SET uri = 'http://nazranatimes.com/public/pa/index/categories', hits = 2, unique_views = 2, mime_type = '*/*' WHERE id = 258715;
|
| 5 |
0.99 ms |
"COMMIT"
|
| 6 |
0.49 ms |
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_ ORDER BY l0_.name 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_ ORDER BY l0_.name ASC;
|
| 7 |
0.45 ms |
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;
|
| 8 |
0.56 ms |
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, c0_.language_id AS language_id_5, c0_.parent_id AS parent_id_6 FROM category c0_ WHERE c0_.language_id = ? AND c0_.active = ? ORDER BY c0_.sorting_rank ASC, c0_.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, c0_.language_id AS language_id_5, c0_.parent_id AS parent_id_6 FROM category c0_ WHERE c0_.language_id = 1 AND c0_.active = 1 ORDER BY c0_.sorting_rank ASC, c0_.name ASC;
|
| 9 |
2.87 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
2075
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 FROM news n0_ WHERE n0_.category_id = 2075 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 10 |
3.69 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
1042
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 FROM news n0_ WHERE n0_.category_id = 1042 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 11 |
2.77 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
1045
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 FROM news n0_ WHERE n0_.category_id = 1045 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 12 |
1.79 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
1043
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 FROM news n0_ WHERE n0_.category_id = 1043 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 13 |
0.46 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
2077
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 FROM news n0_ WHERE n0_.category_id = 2077 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 14 |
1.22 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
1040
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 FROM news n0_ WHERE n0_.category_id = 1040 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 15 |
0.71 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
1179
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 FROM news n0_ WHERE n0_.category_id = 1179 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 16 |
1.31 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
1132
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 FROM news n0_ WHERE n0_.category_id = 1132 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 17 |
0.70 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
2076
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 FROM news n0_ WHERE n0_.category_id = 2076 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 18 |
0.67 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
2096
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 FROM news n0_ WHERE n0_.category_id = 2096 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 19 |
0.52 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
1210
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 FROM news n0_ WHERE n0_.category_id = 1210 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 20 |
0.78 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
1197
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 FROM news n0_ WHERE n0_.category_id = 1197 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 21 |
0.56 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
2074
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 FROM news n0_ WHERE n0_.category_id = 2074 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 22 |
0.70 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
1039
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 FROM news n0_ WHERE n0_.category_id = 1039 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 23 |
1.15 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
1037
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 FROM news n0_ WHERE n0_.category_id = 1037 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 24 |
0.56 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
2089
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 FROM news n0_ WHERE n0_.category_id = 2089 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 25 |
0.54 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
1104
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 FROM news n0_ WHERE n0_.category_id = 1104 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 26 |
0.53 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
1041
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 FROM news n0_ WHERE n0_.category_id = 1041 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 27 |
2.03 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
1038
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 FROM news n0_ WHERE n0_.category_id = 1038 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 28 |
0.56 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
1275
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 FROM news n0_ WHERE n0_.category_id = 1275 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 29 |
2.37 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
1044
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 FROM news n0_ WHERE n0_.category_id = 1044 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 30 |
0.65 ms |
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 FROM news n0_ WHERE n0_.category_id = ? AND n0_.language_id = ? AND n0_.status = ? ORDER BY n0_.publish_date DESC LIMIT 5
Parameters: [
1295
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 FROM news n0_ WHERE n0_.category_id = 1295 AND n0_.language_id = 1 AND n0_.status = 'a' ORDER BY n0_.publish_date DESC LIMIT 5;
|
| 31 |
0.40 ms |
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;
|
| 32 |
1.07 ms |
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;
|
| 33 |
0.58 ms |
SELECT COUNT(a.id)
FROM advertisement a
WHERE a.location = ?
AND a.status = ?
AND a.start_date <= ?
AND a.end_date >= ?
Parameters: [
"header"
"active"
"2026-03-24"
"2026-03-24"
]
SELECT COUNT(a.id)
FROM advertisement a
WHERE a.location = 'header'
AND a.status = 'active'
AND a.start_date <= '2026-03-24'
AND a.end_date >= '2026-03-24';
|
| 34 |
0.49 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"dharamika-rajaniti"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'dharamika-rajaniti';
|
| 35 |
0.48 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"atararasatari"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'atararasatari';
|
| 36 |
0.49 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"gurabani-itihasa"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'gurabani-itihasa';
|
| 37 |
0.46 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"archived"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'archived';
|
| 38 |
0.46 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"religeus"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'religeus';
|
| 39 |
0.47 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"aparadha"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'aparadha';
|
| 40 |
0.45 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"sapadaki"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'sapadaki';
|
| 41 |
0.47 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"samaja-seva"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'samaja-seva';
|
| 42 |
0.46 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"sikhi-a-vigi-ana"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'sikhi-a-vigi-ana';
|
| 43 |
0.45 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"soga-dukha-da-pragatava"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'soga-dukha-da-pragatava';
|
| 44 |
0.45 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'kahani';
|
| 45 |
0.44 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'kanuna';
|
| 46 |
0.45 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'kavita';
|
| 47 |
0.46 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"karobara"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'karobara';
|
| 48 |
0.45 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'kheda';
|
| 49 |
0.45 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'conam';
|
| 50 |
0.44 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"jivana-saili"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'jivana-saili';
|
| 51 |
0.47 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"taikanoloji"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'taikanoloji';
|
| 52 |
0.48 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"rasatari"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'rasatari';
|
| 53 |
0.49 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"manorajana"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'manorajana';
|
| 54 |
0.46 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"rajaniti"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'rajaniti';
|
| 55 |
0.46 ms |
SELECT COUNT(*) FROM category t0 WHERE t0.slug = ?
Parameters: [
"vana-suvana"
]
SELECT COUNT(*) FROM category t0 WHERE t0.slug = 'vana-suvana';
|