16:48:43.840 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[participantId=participantIdWithPrefix]-[[participantSlug]]/feed/[id]"
},
"params": {
"participantId": "c46594",
"participantSlug": "pascaline-binazon-gbodossou",
"id": "481"
},
"clientAddress": "216.73.216.148",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "gmRDseAH7mjT7FMebThP",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=7Rv14esV2LE0YL4PQJ4CE6xufNgAfy7uzf6NyGqh; goafrica-ad-id=689b54381f7a49.45446930; PHPSESSID=9514eae5401d014d5db25976ba601814",
"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/c46594-pascaline-binazon-gbodossou/feed/481",
"original": "https://www.goa.goafrica.syazen.cloud/c46594-pascaline-binazon-gbodossou/feed/481",
"path": "/c46594-pascaline-binazon-gbodossou/feed/481",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 290631680,
"memoryUsageHuman": "277.2 MiB"
}
} |
---|
16:48:43.844 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `id` in (?)",
"parameters": [
481
],
"durationInMs": 2.192524999845773
}
} |
---|
16:48:43.847 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.4072830001823604
}
} |
---|
16:48:43.847 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"TG",
true
],
"durationInMs": 0.5922659998759627
}
} |
---|
16:48:43.848 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 0.5395380002446473
}
} |
---|
16:48:43.848 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
46594
],
"durationInMs": 1.2403049999848008
}
} |
---|
16:48:43.852 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
481
],
"durationInMs": 1.4678250001743436
}
} |
---|
16:48:43.852 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
481
],
"durationInMs": 1.669577999971807
}
} |
---|
16:48:43.853 | 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": [
481
],
"durationInMs": 2.4280209997668862
}
} |
---|
16:48:43.853 | 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": [
481
],
"durationInMs": 2.6128830001689494
}
} |
---|
16:48:43.854 | 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": [
481
],
"durationInMs": 2.45658400002867
}
} |
---|
16:48:43.854 | 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": [
481
],
"durationInMs": 2.5535440002568066
}
} |
---|
16:48:43.854 | 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": [
481
],
"durationInMs": 2.9463599999435246
}
} |
---|
16:48:43.854 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
"parameters": [
46594
],
"durationInMs": 2.671341999899596
}
} |
---|
16:48:43.855 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
237120,
275291
],
"durationInMs": 2.42160000000149
}
} |
---|
16:48:43.855 | 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": 2.486649999860674
}
} |
---|
16:48:43.855 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
126
],
"durationInMs": 1.8346229996532202
}
} |
---|
16:48:43.856 | debug | kysely.query | {
"kysely": {
"sql": "select * from `link_meta_data` where `id` in (?)",
"parameters": [
266
],
"durationInMs": 1.5761959999799728
}
} |
---|
16:48:43.856 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `id` in (?)",
"parameters": [
381
],
"durationInMs": 1.6006110003218055
}
} |
---|
16:48:43.856 | 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": [
46594
],
"durationInMs": 4.51339800003916
}
} |
---|
16:48:43.858 | 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": [
46594
],
"durationInMs": 6.390881999861449
}
} |
---|
16:48:43.858 | 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": [
59204
],
"durationInMs": 2.130099999718368
}
} |
---|
16:48:43.859 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
116
],
"durationInMs": 3.6108989999629557
}
} |
---|
16:48:43.859 | 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": 3.519048999994993
}
} |
---|
16:48:43.859 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
"parameters": [
59204
],
"durationInMs": 2.609726999886334
}
} |
---|
16:48:43.859 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
59204
],
"durationInMs": 2.866351999808103
}
} |
---|
16:48:43.860 | 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": [
481,
null,
null
],
"durationInMs": 1.452145999763161
}
} |
---|
16:48:43.860 | 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": [
381
],
"durationInMs": 5.590960999950767
}
} |
---|
16:48:43.860 | 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": [
381
],
"durationInMs": 5.767678000032902
}
} |
---|
16:48:43.860 | 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": [
59204
],
"durationInMs": 3.908379000145942
}
} |
---|
16:48:43.860 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
282
],
"durationInMs": 0.8462160001508892
}
} |
---|
16:48:43.861 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
112
],
"durationInMs": 1.7913339999504387
}
} |
---|
16:48:43.861 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
282,
"fr"
],
"durationInMs": 1.2339119999669492
}
} |
---|
16:48:43.861 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
241803,
279218
],
"durationInMs": 1.5036319997161627
}
} |
---|
16:48:43.861 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
279231
],
"durationInMs": 1.0678249998018146
}
} |
---|
16:48:43.861 | 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": [
481,
null,
null
],
"durationInMs": 3.027008999604732
}
} |
---|
16:48:43.863 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
265,
"fr"
],
"durationInMs": 2.8068119999952614
}
} |
---|
16:48:43.863 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
247
],
"durationInMs": 2.682732000015676
}
} |
---|
16:48:43.864 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
231
],
"durationInMs": 0.25571299996227026
}
} |
---|
16:48:43.894 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[participantId=participantIdWithPrefix]-[[participantSlug]]/feed/[id]"
},
"params": {
"participantId": "c46594",
"participantSlug": "pascaline-binazon-gbodossou",
"id": "481"
},
"clientAddress": "216.73.216.148",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "gmRDseAH7mjT7FMebThP",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=7Rv14esV2LE0YL4PQJ4CE6xufNgAfy7uzf6NyGqh; goafrica-ad-id=689b54381f7a49.45446930; PHPSESSID=9514eae5401d014d5db25976ba601814",
"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": 121904,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=7Rv14esV2LE0YL4PQJ4CE6xufNgAfy7uzf6NyGqh; goafrica-ad-id=689b54381f7a49.45446930; PHPSESSID=9514eae5401d014d5db25976ba601814",
"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/c46594-pascaline-binazon-gbodossou/feed/481",
"original": "https://www.goa.goafrica.syazen.cloud/c46594-pascaline-binazon-gbodossou/feed/481",
"path": "/c46594-pascaline-binazon-gbodossou/feed/481",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 291418112,
"memoryUsageHuman": "277.9 MiB",
"requestTimeInMs": 53
}
} |
---|