16:42:53.913 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/explorer"
},
"params": {
"_country": "er"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "bO-lMDFwwQSFfZP9VtRc",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=6893698f554186.63725420; PHPSESSID=0f648f22d1514a4b1154e6af1de538fc; GOAFRICA_NEXT_SESSION_ID=o4hkHXEZ2iof7i3ngaRRHYm1ROzY9i5QBSsSim99",
"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/er/explorer",
"original": "https://www.goa.goafrica.syazen.cloud/er/explorer",
"path": "/er/explorer",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 259608576,
"memoryUsageHuman": "247.6 MiB"
}
} |
---|
16:42:53.923 | 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-07T14:42:53.921Z",
"er",
"er",
15
],
"durationInMs": 0.7853209999157116
}
} |
---|
16:42:53.923 | 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,
"er",
30
],
"durationInMs": 1.1170050000073388
}
} |
---|
16:42:53.924 | 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",
"er",
30
],
"durationInMs": 2.0918980001006275
}
} |
---|
16:42:53.924 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
37107
],
"durationInMs": 0.6903059999458492
}
} |
---|
16:42:53.925 | 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": [
37107
],
"durationInMs": 1.1757130000041798
}
} |
---|
16:42:53.925 | 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": [
37107
],
"durationInMs": 1.2569940000539646
}
} |
---|
16:42:53.925 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
126,
"fr"
],
"durationInMs": 0.44979199999943376
}
} |
---|
16:42:53.926 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
126
],
"durationInMs": 1.4019110000226647
}
} |
---|
16:42:53.926 | 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-07T14:42:53.921Z",
"er",
"er",
15
],
"durationInMs": 4.351253999979235
}
} |
---|
16:42:53.926 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
2587
],
"durationInMs": 1.8337199999950826
}
} |
---|
16:42:53.927 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
116
],
"durationInMs": 1.559823999996297
}
} |
---|
16:42:53.927 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
122,
"fr"
],
"durationInMs": 0.6861689999932423
}
} |
---|
16:42:53.927 | 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",
"er",
30
],
"durationInMs": 5.326888000010513
}
} |
---|
16:42:53.928 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 2.307535999920219
}
} |
---|
16:42:53.928 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"ER",
true
],
"durationInMs": 2.480456000077538
}
} |
---|
16:42:53.929 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
2575,
139209,
102899,
198257,
381469
],
"durationInMs": 0.8640470000682399
}
} |
---|
16:42:53.929 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
112
],
"durationInMs": 2.1305289999581873
}
} |
---|
16:42:53.929 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
2575,
139209,
102899,
198257,
381469
],
"durationInMs": 1.4447909999871626
}
} |
---|
16:42:53.930 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 2.00144000002183
}
} |
---|
16:42:53.931 | 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,
139209,
102899,
198257,
381469
],
"durationInMs": 3.3857899999711663
}
} |
---|
16:42:53.931 | 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,
139209,
102899,
198257,
381469
],
"durationInMs": 3.56449000001885
}
} |
---|
16:42:53.932 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?)",
"parameters": [
277,
483
],
"durationInMs": 1.59345599997323
}
} |
---|
16:42:53.932 | 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": [
277,
"fr",
483,
"fr"
],
"durationInMs": 1.9662350000580773
}
} |
---|
16:42:53.933 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
114975,
222694,
275630,
133726,
254930
],
"durationInMs": 2.879492999985814
}
} |
---|
16:42:53.933 | 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": [
265,
"fr",
197,
"fr"
],
"durationInMs": 1.3724680000450462
}
} |
---|
16:42:53.934 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
242,
396
],
"durationInMs": 1.355786999920383
}
} |
---|
16:42:53.934 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
231,
177
],
"durationInMs": 0.3253310000291094
}
} |
---|
16:42:53.969 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/explorer"
},
"params": {
"_country": "er"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "bO-lMDFwwQSFfZP9VtRc",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=6893698f554186.63725420; PHPSESSID=0f648f22d1514a4b1154e6af1de538fc; GOAFRICA_NEXT_SESSION_ID=o4hkHXEZ2iof7i3ngaRRHYm1ROzY9i5QBSsSim99",
"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": 126803,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=6893698f554186.63725420; PHPSESSID=0f648f22d1514a4b1154e6af1de538fc; GOAFRICA_NEXT_SESSION_ID=o4hkHXEZ2iof7i3ngaRRHYm1ROzY9i5QBSsSim99",
"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/er/explorer",
"original": "https://www.goa.goafrica.syazen.cloud/er/explorer",
"path": "/er/explorer",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 260395008,
"memoryUsageHuman": "248.3 MiB",
"requestTimeInMs": 56
}
} |
---|