13:32:08.184 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[participantId=participantIdWithPrefix]-[[participantSlug]]/feed/[id]"
},
"params": {
"participantId": "c413040",
"participantSlug": "tibanguebe-sambiani-bore",
"id": "726"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "rbFdKsw-P8rNQRo9ZvdH",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=ZMn2xGWU8wrdwUra5jnwLWYaxE4ujnddq3Jnaz06; PHPSESSID=f4027ccd57a6492e7b24b95b7a3185f2; goafrica-ad-id=689099fd5c0206.78601506",
"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/c413040-tibanguebe-sambiani-bore/feed/726",
"original": "https://www.goa.goafrica.syazen.cloud/c413040-tibanguebe-sambiani-bore/feed/726",
"path": "/c413040-tibanguebe-sambiani-bore/feed/726",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 277823488,
"memoryUsageHuman": "265 MiB"
}
} |
---|
13:32:08.187 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `id` in (?)",
"parameters": [
726
],
"durationInMs": 0.24025399994570762
}
} |
---|
13:32:08.192 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.36983400001190603
}
} |
---|
13:32:08.192 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
413040
],
"durationInMs": 0.7871560000348836
}
} |
---|
13:32:08.196 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 4.100232000113465
}
} |
---|
13:32:08.196 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
726
],
"durationInMs": 2.3287460000719875
}
} |
---|
13:32:08.198 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
726
],
"durationInMs": 4.29230800003279
}
} |
---|
13:32:08.199 | 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": [
726
],
"durationInMs": 4.395258000004105
}
} |
---|
13:32:08.199 | 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": [
726
],
"durationInMs": 4.513727999990806
}
} |
---|
13:32:08.199 | 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": [
726
],
"durationInMs": 4.348862000042573
}
} |
---|
13:32:08.199 | 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": [
726
],
"durationInMs": 4.4934189999476075
}
} |
---|
13:32:08.199 | 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": [
726
],
"durationInMs": 4.593585000024177
}
} |
---|
13:32:08.199 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
"parameters": [
413040
],
"durationInMs": 3.948111000005156
}
} |
---|
13:32:08.199 | 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": [
413040
],
"durationInMs": 3.9683489999733865
}
} |
---|
13:32:08.200 | 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": [
413040
],
"durationInMs": 3.3062639998970553
}
} |
---|
13:32:08.200 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
283763
],
"durationInMs": 3.325518999947235
}
} |
---|
13:32:08.200 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
666,
"fr"
],
"durationInMs": 1.5162639999762177
}
} |
---|
13:32:08.200 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
666
],
"durationInMs": 1.6156879999907687
}
} |
---|
13:32:08.200 | 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": [
726,
null,
null
],
"durationInMs": 1.686238000052981
}
} |
---|
13:32:08.201 | 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": [
726,
null,
null
],
"durationInMs": 1.654660000000149
}
} |
---|
13:32:08.201 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?, ?)",
"parameters": [
283766,
283767,
283768,
283769,
283770,
283771
],
"durationInMs": 1.7593029999407008
}
} |
---|
13:32:08.201 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
1025
],
"durationInMs": 1.3024679999798536
}
} |
---|
13:32:08.202 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
575,
"fr"
],
"durationInMs": 1.1591029999544844
}
} |
---|
13:32:08.203 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
455
],
"durationInMs": 0.993226999999024
}
} |
---|
13:32:08.220 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[participantId=participantIdWithPrefix]-[[participantSlug]]/feed/[id]"
},
"params": {
"participantId": "c413040",
"participantSlug": "tibanguebe-sambiani-bore",
"id": "726"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "rbFdKsw-P8rNQRo9ZvdH",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=ZMn2xGWU8wrdwUra5jnwLWYaxE4ujnddq3Jnaz06; PHPSESSID=f4027ccd57a6492e7b24b95b7a3185f2; goafrica-ad-id=689099fd5c0206.78601506",
"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": 115565,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=ZMn2xGWU8wrdwUra5jnwLWYaxE4ujnddq3Jnaz06; PHPSESSID=f4027ccd57a6492e7b24b95b7a3185f2; goafrica-ad-id=689099fd5c0206.78601506",
"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/c413040-tibanguebe-sambiani-bore/feed/726",
"original": "https://www.goa.goafrica.syazen.cloud/c413040-tibanguebe-sambiani-bore/feed/726",
"path": "/c413040-tibanguebe-sambiani-bore/feed/726",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 278437888,
"memoryUsageHuman": "265.5 MiB",
"requestTimeInMs": 36
}
} |
---|