03:12:05.156 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/explorer"
},
"params": {
"_country": "tr"
},
"clientAddress": "216.73.216.148",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "zlfnOKUUiHp1Y-1sqing",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=GbaVApY5gSwgAm5OFfmkYGeCHROWDUNEfP9SBT0e; goafrica-ad-id=689a945956dc57.29468001; PHPSESSID=cba2af9c7c7ff9c5fb0dd91ee5d8b33d",
"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.148",
"x-real-ip": "216.73.216.148",
"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/tr/explorer",
"original": "https://www.goa.goafrica.syazen.cloud/tr/explorer",
"path": "/tr/explorer",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 249569280,
"memoryUsageHuman": "238 MiB"
}
} |
---|
03:12:05.166 | 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-13T01:12:05.164Z",
"tr",
"tr",
15
],
"durationInMs": 1.5706749998498708
}
} |
---|
03:12:05.167 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.34265300002880394
}
} |
---|
03:12:05.167 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"TR",
true
],
"durationInMs": 0.5690229998435825
}
} |
---|
03:12:05.167 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 0.5483140000142157
}
} |
---|
03:12:05.167 | 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",
"tr",
30
],
"durationInMs": 2.7512980001047254
}
} |
---|
03:12:05.169 | 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",
"tr",
30
],
"durationInMs": 4.555273999925703
}
} |
---|
03:12:05.170 | 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-13T01:12:05.164Z",
"tr",
"tr",
15
],
"durationInMs": 5.313114000018686
}
} |
---|
03:12:05.172 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
2575,
318137,
254757,
37755,
317759
],
"durationInMs": 2.047135000117123
}
} |
---|
03:12:05.173 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
2575,
318137,
254757,
37755,
317759
],
"durationInMs": 2.6768499999307096
}
} |
---|
03:12:05.173 | 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": [
2575,
318137,
254757,
37755,
317759
],
"durationInMs": 2.7821749998256564
}
} |
---|
03:12:05.173 | 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": [
2575,
318137,
254757,
37755,
317759
],
"durationInMs": 2.883822999894619
}
} |
---|
03:12:05.173 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
114975,
207222,
160586,
251194,
206280
],
"durationInMs": 0.6497519998811185
}
} |
---|
03:12:05.173 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?)",
"parameters": [
277,
123,
169,
546
],
"durationInMs": 0.8301450000144541
}
} |
---|
03:12:05.174 | 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` = ?))",
"parameters": [
277,
"fr",
123,
"fr",
169,
"fr",
546,
"fr"
],
"durationInMs": 1.187015000032261
}
} |
---|
03:12:05.174 | 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` = ?))",
"parameters": [
265,
"fr",
122,
"fr",
160,
"fr"
],
"durationInMs": 0.43106700014322996
}
} |
---|
03:12:05.175 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
"parameters": [
231,
112,
147
],
"durationInMs": 0.5097319998312742
}
} |
---|
03:12:05.175 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
"parameters": [
242,
113,
153,
440
],
"durationInMs": 0.9435749999247491
}
} |
---|
03:12:05.263 | 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,
"tr",
30
],
"durationInMs": 98.6029119999148
}
} |
---|
03:12:05.265 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
834449
],
"durationInMs": 0.6978909999597818
}
} |
---|
03:12:05.265 | debug | kysely.query | {
"kysely": {
"sql": "select `target_company_id`, count(`id`) as `count` from `following` where (`target_company_id` in (?) and `target_user_id` is null) group by `target_company_id`",
"parameters": [
834449
],
"durationInMs": 1.3973739999346435
}
} |
---|
03:12:05.265 | debug | kysely.query | {
"kysely": {
"sql": "select `company_author_id`, count(`id`) as `count` from `feed_post` where (`company_author_id` in (?) and `user_author_id` is null) group by `company_author_id`",
"parameters": [
834449
],
"durationInMs": 1.513147999998182
}
} |
---|
03:12:05.266 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
207,
"fr"
],
"durationInMs": 0.7883480000309646
}
} |
---|
03:12:05.266 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
207
],
"durationInMs": 0.9616489999461919
}
} |
---|
03:12:05.266 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
272396
],
"durationInMs": 1.1656559999100864
}
} |
---|
03:12:05.266 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
185
],
"durationInMs": 0.5171459999401122
}
} |
---|
03:12:05.266 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
197,
"fr"
],
"durationInMs": 0.434182999888435
}
} |
---|
03:12:05.267 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
177
],
"durationInMs": 0.22421399992890656
}
} |
---|
03:12:05.291 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/explorer"
},
"params": {
"_country": "tr"
},
"clientAddress": "216.73.216.148",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "zlfnOKUUiHp1Y-1sqing",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=GbaVApY5gSwgAm5OFfmkYGeCHROWDUNEfP9SBT0e; goafrica-ad-id=689a945956dc57.29468001; PHPSESSID=cba2af9c7c7ff9c5fb0dd91ee5d8b33d",
"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.148",
"x-real-ip": "216.73.216.148",
"x-scheme": "https"
}
},
"response": {
"bytes": 126984,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=GbaVApY5gSwgAm5OFfmkYGeCHROWDUNEfP9SBT0e; goafrica-ad-id=689a945956dc57.29468001; PHPSESSID=cba2af9c7c7ff9c5fb0dd91ee5d8b33d",
"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.148",
"x-real-ip": "216.73.216.148",
"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/tr/explorer",
"original": "https://www.goa.goafrica.syazen.cloud/tr/explorer",
"path": "/tr/explorer",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 254091264,
"memoryUsageHuman": "242.3 MiB",
"requestTimeInMs": 135
}
} |
---|