10:44:05.938 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/explorer"
},
"params": {},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "fnNHRycp29plNQpx-QcF",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=4z3hANdBezweHVVKiysMFCVGb6sEd3Y11Nsn5wXc; PHPSESSID=7d63578775544463fb1057584a0fa11e; goafrica-ad-id=689072c726b556.85223381",
"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/explorer",
"original": "https://www.goa.goafrica.syazen.cloud/explorer",
"path": "/explorer",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 388939776,
"memoryUsageHuman": "370.9 MiB"
}
} |
---|
10:44:06.030 | 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` = ? order by `nb_following` desc limit ?",
"parameters": [
1,
"valid",
30
],
"durationInMs": 2.059657999998308
}
} |
---|
10:44:06.034 | 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 order by `nb_following`.`nb_following` desc limit ?",
"parameters": [
1,
1,
30
],
"durationInMs": 5.480804999999236
}
} |
---|
10:44:06.037 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
155401,
198257,
204444,
280889,
248996
],
"durationInMs": 3.705262000003131
}
} |
---|
10:44:06.041 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
40846,
345268,
39725,
5135,
36197
],
"durationInMs": 5.401547999994364
}
} |
---|
10:44:06.042 | 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` where `feed_post`.`created_date` >= ? group by `feed_post`.`id` order by `reaction_count` desc limit ?",
"parameters": [
"2025-07-05T08:44:06.011Z",
15
],
"durationInMs": 13.80377500000759
}
} |
---|
10:44:06.043 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
275027,
133726,
136544,
178048,
157307
],
"durationInMs": 3.5712930000008782
}
} |
---|
10:44:06.044 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?)",
"parameters": [
540,
483,
369,
59
],
"durationInMs": 2.1184270000085235
}
} |
---|
10:44:06.045 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 2.596772000004421
}
} |
---|
10:44:06.048 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
40,
157,
191,
127,
304
],
"durationInMs": 4.319216000003507
}
} |
---|
10:44:06.049 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
64264,
35280,
272811,
26504,
39112
],
"durationInMs": 4.230511999994633
}
} |
---|
10:44:06.049 | 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": [
122,
"fr",
197,
"fr",
3,
"fr",
49,
"fr"
],
"durationInMs": 4.408972999997786
}
} |
---|
10:44:06.051 | 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": [
40,
"fr",
157,
"fr",
191,
"fr",
127,
"fr",
304,
"fr"
],
"durationInMs": 8.317290000006324
}
} |
---|
10:44:06.051 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 3.056622999996762
}
} |
---|
10:44:06.052 | 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": [
38,
"fr",
156,
"fr",
183,
"fr",
85,
"fr"
],
"durationInMs": 2.9392449999868404
}
} |
---|
10:44:06.052 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
"parameters": [
112,
177,
1,
46
],
"durationInMs": 2.62308099999791
}
} |
---|
10:44:06.053 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
155401,
198257,
204444,
280889,
248996
],
"durationInMs": 2.8268470000039088
}
} |
---|
10:44:06.053 | 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": [
155401,
198257,
204444,
280889,
248996
],
"durationInMs": 2.9842979999957606
}
} |
---|
10:44:06.053 | 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": [
155401,
198257,
204444,
280889,
248996
],
"durationInMs": 3.136660000003758
}
} |
---|
10:44:06.053 | 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": [
40846,
345268,
39725,
5135,
36197
],
"durationInMs": 3.3157919999939622
}
} |
---|
10:44:06.054 | 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": [
40846,
345268,
39725,
5135,
36197
],
"durationInMs": 3.454427000004216
}
} |
---|
10:44:06.054 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
"parameters": [
36,
144,
165,
77
],
"durationInMs": 2.056031999993138
}
} |
---|
10:44:06.054 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
38,
145,
171,
117,
265
],
"durationInMs": 3.3420199999964098
}
} |
---|
10:44:06.055 | 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": [
540,
"fr",
483,
"fr",
369,
"fr",
59,
"fr"
],
"durationInMs": 0.7020180000108667
}
} |
---|
10:44:06.055 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
"parameters": [
438,
396,
319,
55
],
"durationInMs": 0.25913999999465887
}
} |
---|
10:44:06.173 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/explorer"
},
"params": {},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "fnNHRycp29plNQpx-QcF",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=4z3hANdBezweHVVKiysMFCVGb6sEd3Y11Nsn5wXc; PHPSESSID=7d63578775544463fb1057584a0fa11e; goafrica-ad-id=689072c726b556.85223381",
"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": 138002,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=4z3hANdBezweHVVKiysMFCVGb6sEd3Y11Nsn5wXc; PHPSESSID=7d63578775544463fb1057584a0fa11e; goafrica-ad-id=689072c726b556.85223381",
"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/explorer",
"original": "https://www.goa.goafrica.syazen.cloud/explorer",
"path": "/explorer",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 398770176,
"memoryUsageHuman": "380.3 MiB",
"requestTimeInMs": 237
}
} |
---|