15:23:48.465 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]"
},
"params": {},
"clientAddress": "172.213.11.154",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "noXxLShVxBSZWeFkVQ8B",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"connection": "close",
"host": "goa.goafrica.syazen.cloud",
"if-modified-since": "Mon, 04 Aug 2025 12:53:31 GMT",
"if-none-match": "force-revalidate",
"user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot",
"x-envoy-expected-rq-timeout-ms": "15000",
"x-forwarded-for": "172.213.11.154",
"x-real-ip": "172.213.11.154",
"x-request-id": "1fd9d6cc-81f1-4a91-8bc2-67f63d331bee",
"x-scheme": "https"
}
}
},
"user_agent": {
"original": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot"
},
"url": {
"full": "https://www.goa.goafrica.syazen.cloud/",
"original": "https://www.goa.goafrica.syazen.cloud/",
"path": "/",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 206659584,
"memoryUsageHuman": "197.1 MiB"
}
} |
---|
15:23:48.627 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 1.7942779999866616
}
} |
---|
15:23:48.632 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 3.456812999997055
}
} |
---|
15:23:48.646 | debug | kysely.query | {
"kysely": {
"sql": "select `o`.`id` from `cms_post` as `o` where `o`.`online` = ? and `on_africa` = ? order by `o`.`updated_at` desc limit ?",
"parameters": [
1,
1,
4
],
"durationInMs": 0.42921400000341237
}
} |
---|
15:23:48.652 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?, ?, ?, ?)",
"parameters": [
588,
592,
594,
595
],
"durationInMs": 5.345796000008704
}
} |
---|
15:23:48.656 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?)",
"parameters": [
284081,
284544,
285208,
285483
],
"durationInMs": 2.8165980000048876
}
} |
---|
15:23:48.658 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `user` where `enabled` = ?",
"parameters": [
1
],
"durationInMs": 1.2358649999951012
}
} |
---|
15:23:48.658 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `company` where `valid` = ? and `online` = ?",
"parameters": [
1,
1
],
"durationInMs": 1.2627849999989849
}
} |
---|
15:23:48.659 | debug | kysely.query | {
"kysely": {
"sql": "select `user`.`id` from `user` where `enabled` = ? and `sex` = ? and `profile_photo_status` = ? order by `id` desc limit ?",
"parameters": [
1,
"F",
"valid",
3
],
"durationInMs": 1.3586629999917932
}
} |
---|
15:23:48.659 | debug | kysely.query | {
"kysely": {
"sql": "select `user`.`id` from `user` where `enabled` = ? and `sex` = ? and `profile_photo_status` = ? order by `id` desc limit ?",
"parameters": [
1,
"H",
"valid",
2
],
"durationInMs": 1.4537579999887384
}
} |
---|
15:23:48.661 | debug | kysely.query | {
"kysely": {
"sql": "select * from `reference` where `weight` > ? and `all_countries` = ? and `visible_force` = ? order by `weight` desc limit ?",
"parameters": [
0,
1,
1,
15
],
"durationInMs": 3.2825509999820497
}
} |
---|
15:23:48.661 | 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": 3.601741000020411
}
} |
---|
15:23:48.663 | 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": 4.801398999989033
}
} |
---|
15:23:48.664 | debug | kysely.query | {
"kysely": {
"sql": "select `feed_post`.`id` from `feed_post` order by `feed_post`.`id` desc limit ?",
"parameters": [
3
],
"durationInMs": 5.94178799999645
}
} |
---|
15:23:48.666 | 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": [
415443,
415440,
415198,
416177,
416083
],
"durationInMs": 5.426464999996824
}
} |
---|
15:23:48.666 | 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": [
415443,
415440,
415198,
416177,
416083
],
"durationInMs": 5.776201999979094
}
} |
---|
15:23:48.667 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
415443,
415440,
415198,
416177,
416083
],
"durationInMs": 6.094882000004873
}
} |
---|
15:23:48.668 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
415443,
415440,
415198,
416177,
416083
],
"durationInMs": 7.1864000000059605
}
} |
---|
15:23:48.669 | debug | kysely.query | {
"kysely": {
"sql": "select * from `reference` where `weight` > ? and `all_countries` = ? and `visible_force` = ?",
"parameters": [
0,
1,
0
],
"durationInMs": 8.4162639999995
}
} |
---|
15:23:48.670 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
241228,
318137,
242117,
244783,
59204
],
"durationInMs": 7.9311260000104085
}
} |
---|
15:23:48.671 | 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": [
241228,
318137,
242117,
244783,
59204
],
"durationInMs": 7.480394000012893
}
} |
---|
15:23:48.671 | debug | kysely.query | {
"kysely": {
"sql": "select `ad`.`id` from `company_static_ad` as `ad` where `ad`.`enabled` = ? and `ad`.`slot` = ? and `ad`.`start_date` >= ? and `ad`.`end_date` <= ? limit ?",
"parameters": [
1,
"background",
"2025-08-04T13:23:48.644Z",
"2025-08-04T13:23:48.644Z",
1
],
"durationInMs": 13.442890000005718
}
} |
---|
15:23:48.672 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
241228,
318137,
242117,
244783,
59204
],
"durationInMs": 9.294438000011723
}
} |
---|
15:23:48.673 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
38239,
466116,
5135,
49068,
102123
],
"durationInMs": 6.894319999992149
}
} |
---|
15:23:48.674 | 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": [
38239,
466116,
5135,
49068,
102123
],
"durationInMs": 7.674712999985786
}
} |
---|
15:23:48.674 | 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": [
38239,
466116,
5135,
49068,
102123
],
"durationInMs": 7.712141999974847
}
} |
---|
15:23:48.675 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
1026
],
"durationInMs": 5.339925000007497
}
} |
---|
15:23:48.675 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
1026
],
"durationInMs": 4.992371999978786
}
} |
---|
15:23:48.675 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ? and `c`.`parent_id` is null",
"parameters": [
1026
],
"durationInMs": 3.98404800001299
}
} |
---|
15:23:48.675 | debug | kysely.query | {
"kysely": {
"sql": "select `r`.`type`, count(`r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ? group by `r`.`type`",
"parameters": [
1026
],
"durationInMs": 3.9388939999917056
}
} |
---|
15:23:48.675 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
1025
],
"durationInMs": 3.8348020000266843
}
} |
---|
15:23:48.681 | 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": [
241228,
318137,
242117,
244783,
59204
],
"durationInMs": 15.253097999986494
}
} |
---|
15:23:48.681 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ? and `c`.`parent_id` is null",
"parameters": [
1025
],
"durationInMs": 7.423618000000715
}
} |
---|
15:23:48.681 | debug | kysely.query | {
"kysely": {
"sql": "select `r`.`type`, count(`r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ? group by `r`.`type`",
"parameters": [
1025
],
"durationInMs": 7.199473999993643
}
} |
---|
15:23:48.682 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
1024
],
"durationInMs": 7.080514000001131
}
} |
---|
15:23:48.682 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
1024
],
"durationInMs": 7.119997000001604
}
} |
---|
15:23:48.682 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ? and `c`.`parent_id` is null",
"parameters": [
1024
],
"durationInMs": 7.150302999973064
}
} |
---|
15:23:48.682 | debug | kysely.query | {
"kysely": {
"sql": "select `r`.`type`, count(`r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ? group by `r`.`type`",
"parameters": [
1024
],
"durationInMs": 7.1671039999928325
}
} |
---|
15:23:48.683 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `id` in (?, ?, ?)",
"parameters": [
1026,
1025,
1024
],
"durationInMs": 7.34372100001201
}
} |
---|
15:23:48.685 | debug | kysely.query | {
"kysely": {
"sql": "select `feed_media`.`media_id`, `feed_media`.`feed_post_id` from `feed_media` where `feed_media`.`feed_post_id` in (?, ?, ?)",
"parameters": [
1026,
1025,
1024
],
"durationInMs": 9.5181229999871
}
} |
---|
15:23:48.685 | debug | kysely.query | {
"kysely": {
"sql": "select `pl`.`feed_post_id`, `pl`.`link_meta_data_id` from `feed_post_link_meta_data` as `pl` where `pl`.`feed_post_id` in (?, ?, ?)",
"parameters": [
1026,
1025,
1024
],
"durationInMs": 4.133153000002494
}
} |
---|
15:23:48.685 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
1025
],
"durationInMs": 13.753243999992264
}
} |
---|
15:23:48.686 | debug | kysely.query | {
"kysely": {
"sql": "select `pl`.`feed_post_id`, `l`.`related_feed_post_id` from `feed_post_link_meta_data` as `pl` inner join `link_meta_data` as `l` on `l`.`id` = `pl`.`link_meta_data_id` where `pl`.`feed_post_id` in (?, ?, ?) and `l`.`related_feed_post_id` is not null group by `pl`.`feed_post_id`",
"parameters": [
1026,
1025,
1024
],
"durationInMs": 4.455158999975538
}
} |
---|
15:23:48.686 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
285855,
287404,
285719,
287792,
287442
],
"durationInMs": 4.625263000023551
}
} |
---|
15:23:48.687 | 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": [
485,
"fr",
37,
"fr",
687,
"fr",
345,
"fr",
689,
"fr"
],
"durationInMs": 5.378356000001077
}
} |
---|
15:23:48.688 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
485,
37,
687,
345,
689
],
"durationInMs": 6.098087000020314
}
} |
---|
15:23:48.689 | debug | kysely.query | {
"kysely": {
"sql": "select * from `reference` where `reference`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
29,
10,
16,
8,
59
],
"durationInMs": 6.461288999998942
}
} |
---|
15:23:48.689 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
153682,
207222,
154001,
155268,
241803
],
"durationInMs": 6.93289100000402
}
} |
---|
15:23:48.690 | 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": [
452,
"fr",
123,
"fr",
129,
"fr",
174,
"fr",
282,
"fr"
],
"durationInMs": 5.2549679999938235
}
} |
---|
15:23:48.690 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
452,
123,
129,
174,
282
],
"durationInMs": 5.060548000008566
}
} |
---|
15:23:48.691 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
10165,
100222,
26504,
3209,
14343
],
"durationInMs": 4.678873000026215
}
} |
---|
15:23:48.691 | debug | kysely.query | {
"kysely": {
"sql": "select `bi`.`target_feed_post_id`, `bi`.`id` from `bookmark_item` as `bi` inner join `bookmark` as `b` on `b`.`id` = `bi`.`bookmark_id` where `bi`.`target_feed_post_id` in (?, ?, ?) and (? is not null and `b`.`user_id` = ?) group by `bi`.`target_feed_post_id`",
"parameters": [
1026,
1025,
1024,
null,
null
],
"durationInMs": 4.368058000021847
}
} |
---|
15:23:48.692 | debug | kysely.query | {
"kysely": {
"sql": "select `r`.`target_feed_post_id`, `r`.`id` from `reaction` as `r` where `r`.`target_feed_post_id` in (?, ?, ?) and (? is not null and `r`.`user_author_id` = ?) group by `r`.`target_feed_post_id`",
"parameters": [
1026,
1025,
1024,
null,
null
],
"durationInMs": 3.8626940000103787
}
} |
---|
15:23:48.692 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?)",
"parameters": [
1967,
2575
],
"durationInMs": 3.7326630000025034
}
} |
---|
15:23:48.693 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?) group by `author_id`",
"parameters": [
1967,
2575
],
"durationInMs": 4.225835000019288
}
} |
---|
15:23:48.693 | 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": [
1967,
2575
],
"durationInMs": 3.941408999991836
}
} |
---|
15:23:48.694 | 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": [
1967,
2575
],
"durationInMs": 3.636564999993425
}
} |
---|
15:23:48.694 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
175,
488,
127,
59,
157
],
"durationInMs": 8.263691999978619
}
} |
---|
15:23:48.699 | 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": [
175,
"fr",
488,
"fr",
127,
"fr",
59,
"fr",
157,
"fr"
],
"durationInMs": 13.98420099998475
}
} |
---|
15:23:48.700 | 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": [
85,
"fr",
18,
"fr",
283,
"fr",
3,
"fr",
197,
"fr"
],
"durationInMs": 8.857891000021482
}
} |
---|
15:23:48.700 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
90397,
90399,
90286,
156604,
235022
],
"durationInMs": 8.617937000002712
}
} |
---|
15:23:48.701 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
41,
2231,
62079,
394,
597362
],
"durationInMs": 8.923601999995299
}
} |
---|
15:23:48.701 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
113,
374,
119,
157,
247
],
"durationInMs": 7.989113999996334
}
} |
---|
15:23:48.701 | 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": [
220,
"fr",
122,
"fr",
172,
"fr",
265,
"fr"
],
"durationInMs": 8.13397199998144
}
} |
---|
15:23:48.702 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
277,
"fr"
],
"durationInMs": 8.21124500001315
}
} |
---|
15:23:48.702 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
277
],
"durationInMs": 8.202059000002919
}
} |
---|
15:23:48.702 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
114975,
275015
],
"durationInMs": 8.021593999990728
}
} |
---|
15:23:48.702 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
398,
35,
1080,
302,
1083
],
"durationInMs": 11.908802999998443
}
} |
---|
15:23:48.702 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
1063,
400,
117,
55,
145
],
"durationInMs": 2.6047559999860823
}
} |
---|
15:23:48.703 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
77,
16,
248,
1,
177
],
"durationInMs": 2.4279500000120606
}
} |
---|
15:23:48.703 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?)",
"parameters": [
196,
112,
155,
231
],
"durationInMs": 1.192204999999376
}
} |
---|
15:23:48.703 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
242
],
"durationInMs": 1.1182879999978468
}
} |
---|
15:23:48.706 | 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": [
49,
"fr",
156,
"fr"
],
"durationInMs": 6.064395000023069
}
} |
---|
15:23:48.709 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
46,
144
],
"durationInMs": 3.161876999976812
}
} |
---|
15:23:48.868 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]"
},
"params": {},
"clientAddress": "172.213.11.154",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "noXxLShVxBSZWeFkVQ8B",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"connection": "close",
"host": "goa.goafrica.syazen.cloud",
"if-modified-since": "Mon, 04 Aug 2025 12:53:31 GMT",
"if-none-match": "force-revalidate",
"user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot",
"x-envoy-expected-rq-timeout-ms": "15000",
"x-forwarded-for": "172.213.11.154",
"x-real-ip": "172.213.11.154",
"x-request-id": "1fd9d6cc-81f1-4a91-8bc2-67f63d331bee",
"x-scheme": "https"
}
},
"response": {
"bytes": 288915,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"connection": "close",
"host": "goa.goafrica.syazen.cloud",
"if-modified-since": "Mon, 04 Aug 2025 12:53:31 GMT",
"if-none-match": "force-revalidate",
"user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot",
"x-envoy-expected-rq-timeout-ms": "15000",
"x-forwarded-for": "172.213.11.154",
"x-real-ip": "172.213.11.154",
"x-request-id": "1fd9d6cc-81f1-4a91-8bc2-67f63d331bee",
"x-scheme": "https"
}
}
},
"user_agent": {
"original": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot"
},
"url": {
"full": "https://www.goa.goafrica.syazen.cloud/",
"original": "https://www.goa.goafrica.syazen.cloud/",
"path": "/",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 295956480,
"memoryUsageHuman": "282.2 MiB",
"requestTimeInMs": 405
}
} |
---|