09:48:51.088 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[participantId=participantIdWithPrefix]-[[participantSlug]]/feed/[id]"
},
"params": {
"participantId": "u13499",
"participantSlug": "sobebra-boissons-cotonou-benin",
"id": "978"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "xOTmASxo-b39hjFVtlc4",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=a84zFcVM08bwKuD4kbvOLXMHpkrvRk0J4oSxwPHM; PHPSESSID=6b2010abeb7dda1263d1c954c4256cb1; goafrica-ad-id=6896fd4e942395.62726762",
"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/u13499-sobebra-boissons-cotonou-benin/feed/978",
"original": "https://www.goa.goafrica.syazen.cloud/u13499-sobebra-boissons-cotonou-benin/feed/978",
"path": "/u13499-sobebra-boissons-cotonou-benin/feed/978",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 386027520,
"memoryUsageHuman": "368.1 MiB"
}
} |
---|
09:48:51.092 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `id` in (?)",
"parameters": [
978
],
"durationInMs": 2.078082999913022
}
} |
---|
09:48:51.095 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.3689220000524074
}
} |
---|
09:48:51.095 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"SN",
true
],
"durationInMs": 0.5575510000344366
}
} |
---|
09:48:51.096 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 0.568851999938488
}
} |
---|
09:48:51.096 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
13499
],
"durationInMs": 1.4586070000659674
}
} |
---|
09:48:51.099 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
978
],
"durationInMs": 1.460630000103265
}
} |
---|
09:48:51.100 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
978
],
"durationInMs": 1.6373279998078942
}
} |
---|
09:48:51.100 | 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": [
978
],
"durationInMs": 1.6834720000624657
}
} |
---|
09:48:51.100 | 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": [
978
],
"durationInMs": 1.7669380002189428
}
} |
---|
09:48:51.100 | 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": [
978
],
"durationInMs": 1.3662670000921935
}
} |
---|
09:48:51.100 | 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": [
978
],
"durationInMs": 1.5025789998471737
}
} |
---|
09:48:51.100 | 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": [
978
],
"durationInMs": 1.5818250000011176
}
} |
---|
09:48:51.100 | 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": [
13499
],
"durationInMs": 1.4106189999729395
}
} |
---|
09:48:51.101 | 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": [
13499
],
"durationInMs": 1.4718319999519736
}
} |
---|
09:48:51.101 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
37
],
"durationInMs": 1.0743970000185072
}
} |
---|
09:48:51.101 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
257908
],
"durationInMs": 1.1672490001656115
}
} |
---|
09:48:51.101 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
287192
],
"durationInMs": 0.8934120000340044
}
} |
---|
09:48:51.103 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
37,
"fr"
],
"durationInMs": 3.551628000102937
}
} |
---|
09:48:51.103 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
18,
"fr"
],
"durationInMs": 2.4315959999803454
}
} |
---|
09:48:51.103 | 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": [
978,
null,
null
],
"durationInMs": 0.5045330000575632
}
} |
---|
09:48:51.104 | 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": [
978,
null,
null
],
"durationInMs": 0.8212780000176281
}
} |
---|
09:48:51.104 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
16
],
"durationInMs": 0.5776180000975728
}
} |
---|
09:48:51.105 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
35
],
"durationInMs": 1.5567890000529587
}
} |
---|
09:48:51.124 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[participantId=participantIdWithPrefix]-[[participantSlug]]/feed/[id]"
},
"params": {
"participantId": "u13499",
"participantSlug": "sobebra-boissons-cotonou-benin",
"id": "978"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "xOTmASxo-b39hjFVtlc4",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=a84zFcVM08bwKuD4kbvOLXMHpkrvRk0J4oSxwPHM; PHPSESSID=6b2010abeb7dda1263d1c954c4256cb1; goafrica-ad-id=6896fd4e942395.62726762",
"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": 115330,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "GOAFRICA_NEXT_SESSION_ID=a84zFcVM08bwKuD4kbvOLXMHpkrvRk0J4oSxwPHM; PHPSESSID=6b2010abeb7dda1263d1c954c4256cb1; goafrica-ad-id=6896fd4e942395.62726762",
"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/u13499-sobebra-boissons-cotonou-benin/feed/978",
"original": "https://www.goa.goafrica.syazen.cloud/u13499-sobebra-boissons-cotonou-benin/feed/978",
"path": "/u13499-sobebra-boissons-cotonou-benin/feed/978",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 386420736,
"memoryUsageHuman": "368.5 MiB",
"requestTimeInMs": 36
}
} |
---|