10:02:06.487 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "gn",
"userId": "410793",
"userSlug": "marcel-gbamou"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "2q0BnEvnO_m-KcXYpMzr",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "PHPSESSID=75745d3e3fae3b76b7a272abc6321ead; goafrica-ad-id=68930b503edc83.66121592; GOAFRICA_NEXT_SESSION_ID=Y10uX2JQNzyAfEgQMaWIghiZL822jgzV8tKkxbs9",
"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/gn/user/410793-marcel-gbamou",
"original": "https://www.goa.goafrica.syazen.cloud/gn/user/410793-marcel-gbamou",
"path": "/gn/user/410793-marcel-gbamou",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 233558016,
"memoryUsageHuman": "222.7 MiB"
}
} |
---|
10:02:06.496 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 1.1941480000386946
}
} |
---|
10:02:06.498 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
410793
],
"durationInMs": 3.395168000017293
}
} |
---|
10:02:06.506 | 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": 11.027318000036757
}
} |
---|
10:02:06.507 | 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": [
410793
],
"durationInMs": 2.9782959999865852
}
} |
---|
10:02:06.507 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 10.683070999977645
}
} |
---|
10:02:06.507 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
410793
],
"durationInMs": 3.477037999953609
}
} |
---|
10:02:06.508 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
410793
],
"durationInMs": 3.091145000013057
}
} |
---|
10:02:06.508 | 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": [
410793,
2
],
"durationInMs": 3.8587640000041574
}
} |
---|
10:02:06.509 | 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": [
410793,
410793,
410793,
1
],
"durationInMs": 4.7158589999889955
}
} |
---|
10:02:06.509 | 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": [
410793,
410793,
410793,
410793,
1,
1
],
"durationInMs": 4.316790999961086
}
} |
---|
10:02:06.509 | 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": [
410793
],
"durationInMs": 3.6175290000392124
}
} |
---|
10:02:06.509 | 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": [
410793
],
"durationInMs": 3.715630000049714
}
} |
---|
10:02:06.509 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
410793
],
"durationInMs": 2.463404999987688
}
} |
---|
10:02:06.509 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
410793
],
"durationInMs": 2.256712000002153
}
} |
---|
10:02:06.510 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
410793
],
"durationInMs": 2.2644270000164397
}
} |
---|
10:02:06.510 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
410793
],
"durationInMs": 1.4924589999718592
}
} |
---|
10:02:06.510 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
410793
],
"durationInMs": 1.3594530000118539
}
} |
---|
10:02:06.510 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
410793
],
"durationInMs": 1.2672529999981634
}
} |
---|
10:02:06.510 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
410793,
""
],
"durationInMs": 1.163170000014361
}
} |
---|
10:02:06.510 | 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,
485,
1
],
"durationInMs": 1.2382190000498667
}
} |
---|
10:02:06.511 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
410793
],
"durationInMs": 4.422316000040155
}
} |
---|
10:02:06.511 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
282337
],
"durationInMs": 2.1545030000270344
}
} |
---|
10:02:06.512 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
85,
"fr"
],
"durationInMs": 1.6118200000491925
}
} |
---|
10:02:06.513 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
485,
"fr"
],
"durationInMs": 3.981971999979578
}
} |
---|
10:02:06.514 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
77
],
"durationInMs": 1.1208630000473931
}
} |
---|
10:02:06.514 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
398
],
"durationInMs": 0.6811089999973774
}
} |
---|
10:02:06.515 | debug | kysely.query | {
"kysely": {
"sql": "with `followCount`(`countu`, `countc`, `target_user_id`, `target_company_id`) as (select count(distinct `following`.`target_company_id`) as `countc`, count(distinct `following`.`target_user_id`) as `countu`, `following`.`target_user_id`, `following`.`target_company_id` from `following` where `following`.`target_user_id` is not null group by `following`.`target_user_id`, `following`.`target_company_id`) select *, countc\n + countu as `count` from `following` left join `followCount` on ((`following`.`target_user_id` is not null and `following`.`target_user_id` = `followCount`.`target_user_id`) or (`following`.`target_company_id` is not null and `following`.`target_company_id` = `followCount`.`target_company_id`)) where `author_id` = ? and (`following`.`target_company_id` is null or `following`.`target_company_id` not in (?, ?, ?, ?)) order by `count` desc limit ?",
"parameters": [
410793,
40882,
34960,
132779,
575771,
4
],
"durationInMs": 5.239166999992449
}
} |
---|
10:02:06.517 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?)",
"parameters": [
178847,
184692,
186553,
204028
],
"durationInMs": 0.5994889999856241
}
} |
---|
10:02:06.518 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?) group by `author_id`",
"parameters": [
178847,
184692,
186553,
204028
],
"durationInMs": 1.2458130000159144
}
} |
---|
10:02:06.518 | 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": [
178847,
184692,
186553,
204028
],
"durationInMs": 1.4026730000041425
}
} |
---|
10:02:06.518 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?)",
"parameters": [
485
],
"durationInMs": 0.7198809999972582
}
} |
---|
10:02:06.518 | 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": [
178847,
184692,
186553,
204028
],
"durationInMs": 1.95878200000152
}
} |
---|
10:02:06.519 | 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": [
575771,
132779,
34960,
40882
],
"durationInMs": 2.121512999990955
}
} |
---|
10:02:06.521 | 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": [
575771,
132779,
34960,
40882
],
"durationInMs": 4.370921999972779
}
} |
---|
10:02:06.522 | debug | kysely.query | {
"kysely": {
"sql": "select * from `company` where `company`.`id` in (?, ?, ?, ?)",
"parameters": [
575771,
132779,
34960,
40882
],
"durationInMs": 5.846598999982234
}
} |
---|
10:02:06.524 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?)",
"parameters": [
66,
143,
277
],
"durationInMs": 0.6405540000414476
}
} |
---|
10:02:06.524 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?)",
"parameters": [
15569,
64189
],
"durationInMs": 0.9764350000186823
}
} |
---|
10:02:06.524 | 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` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
"parameters": [
66,
"fr",
143,
"fr",
277,
"fr"
],
"durationInMs": 1.3283859999501146
}
} |
---|
10:02:06.525 | 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` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
"parameters": [
49,
"fr",
138,
"fr",
265,
"fr"
],
"durationInMs": 0.6850459999986924
}
} |
---|
10:02:06.525 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
"parameters": [
60,
132,
242
],
"durationInMs": 0.401261999970302
}
} |
---|
10:02:06.525 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?)",
"parameters": [
46,
127,
231
],
"durationInMs": 0.3212440000497736
}
} |
---|
10:02:06.550 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "gn",
"userId": "410793",
"userSlug": "marcel-gbamou"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "2q0BnEvnO_m-KcXYpMzr",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "PHPSESSID=75745d3e3fae3b76b7a272abc6321ead; goafrica-ad-id=68930b503edc83.66121592; GOAFRICA_NEXT_SESSION_ID=Y10uX2JQNzyAfEgQMaWIghiZL822jgzV8tKkxbs9",
"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": 154967,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "PHPSESSID=75745d3e3fae3b76b7a272abc6321ead; goafrica-ad-id=68930b503edc83.66121592; GOAFRICA_NEXT_SESSION_ID=Y10uX2JQNzyAfEgQMaWIghiZL822jgzV8tKkxbs9",
"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/gn/user/410793-marcel-gbamou",
"original": "https://www.goa.goafrica.syazen.cloud/gn/user/410793-marcel-gbamou",
"path": "/gn/user/410793-marcel-gbamou",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 242012160,
"memoryUsageHuman": "230.8 MiB",
"requestTimeInMs": 63
}
} |
---|