06:11:02.053 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "fr",
"userId": "382730",
"userSlug": "hermione-kpanou"
},
"clientAddress": "216.73.216.162",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "y-q_cWSDz8HtduaLVE2I",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=689c1053524a02.86439341; PHPSESSID=70f4a0140651edcc0c032e597c90a4a4; GOAFRICA_NEXT_SESSION_ID=S8QX7WPTrzF5cA6Z1vgJYBU7qecukBUQVzVzHQ0X",
"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.162",
"x-real-ip": "216.73.216.162",
"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/fr/user/382730-hermione-kpanou",
"original": "https://www.goa.goafrica.syazen.cloud/fr/user/382730-hermione-kpanou",
"path": "/fr/user/382730-hermione-kpanou",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 238731264,
"memoryUsageHuman": "227.7 MiB"
}
} |
---|
06:11:02.062 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.4131840000045486
}
} |
---|
06:11:02.065 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
382730
],
"durationInMs": 3.480184999993071
}
} |
---|
06:11:02.075 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, count(`id`) as `portfolio_medias_count` from `portfolio_media` where `user_id` = ? group by `user_id`",
"parameters": [
382730
],
"durationInMs": 1.6585569999879226
}
} |
---|
06:11:02.075 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 12.835062000027392
}
} |
---|
06:11:02.075 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"FR",
true
],
"durationInMs": 13.707095000019763
}
} |
---|
06:11:02.077 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
382730
],
"durationInMs": 3.6068390000145882
}
} |
---|
06:11:02.077 | debug | kysely.query | {
"kysely": {
"sql": "select * from `feed_post` where `user_author_id` = ? and (`feed_post`.`pending_publication_date` is null or `feed_post`.`pending_publication_date` < UTC_TIMESTAMP()) order by `created_date` desc limit ?",
"parameters": [
382730,
2
],
"durationInMs": 3.7966810000361875
}
} |
---|
06:11:02.077 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
382730
],
"durationInMs": 4.128023000026587
}
} |
---|
06:11:02.078 | debug | kysely.query | {
"kysely": {
"sql": "with `threads_with_me`(`thread_id`) as (select distinct `tu`.`inbox_thread_id` as `thread_id` from `inbox_thread_user` as `tu` inner join `inbox_thread` as `t` on `t`.`id` = `tu`.`inbox_thread_id` where `tu`.`user_id` = ? and `t`.`user_creator_id` != ?), `threads_with_response`(`thread_id`) as (select `t`.`thread_id` from `threads_with_me` as `t` where exists (select * from `inbox_message` as `m` where `m`.`user_author_id` = ? and `m`.`thread_id` = `t`.`thread_id`)) select count(*) as `total`, (select count(*) as `resp` from `threads_with_response`) as `resp` from `threads_with_me` as `t` limit ?",
"parameters": [
382730,
382730,
382730,
1
],
"durationInMs": 4.518023999989964
}
} |
---|
06:11:02.078 | debug | kysely.query | {
"kysely": {
"sql": "with `threads_with_me`(`thread_id`, `created_date`) as (select distinct `tu`.`inbox_thread_id` as `thread_id`, `t`.`created_date` from `inbox_thread_user` as `tu` inner join `inbox_thread` as `t` on `t`.`id` = `tu`.`inbox_thread_id` where `tu`.`user_id` = ? and `t`.`user_creator_id` != ?), `threads_delay`(`thread_id`, `delay`) as (select `t`.`thread_id`, (select TIMESTAMPDIFF(MINUTE, `t`.`created_date`, `m`.`created_date`) as `delay` from `inbox_message` as `m` where `m`.`user_author_id` = ? and `m`.`thread_id` = `t`.`thread_id` and `m`.`id` = (select min(`id`) as `id` from `inbox_message` where `inbox_message`.`thread_id` = `t`.`thread_id` and `inbox_message`.`user_author_id` = ?)) as `delay` from `threads_with_me` as `t`), `delays_filtered`(`thread_id`, `delay`) as (select * from `threads_delay` where `delay` is not null and `delay` < (select `delay` from `threads_delay` where `delay` is not null order by `delay` desc limit ?)) select avg(`t`.`delay`) as `mean` from `delays_filtered` as `t` limit ?",
"parameters": [
382730,
382730,
382730,
382730,
1,
1
],
"durationInMs": 4.813540000002831
}
} |
---|
06:11:02.078 | 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": [
382730
],
"durationInMs": 4.31381700001657
}
} |
---|
06:11:02.078 | 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": [
382730
],
"durationInMs": 4.497445999993943
}
} |
---|
06:11:02.079 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
382730
],
"durationInMs": 3.873412000015378
}
} |
---|
06:11:02.079 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
382730
],
"durationInMs": 3.6794239999726415
}
} |
---|
06:11:02.079 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
382730
],
"durationInMs": 3.1999369999975897
}
} |
---|
06:11:02.079 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
382730
],
"durationInMs": 2.5114839999587275
}
} |
---|
06:11:02.079 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
382730
],
"durationInMs": 2.288691999972798
}
} |
---|
06:11:02.079 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
382730
],
"durationInMs": 2.137592000013683
}
} |
---|
06:11:02.080 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
382730
],
"durationInMs": 1.964862999971956
}
} |
---|
06:11:02.080 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
382730,
""
],
"durationInMs": 1.8108179999981076
}
} |
---|
06:11:02.080 | debug | kysely.query | {
"kysely": {
"sql": "with recursive `cte`(`id`, `parent_id`, `level`, `root_id`) as (select `c`.`id`, `c`.`parent_id`, ? as `level`, `c`.`id` as `root_id` from `category` as `c` where `c`.`id` in (?) union all select `p`.`id`, `p`.`parent_id`, cte.level + ? as `level`, `cte`.`root_id` from `category` as `p` inner join `cte` on `p`.`id` = `cte`.`parent_id`) select `id`, `root_id`, `level` from `cte`",
"parameters": [
1,
303,
1
],
"durationInMs": 1.8283899999805726
}
} |
---|
06:11:02.081 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
254923
],
"durationInMs": 2.213923000032082
}
} |
---|
06:11:02.081 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
283,
"fr"
],
"durationInMs": 0.794008000055328
}
} |
---|
06:11:02.081 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
303,
"fr"
],
"durationInMs": 3.0968660000362433
}
} |
---|
06:11:02.082 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
248
],
"durationInMs": 0.47314499999629334
}
} |
---|
06:11:02.082 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
264
],
"durationInMs": 0.48472599999513477
}
} |
---|
06:11:02.118 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "fr",
"userId": "382730",
"userSlug": "hermione-kpanou"
},
"clientAddress": "216.73.216.162",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "y-q_cWSDz8HtduaLVE2I",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=689c1053524a02.86439341; PHPSESSID=70f4a0140651edcc0c032e597c90a4a4; GOAFRICA_NEXT_SESSION_ID=S8QX7WPTrzF5cA6Z1vgJYBU7qecukBUQVzVzHQ0X",
"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.162",
"x-real-ip": "216.73.216.162",
"x-scheme": "https"
}
},
"response": {
"bytes": 121002,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=689c1053524a02.86439341; PHPSESSID=70f4a0140651edcc0c032e597c90a4a4; GOAFRICA_NEXT_SESSION_ID=S8QX7WPTrzF5cA6Z1vgJYBU7qecukBUQVzVzHQ0X",
"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.162",
"x-real-ip": "216.73.216.162",
"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/fr/user/382730-hermione-kpanou",
"original": "https://www.goa.goafrica.syazen.cloud/fr/user/382730-hermione-kpanou",
"path": "/fr/user/382730-hermione-kpanou",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 246792192,
"memoryUsageHuman": "235.4 MiB",
"requestTimeInMs": 65
}
} |
---|