02:16:53.289 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/explorer"
},
"params": {
"_country": "kz"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "2diGjUWL-Y1ghhUFbAOZ",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=QwT5K5IE5GZkXFIOesTX8Y9ZUdZJTdFI9t3eg5qj; PHPSESSID=d8636900d222d550b02b7714e1830c47; goafrica-ad-id=689541d28326d1.00518906",
"host": "www.goa.goafrica.syazen.cloud",
"user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"x-forwarded-for": "216.73.216.18",
"x-real-ip": "216.73.216.18",
"x-scheme": "https"
}
}
},
"user_agent": {
"original": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
},
"url": {
"full": "https://www.goa.goafrica.syazen.cloud/kz/explorer",
"original": "https://www.goa.goafrica.syazen.cloud/kz/explorer",
"path": "/kz/explorer",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 288591872,
"memoryUsageHuman": "275.2 MiB"
}
} |
---|
02:16:53.300 | debug | kysely.query | {
"kysely": {
"sql": "with `nb_following`(`user_id`, `nb_following`) as (select `target_user_id` as `user_id`, count(*) as `nb_following` from `following` group by `target_user_id`) select `user`.`id`, `nb_following`.`nb_following` from `user` inner join `nb_following` on `nb_following`.`user_id` = `user`.`id` where `enabled` = ? and `profile_photo_status` = ? and `user`.`country` = ? order by `nb_following` desc limit ?",
"parameters": [
1,
"valid",
"kz",
30
],
"durationInMs": 1.277122000232339
}
} |
---|
02:16:53.300 | debug | kysely.query | {
"kysely": {
"sql": "with `nb_following`(`company_id`, `nb_following`) as (select `target_company_id` as `company_id`, count(*) as `nb_following` from `following` group by `target_company_id`) select `id`, `nb_following`.`nb_following` from `company` inner join `nb_following` on `nb_following`.`company_id` = `company`.`id` where `valid` = ? and `online` = ? and `square_photo_id` is not null and `company`.`country` = ? order by `nb_following`.`nb_following` desc limit ?",
"parameters": [
1,
1,
"kz",
30
],
"durationInMs": 1.342492999508977
}
} |
---|
02:16:53.301 | debug | kysely.query | {
"kysely": {
"sql": "select `feed_post`.`id`, count(`reaction`.`id`) as `reaction_count` from `feed_post` inner join `reaction` on `reaction`.`target_feed_post_id` = `feed_post`.`id` left join `user` as `user_author` on `user_author`.`id` = `feed_post`.`user_author_id` left join `company` as `company_author` on `company_author`.`id` = `feed_post`.`company_author_id` where `feed_post`.`created_date` >= ? and (`company_author`.`country` = ? or `user_author`.`country` = ?) group by `feed_post`.`id` order by `reaction_count` desc limit ?",
"parameters": [
"2025-07-09T00:16:53.298Z",
"kz",
"kz",
15
],
"durationInMs": 1.4752779994159937
}
} |
---|
02:16:53.301 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.852887999266386
}
} |
---|
02:16:53.301 | debug | kysely.query | {
"kysely": {
"sql": "select `feed_post`.`id`, count(`reaction`.`id`) as `reaction_count` from `feed_post` inner join `reaction` on `reaction`.`target_feed_post_id` = `feed_post`.`id` left join `user` as `user_author` on `user_author`.`id` = `feed_post`.`user_author_id` left join `company` as `company_author` on `company_author`.`id` = `feed_post`.`company_author_id` where `feed_post`.`created_date` >= ? and (`company_author`.`country` != ? or `company_author`.`country` is null or `user_author`.`country` != ? or `user_author`.`country` is null) group by `feed_post`.`id` order by `reaction_count` desc limit ?",
"parameters": [
"2025-07-09T00:16:53.298Z",
"kz",
"kz",
15
],
"durationInMs": 1.9400079995393753
}
} |
---|
02:16:53.301 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"KZ",
true
],
"durationInMs": 1.3196010012179613
}
} |
---|
02:16:53.302 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 0.8954969998449087
}
} |
---|
02:16:53.304 | debug | kysely.query | {
"kysely": {
"sql": "with `nb_following`(`user_id`, `nb_following`) as (select `target_user_id` as `user_id`, count(*) as `nb_following` from `following` group by `target_user_id`) select `user`.`id`, `nb_following`.`nb_following` from `user` inner join `nb_following` on `nb_following`.`user_id` = `user`.`id` where `enabled` = ? and `profile_photo_status` = ? and `user`.`country` != ? order by `nb_following` desc limit ?",
"parameters": [
1,
"valid",
"kz",
30
],
"durationInMs": 5.362778998911381
}
} |
---|
02:16:53.305 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
319210,
158682,
274500,
203824,
204444
],
"durationInMs": 0.510233998298645
}
} |
---|
02:16:53.307 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
319210,
158682,
274500,
203824,
204444
],
"durationInMs": 1.7575599998235703
}
} |
---|
02:16:53.307 | debug | kysely.query | {
"kysely": {
"sql": "select `user_author_id`, count(`id`) as `count` from `feed_post` where (`company_author_id` is null and `user_author_id` in (?, ?, ?, ?, ?)) group by `user_author_id`",
"parameters": [
319210,
158682,
274500,
203824,
204444
],
"durationInMs": 1.800729999318719
}
} |
---|
02:16:53.308 | debug | kysely.query | {
"kysely": {
"sql": "select `target_user_id`, count(`id`) as `count` from `following` where (`target_company_id` is null and `target_user_id` in (?, ?, ?, ?, ?)) group by `target_user_id`",
"parameters": [
319210,
158682,
274500,
203824,
204444
],
"durationInMs": 2.8285610005259514
}
} |
---|
02:16:53.308 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
207842,
242732,
169710,
136360,
136544
],
"durationInMs": 1.5249300003051758
}
} |
---|
02:16:53.308 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
12,
123,
376,
10,
369
],
"durationInMs": 1.6171509996056557
}
} |
---|
02:16:53.308 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where ((`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
"parameters": [
12,
"fr",
123,
"fr",
376,
"fr",
10,
"fr",
369,
"fr"
],
"durationInMs": 1.9638819992542267
}
} |
---|
02:16:53.309 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where ((`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
"parameters": [
3,
"fr",
122,
"fr"
],
"durationInMs": 0.43703800067305565
}
} |
---|
02:16:53.310 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
10,
113,
322,
8,
319
],
"durationInMs": 0.9876760002225637
}
} |
---|
02:16:53.310 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
1,
112
],
"durationInMs": 0.3484840001910925
}
} |
---|
02:16:53.330 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/explorer"
},
"params": {
"_country": "kz"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "2diGjUWL-Y1ghhUFbAOZ",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=QwT5K5IE5GZkXFIOesTX8Y9ZUdZJTdFI9t3eg5qj; PHPSESSID=d8636900d222d550b02b7714e1830c47; goafrica-ad-id=689541d28326d1.00518906",
"host": "www.goa.goafrica.syazen.cloud",
"user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"x-forwarded-for": "216.73.216.18",
"x-real-ip": "216.73.216.18",
"x-scheme": "https"
}
},
"response": {
"bytes": 124362,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=QwT5K5IE5GZkXFIOesTX8Y9ZUdZJTdFI9t3eg5qj; PHPSESSID=d8636900d222d550b02b7714e1830c47; goafrica-ad-id=689541d28326d1.00518906",
"host": "www.goa.goafrica.syazen.cloud",
"user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"x-forwarded-for": "216.73.216.18",
"x-real-ip": "216.73.216.18",
"x-scheme": "https"
}
}
},
"user_agent": {
"original": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
},
"url": {
"full": "https://www.goa.goafrica.syazen.cloud/kz/explorer",
"original": "https://www.goa.goafrica.syazen.cloud/kz/explorer",
"path": "/kz/explorer",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 289181696,
"memoryUsageHuman": "275.8 MiB",
"requestTimeInMs": 41
}
} |
---|