14:46:24.562 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[participantId=participantIdWithPrefix]-[[participantSlug]]/feed/[id]"
},
"params": {
"participantId": "c330582",
"participantSlug": "moustapha-kemal-ndiaye",
"id": "933"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "yBnBN4eMGiEjDIp74z2M",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=6890ab89e0aab9.97553350; PHPSESSID=8c58e851020b475d1f4aff8f9807a4ff; GOAFRICA_NEXT_SESSION_ID=0Hx5DEOLwdZbrJKfqcZeA5v03qXq6BeNY7mXmKND",
"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/c330582-moustapha-kemal-ndiaye/feed/933",
"original": "https://www.goa.goafrica.syazen.cloud/c330582-moustapha-kemal-ndiaye/feed/933",
"path": "/c330582-moustapha-kemal-ndiaye/feed/933",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 279719936,
"memoryUsageHuman": "266.8 MiB"
}
} |
---|
14:46:24.569 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `id` in (?)",
"parameters": [
933
],
"durationInMs": 3.8591860000160523
}
} |
---|
14:46:24.572 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.35524699999950826
}
} |
---|
14:46:24.572 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"MU",
true
],
"durationInMs": 0.6069620000198483
}
} |
---|
14:46:24.573 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 1.0035659999703057
}
} |
---|
14:46:24.574 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
330582
],
"durationInMs": 2.0660299999872223
}
} |
---|
14:46:24.581 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `c`.`id`) as `count` from `feed_comment` as `c` where `c`.`feed_post_id` = ?",
"parameters": [
933
],
"durationInMs": 4.07767100003548
}
} |
---|
14:46:24.581 | debug | kysely.query | {
"kysely": {
"sql": "select count(distinct `r`.`id`) as `count` from `reaction` as `r` where `r`.`target_feed_post_id` = ?",
"parameters": [
933
],
"durationInMs": 4.330758000025526
}
} |
---|
14:46:24.582 | 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": [
933
],
"durationInMs": 4.93381399998907
}
} |
---|
14:46:24.582 | 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": [
933
],
"durationInMs": 5.113815999997314
}
} |
---|
14:46:24.582 | 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": [
933
],
"durationInMs": 4.913024999957997
}
} |
---|
14:46:24.582 | 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": [
933
],
"durationInMs": 4.953240000002552
}
} |
---|
14:46:24.582 | 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": [
933
],
"durationInMs": 5.164359999995213
}
} |
---|
14:46:24.583 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
"parameters": [
330582
],
"durationInMs": 5.002170000050683
}
} |
---|
14:46:24.583 | 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": [
330582
],
"durationInMs": 2.669006000040099
}
} |
---|
14:46:24.583 | 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": [
330582
],
"durationInMs": 2.7147799999802373
}
} |
---|
14:46:24.583 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
216108
],
"durationInMs": 2.3050729999667965
}
} |
---|
14:46:24.583 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
123,
"fr"
],
"durationInMs": 2.3567480000201613
}
} |
---|
14:46:24.584 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
123
],
"durationInMs": 1.8399930000305176
}
} |
---|
14:46:24.584 | 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": [
355
],
"durationInMs": 1.152801999996882
}
} |
---|
14:46:24.584 | 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": [
355
],
"durationInMs": 1.299133000022266
}
} |
---|
14:46:24.584 | debug | kysely.query | {
"kysely": {
"sql": "select * from `link_meta_data` where `id` in (?)",
"parameters": [
417
],
"durationInMs": 1.8765300000086427
}
} |
---|
14:46:24.584 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `id` in (?)",
"parameters": [
355
],
"durationInMs": 1.7543150000274181
}
} |
---|
14:46:24.587 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
113
],
"durationInMs": 3.795599000004586
}
} |
---|
14:46:24.588 | 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.7022260000230744
}
} |
---|
14:46:24.588 | 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": [
592360
],
"durationInMs": 2.8904149999725632
}
} |
---|
14:46:24.588 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
278895
],
"durationInMs": 3.7906000000075437
}
} |
---|
14:46:24.588 | 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": [
592360
],
"durationInMs": 3.3192679999629036
}
} |
---|
14:46:24.588 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?)",
"parameters": [
592360
],
"durationInMs": 3.726820999989286
}
} |
---|
14:46:24.590 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
112
],
"durationInMs": 1.8758190000080504
}
} |
---|
14:46:24.590 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
253766
],
"durationInMs": 0.7441859999671578
}
} |
---|
14:46:24.590 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
239
],
"durationInMs": 0.9265139999915846
}
} |
---|
14:46:24.590 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
239,
"fr"
],
"durationInMs": 1.2397629999904893
}
} |
---|
14:46:24.590 | 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": [
933,
null,
null
],
"durationInMs": 3.228651000012178
}
} |
---|
14:46:24.590 | 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": [
933,
null,
null
],
"durationInMs": 3.3001730000250973
}
} |
---|
14:46:24.592 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
220,
"fr"
],
"durationInMs": 1.73031000001356
}
} |
---|
14:46:24.592 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
211
],
"durationInMs": 1.7174460000242107
}
} |
---|
14:46:24.592 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
196
],
"durationInMs": 0.2702200000057928
}
} |
---|
14:46:24.614 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[participantId=participantIdWithPrefix]-[[participantSlug]]/feed/[id]"
},
"params": {
"participantId": "c330582",
"participantSlug": "moustapha-kemal-ndiaye",
"id": "933"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "yBnBN4eMGiEjDIp74z2M",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=6890ab89e0aab9.97553350; PHPSESSID=8c58e851020b475d1f4aff8f9807a4ff; GOAFRICA_NEXT_SESSION_ID=0Hx5DEOLwdZbrJKfqcZeA5v03qXq6BeNY7mXmKND",
"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": 118185,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=6890ab89e0aab9.97553350; PHPSESSID=8c58e851020b475d1f4aff8f9807a4ff; GOAFRICA_NEXT_SESSION_ID=0Hx5DEOLwdZbrJKfqcZeA5v03qXq6BeNY7mXmKND",
"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/c330582-moustapha-kemal-ndiaye/feed/933",
"original": "https://www.goa.goafrica.syazen.cloud/c330582-moustapha-kemal-ndiaye/feed/933",
"path": "/c330582-moustapha-kemal-ndiaye/feed/933",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 281096192,
"memoryUsageHuman": "268.1 MiB",
"requestTimeInMs": 52
}
} |
---|