03:38:46.402 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "gn",
"userId": "236914",
"userSlug": "ibrahima-diallo"
},
"clientAddress": "3.141.107.8",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "UMG6tPVf1xU8BrLRyYw-",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=6899498a9e6e86.44246138; PHPSESSID=04313a1223d560f1a88cf407150cdc75; GOAFRICA_NEXT_SESSION_ID=8B57SVWb8q8L65NPPQhXsQTQIrFApeGf4uiOedgs",
"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": "3.141.107.8",
"x-real-ip": "3.141.107.8",
"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/gn/user/236914-ibrahima-diallo",
"original": "https://www.goa.goafrica.syazen.cloud/gn/user/236914-ibrahima-diallo",
"path": "/gn/user/236914-ibrahima-diallo",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 263983104,
"memoryUsageHuman": "251.8 MiB"
}
} |
---|
03:38:46.410 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.4206079989671707
}
} |
---|
03:38:46.412 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
236914
],
"durationInMs": 2.784800000488758
}
} |
---|
03:38:46.417 | 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": [
236914
],
"durationInMs": 0.8791349977254868
}
} |
---|
03:38:46.417 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 6.91822299733758
}
} |
---|
03:38:46.417 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"GN",
true
],
"durationInMs": 7.680161997675896
}
} |
---|
03:38:46.418 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
236914
],
"durationInMs": 1.8907669968903065
}
} |
---|
03:38:46.418 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
236914
],
"durationInMs": 2.027879998087883
}
} |
---|
03:38:46.418 | 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": [
236914,
2
],
"durationInMs": 2.6086240001022816
}
} |
---|
03:38:46.419 | 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": [
236914,
236914,
236914,
1
],
"durationInMs": 2.898600000888109
}
} |
---|
03:38:46.419 | 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": [
236914,
236914,
236914,
236914,
1,
1
],
"durationInMs": 3.0699969977140427
}
} |
---|
03:38:46.419 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
236914
],
"durationInMs": 2.481988999992609
}
} |
---|
03:38:46.419 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
236914
],
"durationInMs": 2.299192000180483
}
} |
---|
03:38:46.419 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
236914
],
"durationInMs": 1.89028599858284
}
} |
---|
03:38:46.420 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
236914
],
"durationInMs": 2.2618319988250732
}
} |
---|
03:38:46.420 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
236914
],
"durationInMs": 1.7961420007050037
}
} |
---|
03:38:46.420 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
236914
],
"durationInMs": 1.7358499988913536
}
} |
---|
03:38:46.420 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
236914
],
"durationInMs": 1.674125000834465
}
} |
---|
03:38:46.421 | 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": [
236914
],
"durationInMs": 5.187903001904488
}
} |
---|
03:38:46.421 | 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": [
236914
],
"durationInMs": 5.3731449991464615
}
} |
---|
03:38:46.422 | 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,
388,
1
],
"durationInMs": 2.5045810006558895
}
} |
---|
03:38:46.422 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
388,
"fr"
],
"durationInMs": 2.6006590016186237
}
} |
---|
03:38:46.422 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
151683
],
"durationInMs": 2.716432999819517
}
} |
---|
03:38:46.423 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?)",
"parameters": [
572991,
361052
],
"durationInMs": 2.6109779998660088
}
} |
---|
03:38:46.423 | 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": [
572991,
361052
],
"durationInMs": 2.7717860005795956
}
} |
---|
03:38:46.423 | 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": [
572991,
361052
],
"durationInMs": 2.774270001798868
}
} |
---|
03:38:46.423 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
188625
],
"durationInMs": 2.9051929973065853
}
} |
---|
03:38:46.424 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?) group by `author_id`",
"parameters": [
188625
],
"durationInMs": 2.2348229996860027
}
} |
---|
03:38:46.424 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
236914,
""
],
"durationInMs": 5.1959379985928535
}
} |
---|
03:38:46.424 | 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": [
188625
],
"durationInMs": 2.513187002390623
}
} |
---|
03:38:46.424 | 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.4062790013849735
}
} |
---|
03:38:46.425 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
333
],
"durationInMs": 2.384018998593092
}
} |
---|
03:38:46.425 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where ((`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
"parameters": [
333,
"fr",
124,
"fr"
],
"durationInMs": 1.9302289970219135
}
} |
---|
03:38:46.425 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?)",
"parameters": [
333,
124
],
"durationInMs": 1.9738299995660782
}
} |
---|
03:38:46.425 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
35121
],
"durationInMs": 2.102828998118639
}
} |
---|
03:38:46.425 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
129079
],
"durationInMs": 1.922104001045227
}
} |
---|
03:38:46.426 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
532,
"fr"
],
"durationInMs": 1.5473910011351109
}
} |
---|
03:38:46.426 | 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": [
188625
],
"durationInMs": 4.299649998545647
}
} |
---|
03:38:46.426 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
16
],
"durationInMs": 1.4195550009608269
}
} |
---|
03:38:46.426 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
291,
114
],
"durationInMs": 1.204526998102665
}
} |
---|
03:38:46.426 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where ((`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
"parameters": [
3,
"fr",
122,
"fr"
],
"durationInMs": 1.1335060000419617
}
} |
---|
03:38:46.426 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
432
],
"durationInMs": 0.7687209993600845
}
} |
---|
03:38:46.427 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
532
],
"durationInMs": 2.3342770002782345
}
} |
---|
03:38:46.427 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?)",
"parameters": [
1,
112
],
"durationInMs": 0.405179001390934
}
} |
---|
03:38:46.427 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
156,
"fr"
],
"durationInMs": 0.25477100163698196
}
} |
---|
03:38:46.428 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
144
],
"durationInMs": 0.7021689973771572
}
} |
---|
03:38:46.444 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "gn",
"userId": "236914",
"userSlug": "ibrahima-diallo"
},
"clientAddress": "3.141.107.8",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "UMG6tPVf1xU8BrLRyYw-",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=6899498a9e6e86.44246138; PHPSESSID=04313a1223d560f1a88cf407150cdc75; GOAFRICA_NEXT_SESSION_ID=8B57SVWb8q8L65NPPQhXsQTQIrFApeGf4uiOedgs",
"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": "3.141.107.8",
"x-real-ip": "3.141.107.8",
"x-scheme": "https"
}
},
"response": {
"bytes": 131000,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "goafrica-ad-id=6899498a9e6e86.44246138; PHPSESSID=04313a1223d560f1a88cf407150cdc75; GOAFRICA_NEXT_SESSION_ID=8B57SVWb8q8L65NPPQhXsQTQIrFApeGf4uiOedgs",
"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": "3.141.107.8",
"x-real-ip": "3.141.107.8",
"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/gn/user/236914-ibrahima-diallo",
"original": "https://www.goa.goafrica.syazen.cloud/gn/user/236914-ibrahima-diallo",
"path": "/gn/user/236914-ibrahima-diallo",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 270471168,
"memoryUsageHuman": "257.9 MiB",
"requestTimeInMs": 42
}
} |
---|