20:17:31.303 | info | http.request | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "be",
"userId": "352833",
"userSlug": "baba-alafia"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "eZCbd8srUkB_9a5G19vs",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "PHPSESSID=70bb47b1d9d38373d2c6646fe12904f6; goafrica-ad-id=689790ac6509b2.10520218; GOAFRICA_NEXT_SESSION_ID=ghGO3DTvFkEeFgMBBStevwy5e0LFRY0CUDtrYdtk",
"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/be/user/352833-baba-alafia",
"original": "https://www.goa.goafrica.syazen.cloud/be/user/352833-baba-alafia",
"path": "/be/user/352833-baba-alafia",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 242057216,
"memoryUsageHuman": "231 MiB"
}
} |
---|
20:17:31.310 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `cms_post` where `cms_post`.`slug` = ? limit ?",
"parameters": [
"questions-go-africa",
1
],
"durationInMs": 0.3311919999541715
}
} |
---|
20:17:31.312 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?)",
"parameters": [
352833
],
"durationInMs": 2.777155000017956
}
} |
---|
20:17:31.317 | debug | kysely.query | {
"kysely": {
"sql": "select count(*) as `count` from `cms_post` where `online` = ? and JSON_CONTAINS(`countries`, JSON_ARRAY(?)) = ?",
"parameters": [
1,
"BE",
true
],
"durationInMs": 7.30286299996078
}
} |
---|
20:17:31.318 | 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": [
352833
],
"durationInMs": 1.8395909999962896
}
} |
---|
20:17:31.318 | debug | kysely.query | {
"kysely": {
"sql": "select * from `cms_post` as `o` where `o`.`id` in (?)",
"parameters": [
36
],
"durationInMs": 7.744188999990001
}
} |
---|
20:17:31.318 | debug | kysely.query | {
"kysely": {
"sql": "select `id` from `portfolio_media` where `user_id` = ? order by `rank` asc",
"parameters": [
352833
],
"durationInMs": 2.3361889999359846
}
} |
---|
20:17:31.318 | 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": [
352833,
2
],
"durationInMs": 2.39560899999924
}
} |
---|
20:17:31.319 | debug | kysely.query | {
"kysely": {
"sql": "select * from `following` where `author_id` = ? order by `date` desc",
"parameters": [
352833
],
"durationInMs": 2.775240999995731
}
} |
---|
20:17:31.320 | 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": [
352833,
352833,
352833,
1
],
"durationInMs": 3.628108000033535
}
} |
---|
20:17:31.320 | 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": [
352833,
352833,
352833,
352833,
1,
1
],
"durationInMs": 3.7888559999410063
}
} |
---|
20:17:31.320 | 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": [
352833
],
"durationInMs": 3.353821000084281
}
} |
---|
20:17:31.320 | 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": [
352833
],
"durationInMs": 3.454768000054173
}
} |
---|
20:17:31.320 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `category_id` from `user_interested_category` where `user_id` in (?)",
"parameters": [
352833
],
"durationInMs": 2.5223940000869334
}
} |
---|
20:17:31.320 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_resume` where `user_id` in (?)",
"parameters": [
352833
],
"durationInMs": 2.310973000014201
}
} |
---|
20:17:31.321 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_formation` where `user_id` in (?) order by `rank` asc",
"parameters": [
352833
],
"durationInMs": 2.3084880000678822
}
} |
---|
20:17:31.321 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_experience` where `user_id` in (?) order by `rank` asc",
"parameters": [
352833
],
"durationInMs": 2.2129220000933856
}
} |
---|
20:17:31.321 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_lang` where `user_id` in (?)",
"parameters": [
352833
],
"durationInMs": 1.4044669999275357
}
} |
---|
20:17:31.321 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_skill` where `user_id` in (?)",
"parameters": [
352833
],
"durationInMs": 1.2915280000306666
}
} |
---|
20:17:31.321 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `id` from `user_coordinate` where `user_id` in (?) and `type` != ?",
"parameters": [
352833,
""
],
"durationInMs": 1.1916140000103042
}
} |
---|
20:17:31.321 | 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,
10,
1
],
"durationInMs": 1.1356999999843538
}
} |
---|
20:17:31.321 | debug | kysely.query | {
"kysely": {
"sql": "select `user_id`, `status` from `user_job_status` where `user_id` in (?)",
"parameters": [
352833
],
"durationInMs": 3.968728999956511
}
} |
---|
20:17:31.322 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?)",
"parameters": [
231379
],
"durationInMs": 1.7510580000234768
}
} |
---|
20:17:31.322 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
3,
"fr"
],
"durationInMs": 1.005468999966979
}
} |
---|
20:17:31.323 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` as `v` where (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?)",
"parameters": [
10,
"fr"
],
"durationInMs": 2.5024170000106096
}
} |
---|
20:17:31.323 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
1
],
"durationInMs": 0.4544999999925494
}
} |
---|
20:17:31.323 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?)",
"parameters": [
8
],
"durationInMs": 0.39844599994830787
}
} |
---|
20:17:31.325 | 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_user_id` is null or `following`.`target_user_id` not in (?, ?, ?, ?)) order by `count` desc limit ?",
"parameters": [
352833,
316709,
350487,
351827,
352070,
4
],
"durationInMs": 4.473971999948844
}
} |
---|
20:17:31.327 | debug | kysely.query | {
"kysely": {
"sql": "select * from `user` where `user`.`id` in (?, ?, ?, ?, ?, ?, ?, ?)",
"parameters": [
352115,
343302,
351392,
352181,
352070,
351827,
350487,
316709
],
"durationInMs": 0.6002399999415502
}
} |
---|
20:17:31.328 | debug | kysely.query | {
"kysely": {
"sql": "select `author_id`, count(`id`) as `count` from `following` where `author_id` in (?, ?, ?, ?, ?, ?, ?, ?) group by `author_id`",
"parameters": [
352115,
343302,
351392,
352181,
352070,
351827,
350487,
316709
],
"durationInMs": 2.069215999916196
}
} |
---|
20:17:31.329 | debug | kysely.query | {
"kysely": {
"sql": "select * from `media__media` as `m` where `m`.`id` in (?, ?, ?, ?, ?, ?, ?, ?)",
"parameters": [
229698,
224598,
228913,
229874,
230068,
229441,
228453,
206435
],
"durationInMs": 0.6426389999687672
}
} |
---|
20:17:31.329 | 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": [
352115,
343302,
351392,
352181,
352070,
351827,
350487,
316709
],
"durationInMs": 2.884874000097625
}
} |
---|
20:17:31.331 | 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": [
352115,
343302,
351392,
352181,
352070,
351827,
350487,
316709
],
"durationInMs": 4.950412999955006
}
} |
---|
20:17:31.332 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category` where `category`.`id` in (?, ?, ?, ?, ?, ?, ?)",
"parameters": [
360,
5,
303,
282,
55,
369,
250
],
"durationInMs": 3.5284540000138804
}
} |
---|
20:17:31.332 | 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` = ?) or (`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` = ?) or (`v`.`category_id` = ? and `v`.`country` is null and `v`.`lang` = ?))",
"parameters": [
360,
"fr",
5,
"fr",
303,
"fr",
282,
"fr",
55,
"fr",
369,
"fr",
250,
"fr"
],
"durationInMs": 4.225332000060007
}
} |
---|
20:17:31.333 | 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` = ?) 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": [
308,
"fr",
283,
"fr",
265,
"fr",
49,
"fr",
220,
"fr"
],
"durationInMs": 0.7150820000097156
}
} |
---|
20:17:31.334 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?)",
"parameters": [
269,
248,
231,
46,
196
],
"durationInMs": 1.4697370000649244
}
} |
---|
20:17:31.335 | debug | kysely.query | {
"kysely": {
"sql": "select * from `category_variant` where `category_variant`.`id` in (?, ?, ?, ?, ?, ?, ?)",
"parameters": [
312,
3,
264,
247,
51,
319,
219
],
"durationInMs": 2.086628000019118
}
} |
---|
20:17:31.365 | info | http.response | {
"svelte": {
"route": {
"id": "/(frontend)/[[_country]]/user/[userId=integer]-[[userSlug]]"
},
"params": {
"_country": "be",
"userId": "352833",
"userSlug": "baba-alafia"
},
"clientAddress": "216.73.216.18",
"isDataRequest": false,
"isSubRequest": false
},
"http": {
"request": {
"id": "eZCbd8srUkB_9a5G19vs",
"method": "GET",
"bytes": null,
"mime_type": null,
"referrer": null,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "PHPSESSID=70bb47b1d9d38373d2c6646fe12904f6; goafrica-ad-id=689790ac6509b2.10520218; GOAFRICA_NEXT_SESSION_ID=ghGO3DTvFkEeFgMBBStevwy5e0LFRY0CUDtrYdtk",
"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": 142389,
"mime_type": "text/html",
"status_code": 200,
"headers": {
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"connection": "close",
"cookie": "PHPSESSID=70bb47b1d9d38373d2c6646fe12904f6; goafrica-ad-id=689790ac6509b2.10520218; GOAFRICA_NEXT_SESSION_ID=ghGO3DTvFkEeFgMBBStevwy5e0LFRY0CUDtrYdtk",
"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/be/user/352833-baba-alafia",
"original": "https://www.goa.goafrica.syazen.cloud/be/user/352833-baba-alafia",
"path": "/be/user/352833-baba-alafia",
"domain": "www.goa.goafrica.syazen.cloud",
"port": null,
"username": null,
"query": null,
"scheme": "https"
},
"profiling": {
"memoryUsage": 258179072,
"memoryUsageHuman": "246.2 MiB",
"requestTimeInMs": 62
}
} |
---|